This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from d9fa3a9827e Daily bump.
new cd4dc83861d Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 494b5075845 PR c++/80473 allow suppressing notes about over-aligned new
new e8f52f3b600 Daily bump.
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/DATESTAMP | 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 e0bfbeae68f X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
new c7e3512b436 [InstCombine] Remove the zextOrTrunc from ShrinkDemandedConstant.
new df4849c1dda Revert r300746 (SCEV analysis for or instructions).
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/Analysis/ScalarEvolution.cpp | 28 ++++++++++++----
.../InstCombine/InstCombineSimplifyDemanded.cpp | 6 ++--
test/Analysis/ScalarEvolution/or-as-add.ll | 38 ----------------------
3 files changed, 24 insertions(+), 48 deletions(-)
delete mode 100644 test/Analysis/ScalarEvolution/or-as-add.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 compiler-rt.
from 1082bc665 sanitizer: fix crash with textdomain(NULL) interceptor
new e12d8a210 [asan] move textdomain.c to Linux dir, as the test is Linux-specific
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/asan/TestCases/{ => Linux}/textdomain.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/asan/TestCases/{ => Linux}/textdomain.c (100%)
--
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 afe9edbf48 Skip PIE indirect5 and indirect6 tests on i386
new 73b58fda3b 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 gdb-8.0-branch
in repository binutils-gdb.
from a484616b31 Automatic date update in version.in
new 7ddd642597 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 d81c51aaf4 Automatic date update in version.in
new ce80015e75 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 libcxxabi.
from 2ef575d [CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handling
new 700fa35 Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrec [...]
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/CMakeLists.txt | 1 -
test/cxa_thread_atexit_test.pass.cpp | 5 -----
test/libcxxabi/test/config.py | 3 ---
test/lit.site.cfg.in | 1 -
4 files changed, 10 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 d8d3de1d7 [asan] Match BUS and SIGV to fix test on Darwin
new 1082bc665 sanitizer: fix crash with textdomain(NULL) interceptor
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 | 2 +-
test/asan/TestCases/textdomain.c | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/textdomain.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 5037cf29e41 Fix typo in comment
new 6ef1610d075 X86RegisterInfo: eliminateFrameIndex: Force SP for AfterFPPop; NFC
new e0bfbeae68f X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
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/X86/X86FrameLowering.cpp | 17 +++++++++--------
lib/Target/X86/X86FrameLowering.h | 2 ++
lib/Target/X86/X86RegisterInfo.cpp | 38 ++++++++++++-------------------------
3 files changed, 23 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.