This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 8a5f238 Automatic date update in version.in
new d3ca51d Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 354199c Fix ld uninitialized read of script ASSERT data structure
new 61becd4 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 70bc85f [InstCombine] shrink truncated insertelement into undef vector
new 2e72970 AMDGPU/SI: Do not insert EndCf in an unreachable block
new 50ccd80 Fix additional constructor call missed by r297241.
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/CodeGen/GlobalISel/IRTranslator.cpp | 2 +-
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 5 +--
test/CodeGen/AMDGPU/ret_jump.ll | 1 -
test/CodeGen/AMDGPU/si-annotate-cf-unreachable.ll | 40 +++++++++++++++++++++++
4 files changed, 44 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/si-annotate-cf-unreachable.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 872fff1 [Hexagon] Check for presence before looking registers up in b [...]
new 35c6dd2 Recommit: [globalisel] Change LLT constructor string into an [...]
new 70bc85f [InstCombine] shrink truncated insertelement into undef vector
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/CodeGen/LowLevelType.h | 190 +--------------------
.../LowLevelType.h => Support/LowLevelTypeImpl.h} | 14 +-
include/llvm/module.modulemap | 10 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 24 +--
lib/CodeGen/LowLevelType.cpp | 55 ++----
lib/Support/CMakeLists.txt | 1 +
lib/{CodeGen => Support}/LowLevelType.cpp | 28 +--
lib/Target/AArch64/AArch64CallLowering.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +-
lib/Target/X86/X86CallLowering.cpp | 5 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 38 +++++
test/Transforms/InstCombine/vector-casts.ll | 32 ++++
unittests/CodeGen/LowLevelTypeTest.cpp | 6 +-
utils/TableGen/GlobalISelEmitter.cpp | 51 ++++--
14 files changed, 158 insertions(+), 302 deletions(-)
copy include/llvm/{CodeGen/LowLevelType.h => Support/LowLevelTypeImpl.h} (95%)
copy lib/{CodeGen => Support}/LowLevelType.cpp (60%)
--
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 aoliva/SFN
in repository gcc.
from dae9cc0 non-SFN: stabilize store merging order
new d0be7a5 non-SFN: stabilize store merging order without using invalida [...]
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/gimple-ssa-store-merging.c | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 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 79f786f GlobalISel: use inserts for landingpad instead of sequences.
new cf301fc [Hexagon] Generate bitsplit instruction
new 872fff1 [Hexagon] Check for presence before looking registers up in b [...]
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/HexagonBitSimplify.cpp | 123 +++++++++++++++++++++++++++++-
test/CodeGen/Hexagon/bit-bitsplit-src.ll | 35 +++++++++
test/CodeGen/Hexagon/bit-bitsplit.ll | 17 +++++
test/CodeGen/Hexagon/bit-has.ll | 64 ++++++++++++++++
4 files changed, 238 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/bit-bitsplit-src.ll
create mode 100644 test/CodeGen/Hexagon/bit-bitsplit.ll
create mode 100644 test/CodeGen/Hexagon/bit-has.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 9616c18 Fix one-after-the-end type metadata handling in globalsplit.
new 79f786f GlobalISel: use inserts for landingpad instead of sequences.
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/GlobalISel/IRTranslator.cpp | 54 +++++++++++-----------
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 4 +-
.../AArch64/GlobalISel/legalize-exceptions.ll | 12 ++++-
3 files changed, 41 insertions(+), 29 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 compiler-rt.
from 557441a [PowerPC] mark xray test as unsupported on powerpcle in testsuite
new e3a4e98 [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.
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/xray/TestCases/Linux/arg1-logger.cc | 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 llvm.
from cb8ffd2 ADT: Fix SmallPtrSet iterators in reverse mode
new 9616c18 Fix one-after-the-end type metadata handling in globalsplit.
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/IPO/GlobalSplit.cpp | 11 ++++++++++-
test/Transforms/GlobalSplit/basic.ll | 20 +++++++++++++-------
2 files changed, 23 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.