This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f8c884cd0cf 2017-04-13 Vladimir Makarov <vmakarov(a)redhat.com>
new 3f3ebb6ff7a PR sanitizer/80403 * fold-const.c (fold_ternary_loc): Rev [...]
new 668875704e5 * plugin/plugin-nvptx.c (cuda_lib_inited): Use signed char [...]
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 | 7 +++++++
gcc/fold-const.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr80403-2.C | 14 ++++++++++++++
libgomp/ChangeLog | 5 +++++
libgomp/plugin/plugin-nvptx.c | 2 +-
6 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80403-2.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.
Christophe Lyon pushed a change to branch christophe
in repository toolchain/bmk-scripts.
from 2b7489f Update run.sh
adds 31c178b Update .gitreview with new repo name.
new cd8656e bmk-to-board-cpu.sh, board-cpu-to-bmk-list.sh, board-bmk-map. [...]
new 28c8752 ccprefix is now [$builder:$port:]$prefix
new 325660e cpu2006.cfg: Use xz instead of pxz.
new a68f70e run.sh: Make it the main entry point.
The 4 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:
.gitreview | 2 +-
README | 2 +-
bmk-to-board-cpu.sh | 79 ++++++++++++++++
board-bmk-map.sh | 25 +++++
board-cpu-to-bmk-list.sh | 128 +++++++++++++++++++++++++
cpu2006.cfg | 2 +-
run.sh | 240 +++++++++++++++++++++++++++--------------------
spec2xxx-config | 15 ++-
8 files changed, 387 insertions(+), 106 deletions(-)
create mode 100644 bmk-to-board-cpu.sh
create mode 100644 board-bmk-map.sh
create mode 100755 board-cpu-to-bmk-list.sh
--
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 44500cbb25 resolv: Remove EDNS fallback [BZ #21369]
new a12ae89f86 Assume that O_NOFOLLOW is always defined
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 | 10 ++++++++++
csu/check_fds.c | 12 ++++--------
elf/dl-profile.c | 7 +------
elf/rtld.c | 4 ----
gmon/gmon.c | 4 ----
sysdeps/posix/shm_open.c | 2 --
6 files changed, 15 insertions(+), 24 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 7784ce736d8 [InstCombine] fold X == 0 || X == -1 to one compare (PR32524)
new 0bd00d7d97b [LV] Fix the vector code generation for first order recurrence
new e1c6ddcf64d [ValueTracking] Prevent a call to computeKnownBits if we al [...]
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/ValueTracking.cpp | 15 +++++-----
lib/Transforms/Utils/LoopUtils.cpp | 15 ++--------
lib/Transforms/Vectorize/LoopVectorize.cpp | 34 +++++++++++++--------
.../AArch64/loop-vectorization-factors.ll | 26 +++++++++++-----
.../LoopVectorize/first-order-recurrence.ll | 35 ++++++++++++++++++----
5 files changed, 82 insertions(+), 43 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 55b1f4fcd Implement global pointer scanning for darwin leak sanitizer
new 89c661687 Revert "Enable LSan on PowerPC64."
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/lsan/lsan_allocator.h | 2 +-
lib/lsan/lsan_common.h | 3 +--
test/lsan/lit.common.cfg | 5 ++---
3 files changed, 4 insertions(+), 6 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 a7bdbbca61d [ValueTracking] Move a temporary APInt instead of copying it.
new fe376941a24 [DAE] Simplify call site replacement code with CallSite NFC
new 7784ce736d8 [InstCombine] fold X == 0 || X == -1 to one compare (PR32524)
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/Transforms/IPO/DeadArgumentElimination.cpp | 51 ++++++++++------------
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 ++-
test/Transforms/InstCombine/or.ll | 7 ++-
3 files changed, 32 insertions(+), 32 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 6357c2dc3 Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
new 55b1f4fcd Implement global pointer scanning for darwin leak sanitizer
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/lsan/lsan_common.cc | 17 +++++++++++++++++
lib/lsan/lsan_common.h | 1 +
lib/lsan/lsan_common_linux.cc | 15 +--------------
lib/lsan/lsan_common_mac.cc | 16 +++++++++++++++-
4 files changed, 34 insertions(+), 15 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 d2a36f278b1 [InstCombine] Simplify attribute code with new AttributeLis [...]
new a7bdbbca61d [ValueTracking] Move a temporary APInt instead of copying it.
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/Analysis/ValueTracking.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.