This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 63e1cbe [InstCombine] add folds for icmp (umin|umax X, Y), X
new 1fd371a [InstCombine] use commutative matcher for pattern with commut [...]
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/InstCombineAndOrXor.cpp | 8 +++++---
test/Transforms/InstCombine/or.ll | 17 ++++++++++++++++-
2 files changed, 21 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 79bc529 Undo accidental comit
new 8e56999 Revert another accidental bit
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/Frontend/CompilerInvocation.cpp | 2 --
1 file changed, 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 compiler-rt.
from 279f848 Another fix-up for r290119: Include stdint.h so we have uint6 [...]
new 0484830 More fixup for r290119: Make the ifdef work.
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/tsan/debug_alloc_stack.cc | 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 binutils-gdb.
from 16e6932 Clean up gdb.gdb/selftest.exp
new 89ede9f Fix forced allocation of common (-d) during -r links.
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:
gold/ChangeLog | 9 ++++++++
gold/symtab.cc | 6 ++++-
gold/testsuite/Makefile.am | 7 ++++++
gold/testsuite/Makefile.in | 29 +++++++++++++++++++++---
gold/testsuite/{start_lib_test_2.c => pr20976.c} | 18 +++++++++------
5 files changed, 58 insertions(+), 11 deletions(-)
copy gold/testsuite/{start_lib_test_2.c => pr20976.c} (66%)
--
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 aoliva/SFN
in repository gcc.
from 231c555 SFN: do not emit begin stmt markers if VTA is disabled (at le [...]
new c8b7d98 SFN: take IF_STMT ops locs from expr_first in cp_expand_cond_ [...]
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/cp/cp-array-notation.c | 37 +++++++++++++++++++++++++++++++++----
1 file changed, 33 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 41deb1f Make a few OpenMP tests "C++11 clean."
new 79bc529 Undo accidental comit
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/Frontend/CompilerInvocation.cpp | 2 +
test/CodeGenCXX/arm-swiftcall.cpp | 6 +-
test/CodeGenCXX/destructors.cpp | 128 ++++++++-------------
test/CodeGenCXX/global-init.cpp | 14 +--
test/CodeGenCXX/nrvo.cpp | 24 ++--
test/CodeGenCXX/partial-destruction.cpp | 39 +++----
test/CodeGenCXX/stack-reuse-miscompile.cpp | 2 +-
test/FixIt/fixit.cpp | 21 +---
test/OpenMP/teams_distribute_collapse_messages.cpp | 26 +----
...s_distribute_parallel_for_collapse_messages.cpp | 26 +----
...tribute_parallel_for_simd_collapse_messages.cpp | 26 +----
test/Parser/backtrack-off-by-one.cpp | 8 +-
test/SemaCXX/copy-assignment.cpp | 15 +--
13 files changed, 93 insertions(+), 244 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 738b5d6 [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_add [...]
new 69893e3 Fix-up for r290119 - don't check global size, it might not be [...]
new 279f848 Another fix-up for r290119: Include stdint.h so we have uint6 [...]
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:
test/tsan/debug_alloc_stack.cc | 1 +
test/tsan/debug_locate.cc | 2 +-
2 files changed, 2 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 lld.
from 1b45bb0 Detemplate PhdrEntry. NFC.
new b2ed533 [ELF] - Implemented --retain-symbols-file option
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/Config.h | 6 ++++--
ELF/Driver.cpp | 35 +++++++++++++++++++++++++++++----
ELF/Options.td | 4 ++++
ELF/Writer.cpp | 6 ++++++
test/ELF/retain-symbols-file.s | 44 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 89 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/retain-symbols-file.s
--
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 7b18234 [libclang] Revert part of r290025, "Remove the 'extern "C"' b [...]
new 41deb1f Make a few OpenMP tests "C++11 clean."
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/CodeGenCXX/arm-swiftcall.cpp | 6 +-
test/CodeGenCXX/destructors.cpp | 128 +++++++++++++--------
test/CodeGenCXX/global-init.cpp | 14 ++-
test/CodeGenCXX/nrvo.cpp | 24 ++--
test/CodeGenCXX/partial-destruction.cpp | 39 ++++---
test/CodeGenCXX/stack-reuse-miscompile.cpp | 2 +-
test/FixIt/fixit.cpp | 21 +++-
test/OpenMP/teams_distribute_collapse_messages.cpp | 26 ++++-
...s_distribute_parallel_for_collapse_messages.cpp | 26 ++++-
...tribute_parallel_for_simd_collapse_messages.cpp | 26 ++++-
test/Parser/backtrack-off-by-one.cpp | 8 +-
test/SemaCXX/copy-assignment.cpp | 15 ++-
12 files changed, 244 insertions(+), 91 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 1b9e1ee Revert "[XRay] [compiler-rt] Move machine-dependent code into [...]
new 738b5d6 [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_add [...]
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/tsan/rtl/tsan_debugging.cc | 77 ++++++++++++++++++++++++++++++++++++++++
lib/tsan/rtl/tsan_interface.h | 11 ++++++
lib/tsan/rtl/tsan_rtl.h | 1 +
test/tsan/debug_alloc_stack.cc | 80 ++++++++++++++++++++++++++++++++++++++++++
test/tsan/debug_locate.cc | 43 +++++++++++++++++++++++
5 files changed, 212 insertions(+)
create mode 100644 test/tsan/debug_alloc_stack.cc
create mode 100644 test/tsan/debug_locate.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.