This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d6cdc20e21c Revert rL303923 since it broke the sanitizer bootstrap build bot.
new b0e29ac6a68 LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
new 96c95e627d6 Re-enable "[SCEV] Do not fold dominated SCEVUnknown into Ad [...]
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:
include/llvm/Analysis/ScalarEvolution.h | 6 ++
include/llvm/CodeGen/LivePhysRegs.h | 2 +-
lib/Analysis/ScalarEvolution.cpp | 61 ++++++++++++++++++++-
lib/CodeGen/BranchFolding.cpp | 7 ++-
lib/CodeGen/BranchFolding.h | 1 +
lib/CodeGen/BranchRelaxation.cpp | 2 +-
lib/CodeGen/LivePhysRegs.cpp | 8 ++-
test/Analysis/IVUsers/quadradic-exit-value.ll | 36 +++++++++++-
.../ScalarEvolution/different-loops-recs.ll | 64 +++++++++++++++++++++-
.../X86/incorrect-offset-scaling.ll | 12 ++--
.../{ => X86}/lsr-expand-quadratic.ll | 26 +++++++--
.../LoopStrengthReduce/post-inc-icmpzero.ll | 4 +-
12 files changed, 202 insertions(+), 27 deletions(-)
rename test/Transforms/LoopStrengthReduce/{ => X86}/lsr-expand-quadratic.ll (51%)
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from d9d5b72 tcwg-benchmark.sh: Use parameters from environment
new ce08ced wget_wildcard_url: Don't check certificate for *.tcwglab hosts.
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:
jenkins-helpers.sh | 7 ++++++-
tcwg-benchmark.sh | 2 +-
2 files changed, 7 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 gcc.
from e30a2601e3f PR sanitizer/80875 * fold-const.c (fold_binary_loc) <case [...]
new 0f91c603fe0 Bound partial-inlining-entry-probability param (PR ipa/80663).
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 | 5 +++++
gcc/params.def | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ipa/pr80212.C | 18 ------------------
gcc/testsuite/gcc.dg/ipa/pr48195.c | 2 +-
5 files changed, 15 insertions(+), 20 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/ipa/pr80212.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-7-branch
in repository gcc.
from 4ee1ccec427 Backported from mainline 2017-05-22 Jakub Jelinek <jaku [...]
new 92433dd5732 PR sanitizer/80875 * fold-const.c (fold_binary_loc) <case [...]
new 894505be088 PR sanitizer/80659 * c-decl.c (build_compound_literal): S [...]
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 | 9 +++++++++
gcc/c/ChangeLog | 9 +++++++++
gcc/c/c-decl.c | 4 ++--
gcc/fold-const.c | 1 +
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/pr80875.c | 9 +++++++++
gcc/testsuite/gcc.dg/asan/pr80659.c | 13 +++++++++++++
7 files changed, 59 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr80875.c
create mode 100644 gcc/testsuite/gcc.dg/asan/pr80659.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 master
in repository newlib.
from 9b7bbd031 Update COPYING.NEWLIB appropriately.
new 780503f6a Fix thinko in MSP430 libgloss implementation of write() system call.
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:
libgloss/msp430/write.c | 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 gcc-7-branch
in repository gcc.
from 399e7c422f1 [gcc] 2017-05-25 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new dd4c9153626 Backported from mainline 2017-05-22 Jakub Jelinek <jaku [...]
new 79c188a5d36 Backported from mainline 2017-05-22 Jakub Jelinek <jaku [...]
new 4ee1ccec427 Backported from mainline 2017-05-22 Jakub Jelinek <jaku [...]
The 3 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 | 22 +++++++++++++++++
gcc/gimplify.c | 6 ++---
gcc/omp-low.c | 44 ++++++++++++++++++++++++++++++---
libgomp/ChangeLog | 15 +++++++++++
libgomp/testsuite/libgomp.c/pr80809-1.c | 29 ++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr80809-2.c | 35 ++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr80809-3.c | 42 +++++++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr80853.c | 29 ++++++++++++++++++++++
8 files changed, 216 insertions(+), 6 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/pr80809-1.c
create mode 100644 libgomp/testsuite/libgomp.c/pr80809-2.c
create mode 100644 libgomp/testsuite/libgomp.c/pr80809-3.c
create mode 100644 libgomp/testsuite/libgomp.c/pr80853.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 master
in repository gcc.
from d637695ec3d 2017-05-26 Richard Biener <rguenther(a)suse.de>
new 3f43053156e * cp-tree.h (struct lang_decl_decomp): New type. (struct [...]
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/ChangeLog | 27 +++++++++++++++++++++++++
gcc/cp/cp-tree.h | 30 ++++++++++++++++++++++++---
gcc/cp/decl.c | 38 ++++++++++++++++++++++++++---------
gcc/cp/decl2.c | 3 +++
gcc/cp/expr.c | 4 ++--
gcc/cp/lex.c | 24 ++++++++++++++++++----
gcc/cp/pt.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/decomp29.C | 36 ++++++++++++++++++++++++++++++---
9 files changed, 147 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.