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 23b3346 Daily bump.
new 48ef7e3 Daily bump.
new c0df82b Daily bump.
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:
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 clang.
from 9175ccb [analyzer] Run clang-format and fix style
new 99b2f23 CodeGen: clean up -Wpedantic warning (NFC)
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/CGExpr.cpp | 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 binutils-gdb.
from 75c6202 Automatic date update in version.in
new d81222d Fix edge cases in orphan section placement.
new bfbf34d When using linker scripts, place linker-generated sections by [...]
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:
gold/ChangeLog | 22 ++++++++++++
gold/script-sections.cc | 46 ++++++++++++++++++++++--
gold/testsuite/Makefile.am | 11 ++++++
gold/testsuite/Makefile.in | 22 +++++++++---
gold/testsuite/script_test_13.c | 2 ++
gold/testsuite/{pr20717.sh => script_test_13.sh} | 23 ++++++------
gold/testsuite/script_test_13.t | 7 ++++
7 files changed, 114 insertions(+), 19 deletions(-)
create mode 100644 gold/testsuite/script_test_13.c
copy gold/testsuite/{pr20717.sh => script_test_13.sh} (63%)
create mode 100644 gold/testsuite/script_test_13.t
--
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 f0c4e60 Fix signed comparison warning
new 534295b [libc++abi] Mark failing test on Darwin as XFAIL
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/thread_local_destruction_order.pass.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
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 libcxx.
from b988a6f [libcxx] [test] Change ifstream constructor tests to handle r [...]
new 4d6f423 [libcxx] [test] Fix size_t-to-int truncation warnings in syse [...]
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/std/diagnostics/syserr/syserr.hash/error_code.pass.cpp | 4 ++--
test/std/diagnostics/syserr/syserr.hash/error_condition.pass.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 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 clang.
from 40b8bd4 Revert "[Modules] Make header inclusion order from umbrella d [...]
new 9175ccb [analyzer] Run clang-format and fix style
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/StaticAnalyzer/Core/RangeConstraintManager.cpp | 197 ++++++++++-----------
.../Core/SimpleConstraintManager.cpp | 129 +++++++-------
lib/StaticAnalyzer/Core/SimpleConstraintManager.h | 80 ++++-----
3 files changed, 193 insertions(+), 213 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 1394ec2 [Statepoints] Reuse stack slots more than once within a basic block
new 8037f01 [peephole] Enhance folding logic to work for STATEPOINTs
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/PeepholeOptimizer.cpp | 28 ++++++++++++------
lib/Target/X86/X86InstrInfo.cpp | 25 +++++-----------
test/CodeGen/X86/anyregcc.ll | 52 +++++++++++++++++-----------------
test/CodeGen/X86/stackmap.ll | 4 +--
test/CodeGen/X86/statepoint-live-in.ll | 31 +++++++-------------
5 files changed, 64 insertions(+), 76 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 d7b8181 [libFuzzer] don't require extra flags with -minimize_crash=1 [...]
new 1394ec2 [Statepoints] Reuse stack slots more than once within a basic block
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/SelectionDAG/StatepointLowering.cpp | 13 +++++++----
test/CodeGen/X86/statepoint-stack-usage.ll | 30 +++++++++++++++++++++++++
2 files changed, 39 insertions(+), 4 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 c138727 [sanitizers] sancov really works on x86 only
new 7c1735a [sanitizers] trace-pc-guard doesn't work on mac as well
new e91079d [sanitizers] disabling dso test as well where appropriate
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:
.../sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 2 +-
test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +-
2 files 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 a9489f4 Missed a file in r289503.
new d7b8181 [libFuzzer] don't require extra flags with -minimize_crash=1 [...]
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/Fuzzer/FuzzerDriver.cpp | 18 ++++++++++++------
lib/Fuzzer/test/minimize_crash.test | 8 ++++----
2 files changed, 16 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.