This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1ec28e35ff9 Simplify MIR Output used for Codegen Testing
new e3abce209bd This reverts r302984
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/CodeGen/MIRYamlMapping.h | 138 ++++++++++------------------------
lib/CodeGen/MIRPrinter.cpp | 2 -
2 files changed, 39 insertions(+), 101 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 f3c348a5377 [APInt] Use Lo_32/Hi_32/Make_64 in a few more places in the [...]
new 1ec28e35ff9 Simplify MIR Output used for Codegen Testing
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/CodeGen/MIRYamlMapping.h | 138 ++++++++++++++++++++++++----------
lib/CodeGen/MIRPrinter.cpp | 2 +
2 files changed, 101 insertions(+), 39 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 c0c05aad81 Automatic date update in version.in
new adf3dde510 Avoid compiler warning in MinGW build
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/tui/tui.c | 2 +-
2 files changed, 6 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 llvm.
from f671e9e87b3 [InstCombine] Prevent InstCombine from triggering an extra [...]
new f3c348a5377 [APInt] Use Lo_32/Hi_32/Make_64 in a few more places in the [...]
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/Support/APInt.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 b3213cf9dbf ConstProp: Split x86 SSE intrinsic tests out of calls.ll
new f671e9e87b3 [InstCombine] Prevent InstCombine from triggering an extra [...]
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/InstCombine/InstructionCombining.cpp | 9 ++++-----
.../{constant-fold-compare.ll => constant-fold-iteration.ll} | 6 ++++--
2 files changed, 8 insertions(+), 7 deletions(-)
copy test/Transforms/InstCombine/{constant-fold-compare.ll => constant-fold-iterat [...]
--
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 libcxxabi.
from 8d8011b [libcxxabi] Align unwindHeader on a double-word boundary.
new 9f5f78e [libcxxabi] Do not align field unwindHeader when building for [...]
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:
src/cxa_exception.hpp | 18 +++++++++++++++---
1 file changed, 15 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 llvm.
from 74e8801b8b0 InstCombine: Move tests that use target intrinsics into sub [...]
new b3213cf9dbf ConstProp: Split x86 SSE intrinsic tests out of calls.ll
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/Transforms/ConstProp/calls.ll | 206 -------------------------
test/Transforms/ConstProp/{calls.ll => sse.ll} | 195 +----------------------
2 files changed, 1 insertion(+), 400 deletions(-)
copy test/Transforms/ConstProp/{calls.ll => sse.ll} (55%)
--
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 libcxxabi.
from 0372c57 [Libcxxabi]: Support using compiler-rt for MinGW64
new 8d8011b [libcxxabi] Align unwindHeader on a double-word boundary.
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:
src/cxa_exception.hpp | 12 +++++++--
test/exception_object_alignment.sh.cpp | 48 ++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 test/exception_object_alignment.sh.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 llvm.
from 278c05b9709 [NewGVN] XFAIL a flaky test until I find out what's going on.
new 1c525263189 Disable llvm/test/Transforms/NewGVN/pr32934.ll while Davide [...]
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/Transforms/NewGVN/pr32934.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.