This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d6fbd6ac450 AMDGPU/SI: Add d16 support for buffer intrinsics.
new 87f140feb28 [NFC] Change MemIntrinsicInst::setAlignment() to take an un [...]
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/IR/IntrinsicInst.h | 4 +++-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 +++++++++------
lib/IR/Verifier.cpp | 10 +++++++---
lib/Transforms/InstCombine/InstCombineCalls.cpp | 5 ++---
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | 4 ++--
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp | 6 ++----
lib/Transforms/Scalar/SROA.cpp | 7 ++-----
test/Verifier/memcpy.ll | 2 +-
9 files changed, 29 insertions(+), 26 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 llvm.
from a57b9dfaee5 [JumpThreading] Preservation of DT and LVI across the pass
new d6fbd6ac450 AMDGPU/SI: Add d16 support for buffer intrinsics.
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 | 23 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 +
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/BUFInstructions.td | 246 ++++++++++++++++++++-
lib/Target/AMDGPU/SIISelLowering.cpp | 151 +++++++++++--
lib/Target/AMDGPU/SIISelLowering.h | 4 +
lib/Target/AMDGPU/SIInstrInfo.td | 57 +++--
.../AMDGPU/llvm.amdgcn.buffer.load.format.d16.ll | 41 ++++
.../AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll | 50 +++++
.../CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll | 41 ++++
.../AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll | 53 +++++
test/MC/AMDGPU/buf-fmt-d16-packed.s | 74 +++++++
test/MC/AMDGPU/buf-fmt-d16-unpacked.s | 73 ++++++
16 files changed, 778 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.d16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll
create mode 100644 test/MC/AMDGPU/buf-fmt-d16-packed.s
create mode 100644 test/MC/AMDGPU/buf-fmt-d16-unpacked.s
--
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 e2b0a2aafa1 Try to fix more bots after r322391
new a57b9dfaee5 [JumpThreading] Preservation of DT and LVI across the pass
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/IR/Dominators.h | 84 +++++
include/llvm/Transforms/Scalar/JumpThreading.h | 6 +-
include/llvm/Transforms/Utils/BasicBlockUtils.h | 3 +-
include/llvm/Transforms/Utils/Local.h | 20 +-
lib/IR/Dominators.cpp | 188 +++++++++++
.../Scalar/CorrelatedValuePropagation.cpp | 2 +
lib/Transforms/Scalar/JumpThreading.cpp | 174 ++++++++---
lib/Transforms/Utils/BasicBlockUtils.cpp | 18 +-
lib/Transforms/Utils/Local.cpp | 209 ++++++++++---
.../LazyValueAnalysis/lvi-after-jumpthreading.ll | 3 +
test/Transforms/JumpThreading/ddt-crash.ll | 265 ++++++++++++++++
test/Transforms/JumpThreading/ddt-crash2.ll | 40 +++
test/Transforms/JumpThreading/lvi-tristate.ll | 50 +++
unittests/IR/CMakeLists.txt | 1 +
unittests/IR/DeferredDominanceTest.cpp | 344 +++++++++++++++++++++
15 files changed, 1308 insertions(+), 99 deletions(-)
create mode 100644 test/Transforms/JumpThreading/ddt-crash.ll
create mode 100644 test/Transforms/JumpThreading/ddt-crash2.ll
create mode 100644 test/Transforms/JumpThreading/lvi-tristate.ll
create mode 100644 unittests/IR/DeferredDominanceTest.cpp
--
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 9e7369ea305 * gcc.target/powerpc/float128-hw7.c: Use scan-assembler-ti [...]
new 9599990a367 rs6000: Remove -mstring
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 | 45 ++++
gcc/config/rs6000/predicates.md | 79 ------
gcc/config/rs6000/rs6000-cpus.def | 2 +-
gcc/config/rs6000/rs6000-protos.h | 1 -
gcc/config/rs6000/rs6000-string.c | 104 --------
gcc/config/rs6000/rs6000.c | 48 ++--
gcc/config/rs6000/rs6000.h | 3 +-
gcc/config/rs6000/rs6000.md | 541 +-------------------------------------
gcc/config/rs6000/rs6000.opt | 7 +-
gcc/doc/invoke.texi | 17 +-
10 files changed, 72 insertions(+), 775 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 llvm.
from 3bd99e29d34 Silence GCC 7 warning by using an enum class.
new e2b0a2aafa1 Try to fix more bots after r322391
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:
test/CodeGen/Generic/dwarf-md5.ll | 1 -
1 file changed, 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 compiler-rt.
from 649c2cd46 [scudo] Add SANITIZER_CXX_ABI_LIBRARY to SCUDO_DYNAMIC_LIBS
new 183c8e855 Correct the setitimer interceptor on NetBSD
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/sanitizer_common/sanitizer_common_interceptors.inc | 15 +++++++++++++--
lib/sanitizer_common/sanitizer_platform_limits_netbsd.h | 11 +++++++++++
lib/sanitizer_common/sanitizer_platform_limits_posix.h | 12 ++++++++++++
lib/sanitizer_common/sanitizer_platform_limits_solaris.h | 12 ++++++++++++
4 files changed, 48 insertions(+), 2 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 llvm.
from 1b2f7ed6f00 Remove ELFDataTypeTypedefHelper class.
new 99a85c5f420 [llvm-cov] Skip unnecessary coverage computations for "expo [...]
new 3bd99e29d34 Silence GCC 7 warning by using an enum class.
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:
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 78 ++++++++++++++-------------
tools/llvm-cov/CoverageExporterJson.cpp | 63 ++++++++++++----------
tools/llvm-cov/CoverageExporterJson.h | 6 ++-
3 files changed, 81 insertions(+), 66 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 glibc.
from 3d1d79283e aarch64: fix static pie enabled libc when main is in a share [...]
new 98d13ce07a Update translations from the Translation Project
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:
ChangeLog | 11 +
po/bg.po | 1081 +++++++++++++++++++++++++++++------------------------------
po/cs.po | 1083 ++++++++++++++++++++++++++++++------------------------------
po/de.po | 1076 ++++++++++++++++++++++++++++++-----------------------------
po/ko.po | 1075 ++++++++++++++++++++++++++++++-----------------------------
po/pl.po | 1077 ++++++++++++++++++++++++++++++-----------------------------
po/sv.po | 1083 ++++++++++++++++++++++++++++++------------------------------
po/uk.po | 1081 +++++++++++++++++++++++++++++------------------------------
po/vi.po | 1101 +++++++++++++++++++++++++++++++------------------------------
9 files changed, 4330 insertions(+), 4338 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 binutils-gdb.
from 906b4aac4c Use the correct value for the offset of 'kve_protection'.
new ba643918cf Install and generate docs for gdb-add-index
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:
gdb/ChangeLog | 5 ++++
gdb/Makefile.in | 9 +++++++
gdb/doc/ChangeLog | 8 ++++++
gdb/doc/Makefile.in | 9 ++++++-
gdb/doc/gdb.texinfo | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 100 insertions(+), 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 gcc.
from 7352fff95ce * regrename.c (regrename_do_replace): If replacing the sam [...]
new 9e7369ea305 * gcc.target/powerpc/float128-hw7.c: Use scan-assembler-ti [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/float128-hw7.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.