This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 7ad618a PR target/71145 * config/alpha/alpha.md (trap): Add (use (r [...]
new 3f810d9 PR c++/71100 * cgraph.c (cgraph_edge::redirect_call_stmt_to [...]
new 2343c9e Backported from mainline 2016-05-17 Jakub Jelinek <jakub@ [...]
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/ChangeLog | 6 +++++
gcc/cgraph.c | 3 ++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/opt/pr71100.C | 18 ++++++++++++++
libsanitizer/ChangeLog | 9 +++++++
libsanitizer/asan/asan_malloc_linux.cc | 43 ++++++++++++++++++++++++++--------
6 files changed, 73 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr71100.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 gcc-5-branch
in repository gcc.
from e49bd3b PR target/71145 * config/alpha/alpha.md (trap): Add (use (r [...]
new 0c97013 Backported from mainline 2016-05-17 Jakub Jelinek <jakub@ [...]
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:
libsanitizer/ChangeLog | 9 +++++++
libsanitizer/asan/asan_malloc_linux.cc | 43 ++++++++++++++++++++++++++--------
2 files changed, 42 insertions(+), 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 release_38
in repository llvm.
from be2e600 Merging r263139:
new 9f0a93b Merging r257915:
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/Analysis.cpp | 5 +++++
test/LTO/X86/pr25919.ll | 11 +++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/LTO/X86/pr25919.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 23cb114 [x86] add test for immediate comment formatting
new 6e6d60d [LoopUnrollAnalyzer] Take into account cost of instructions c [...]
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/Scalar/LoopUnrollPass.cpp | 1 +
.../LoopUnroll/full-unroll-heuristics-2.ll | 32 ++++++++++++++++++++++
2 files changed, 33 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 lld.
from af390fb Drop vestigial support for UseLazyBinding=false.
new a06bcd0 Simplify, 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:
ELF/Writer.cpp | 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 lld.
from a206950 UseLazyBinding is always true in here, simplify.
new af390fb Drop vestigial support for UseLazyBinding=false.
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:
ELF/OutputSections.cpp | 17 ++++++-----------
ELF/Target.cpp | 6 +-----
ELF/Target.h | 1 -
ELF/Writer.cpp | 28 +++++++++-------------------
test/ELF/ppc64-toc-restore.s | 4 ++--
5 files changed, 18 insertions(+), 38 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 lldb.
from 1ded4a2 remove use of Mutex in favour of std::{,recursive_}mutex
new 2a8dd7e xfail TestTopLevelExprs for arm and aarch64 linux
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:
.../lldbsuite/test/expression_command/top-level/TestTopLevelExprs.py | 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 compiler-rt.
from c1bc4d0 [sanitizers] remove earthdok@ from owners
new a7c01c6 [sanitizer] Move *fstat to the common interceptors
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/asan/asan_interceptors.cc | 3 +
lib/msan/msan_interceptors.cc | 65 +------------
.../sanitizer_common_interceptors.inc | 108 ++++++++++++++++++++-
.../sanitizer_platform_interceptors.h | 6 ++
lib/tsan/rtl/tsan_interceptors.cc | 54 -----------
5 files changed, 118 insertions(+), 118 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 lld.
from e91faf1 Fix typo in comment aligment should be alignment. NFC.
new a206950 UseLazyBinding is always true in here, simplify.
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:
ELF/Target.cpp | 3 +--
1 file changed, 1 insertion(+), 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 b3b1972 [WebAssembly] Disable the MachineScheduler.
new 23cb114 [x86] add test for immediate comment formatting
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/MC/X86/imm-comments.s | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 test/MC/X86/imm-comments.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.