This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6d586279c44 Daily bump.
new 3f4c84656a8 2017-07-25 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/fold-const.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/{torture/pr52298.c => ubsan/pr81505.c} | 1 +
4 files changed, 14 insertions(+), 2 deletions(-)
copy gcc/testsuite/gcc.dg/{torture/pr52298.c => ubsan/pr81505.c} (73%)
--
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 95a7339258 tunables: Use direct syscall for access (BZ#21744)
new 94955362dd zic: Use PRIdMAX to print line numbers
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 | 7 ++
po/libc.pot | 207 +++++++++++++++++++++++++++++----------------------------
timezone/zic.c | 11 +--
3 files changed, 118 insertions(+), 107 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 test-suite.
from c5ef5594 Set higher timeouts for Misc-C++ on AArch64
new fbc6472f Improve cmake caches
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:
cmake/caches/CodeSize.cmake | 5 +++--
cmake/caches/MinSize.cmake | 5 +++--
cmake/caches/Os.cmake | 5 +++--
cmake/caches/OsLTO.cmake | 5 +++++
cmake/caches/Oz.cmake | 5 +++--
cmake/caches/{ReleaseNoLTO.cmake => ReleaseThinLTO.cmake} | 3 +--
6 files changed, 18 insertions(+), 10 deletions(-)
create mode 100644 cmake/caches/OsLTO.cmake
copy cmake/caches/{ReleaseNoLTO.cmake => ReleaseThinLTO.cmake} (68%)
--
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 test-suite.
at b58352fe Creating release_50 branch off revision 308441
This branch includes the following new commits:
new b58352fe Creating release_50 branch off revision 308441
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.
--
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 8e0c70de6e7 [DWARF] Modified test for die ranges verification so that i [...]
new 977be98e0f3 [sanitizer-coverage] simplify the code, NFC
new 74b6501bc4a [libFuzzer] make one test faster, fix compiler warnings in tests
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/Fuzzer/test/SingleMemcmpTest.cpp | 2 +-
lib/Fuzzer/test/StrcmpTest.cpp | 2 +-
lib/Fuzzer/test/StrncmpTest.cpp | 2 +-
lib/Fuzzer/test/value-profile-cmp2.test | 2 +-
.../Instrumentation/SanitizerCoverage.cpp | 22 ++++++++--------------
5 files changed, 12 insertions(+), 18 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 lnt.
from 94d905a builtintest: Use dummy report instead of submitting to dummy [...]
new fa0996e tests/test_suite: Define compiler before applying cache files
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:
lnt/tests/test_suite.py | 12 +++++++++++-
tests/runtest/test_suite.py | 6 ++++--
2 files 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 cabe5b590eb llvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS.
new 8e0c70de6e7 [DWARF] Modified test for die ranges verification so that i [...]
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/tools/llvm-dwarfdump/X86/verify_die_ranges.s | 4 ++--
1 file changed, 2 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 bb030798323 llvm-rc: Fixup for r308940. This should use LLVMSupport.
new cabe5b590eb llvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS.
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 +
1 file changed, 1 insertion(+)
--
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 c6f54fec9f2 Add an empty shell of llvm-rc.
new bb030798323 llvm-rc: Fixup for r308940. This should use LLVMSupport.
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:
tools/llvm-rc/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 4114bcf1b9c [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
new c6f54fec9f2 Add an empty shell of llvm-rc.
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/tools/llvm-rc/helpmsg.test | 20 +++++++
tools/LLVMBuild.txt | 1 +
tools/{llvm-mt => llvm-rc}/CMakeLists.txt | 7 ++-
tools/{llvm-ar => llvm-rc}/LLVMBuild.txt | 5 +-
tools/llvm-rc/Opts.td | 53 +++++++++++++++++++
tools/llvm-rc/llvm-rc.cpp | 88 +++++++++++++++++++++++++++++++
6 files changed, 168 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-rc/helpmsg.test
copy tools/{llvm-mt => llvm-rc}/CMakeLists.txt (59%)
copy tools/{llvm-ar => llvm-rc}/LLVMBuild.txt (84%)
create mode 100644 tools/llvm-rc/Opts.td
create mode 100644 tools/llvm-rc/llvm-rc.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.