This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc9fb908bcd AMDGPU: Don't use MUBUF vaddr if address may overflow
new f004f4147f9 [X86] Correct the spelling of pentiumpro in X86TargetParser.def
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Support/X86TargetParser.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 47f19c17d6 Automatic date update in version.in
new 754842fba3 Fix riscv ld testsuite failure for compressed1d.
new 4fbd5513b1 Add modified file I missed in last commit.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/compress1-alt.s | 12 ++++++++++++
ld/testsuite/ld-elf/{compressed1e.d => compressed1d-alt.d} | 7 +++----
ld/testsuite/ld-elf/compressed1d.d | 4 +++-
4 files changed, 24 insertions(+), 5 deletions(-)
create mode 100644 ld/testsuite/ld-elf/compress1-alt.s
copy ld/testsuite/ld-elf/{compressed1e.d => compressed1d-alt.d} (52%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2c21c88a192 Revert r318193 "[SLPVectorizer] Failure to beneficially vec [...]
new bc9fb908bcd AMDGPU: Don't use MUBUF vaddr if address may overflow
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/AMDGPU/AMDGPU.td | 7 +
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 7 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 36 ++-
lib/Target/AMDGPU/SIISelLowering.h | 6 +
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 17 +-
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 8 +-
test/CodeGen/AMDGPU/frame-index-elimination.ll | 24 +-
test/CodeGen/AMDGPU/function-returns.ll | 321 +++++++++++++++++--------
test/CodeGen/AMDGPU/huge-private-buffer.ll | 31 +++
test/CodeGen/AMDGPU/load-hi16.ll | 55 +++--
test/CodeGen/AMDGPU/load-lo16.ll | 48 ++--
test/CodeGen/AMDGPU/scratch-buffer.ll | 19 +-
test/CodeGen/AMDGPU/store-hi16.ll | 10 +-
15 files changed, 425 insertions(+), 170 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/huge-private-buffer.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 3d4ce25 [sanitizers] Mark builds with missing devices as exceptions
new 9f84e6f zorg/jenkins: Refactor update scripts
new aaf6215 jenkins: Do pseudo checkouts in relay jobs
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
zorg/jenkins/jobs/update_all_jobs.sh | 13 ++++++++++++
zorg/jenkins/jobs/update_jobs.sh | 39 ----------------------------------
zorg/jenkins/jobs/update_single_job.sh | 26 +++++++++++++++++++++++
zorg/jenkins/relay.groovy | 33 +++++++++++++++++++++++++---
4 files changed, 69 insertions(+), 42 deletions(-)
create mode 100755 zorg/jenkins/jobs/update_all_jobs.sh
delete mode 100755 zorg/jenkins/jobs/update_jobs.sh
create mode 100755 zorg/jenkins/jobs/update_single_job.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7e9abd25306 [LoopRotate] processLoop should return true even if it just [...]
new 592aa29380b [cfi-verify] Validate there are no register clobbers betwee [...]
new 2c21c88a192 Revert r318193 "[SLPVectorizer] Failure to beneficially vec [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/MC/MCInstrDesc.h | 4 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 458 +++++++--------------
test/Transforms/SLPVectorizer/SystemZ/pr34619.ll | 52 ---
.../SLPVectorizer/X86/vect_copyable_in_binops.ll | 200 ++++++---
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 45 ++
tools/llvm-cfi-verify/lib/FileAnalysis.h | 10 +
tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 1 +
tools/llvm-cfi-verify/lib/GraphBuilder.h | 1 +
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 66 +++
9 files changed, 396 insertions(+), 441 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/SystemZ/pr34619.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 540b351f287 Daily bump.
new 94d86adc323 * vr-values.c: New file with contents extracted from tree- [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 73 +-
gcc/Makefile.in | 1 +
gcc/tree-vrp.c | 10602 +++++++++++++++++-------------------------------------
gcc/tree-vrp.h | 42 +
gcc/vr-values.c | 4183 +++++++++++++++++++++
5 files changed, 7510 insertions(+), 7391 deletions(-)
create mode 100644 gcc/vr-values.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eace9e3d8d2 [asan] Prevent rematerialization of &__asan_shadow.
new 7e9abd25306 [LoopRotate] processLoop should return true even if it just [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Scalar/LoopRotation.cpp | 2 +-
test/Transforms/LoopRotate/pr35210.ll | 70 ++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopRotate/pr35210.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6183484a213 [PGO] Bump the indexed profile format version
new eace9e3d8d2 [asan] Prevent rematerialization of &__asan_shadow.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Instrumentation/AddressSanitizer.cpp | 42 +++++++++++++++-------
.../Instrumentation/AddressSanitizer/with-ifunc.ll | 17 ++++++---
2 files changed, 43 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository clang.
from 4ab9ad7c51 Merging r310905 and r310994:
new ba641b73b0 Merging r315464:
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/CGOpenMPRuntime.cpp | 17 ++++++++++++++---
lib/CodeGen/CGOpenMPRuntime.h | 4 ++++
test/OpenMP/taskloop_codegen.cpp | 4 ++++
3 files changed, 22 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2e3617c081 [PGO] Detect more structural changes with the stable hash
new 35416f3b78 Simplify CpuIs code to use include from LLVM
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Basic/Targets/X86.cpp | 36 +++-------------
lib/CodeGen/CGBuiltin.cpp | 107 ++++++++--------------------------------------
2 files changed, 24 insertions(+), 119 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.