This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f3f409f [riscv] Fix build due to INT16_MAX issue
new ae034ea PR tree-optimization/79408 * tree-vrp.c (simplify_div_or_mo [...]
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 | 8 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr79408.c | 40 +++++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 28 ++++++++++++++---------
4 files changed, 71 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79408.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 d5697ff 2017-02-08 Richard Biener <rguenther(a)suse.de>
new f3f409f [riscv] Fix build due to INT16_MAX issue
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 | 4 ++++
gcc/config/riscv/riscv.c | 4 +++-
2 files changed, 7 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 llvm.
from 9ed78ae [ArgPromote] Clean up a crash test case by rinsing it through [...]
new 782378c [AVR] Add missing #includes
new 83dcecd [ArgPromote] Delete a test that makes no sense (any more).
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/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp | 2 ++
lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp | 1 +
.../ArgumentPromotion/callgraph-update.ll | 23 ----------------------
3 files changed, 3 insertions(+), 23 deletions(-)
delete mode 100644 test/Transforms/ArgumentPromotion/callgraph-update.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 035430b [ArgPromote] Actually add FileCheck to a test that I actually [...]
new 9ed78ae [ArgPromote] Clean up a crash test case by rinsing it through [...]
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/Transforms/ArgumentPromotion/crash.ll | 81 +++++++++++++++++-------------
1 file changed, 46 insertions(+), 35 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 49779f4 [sanitizer] Add weak hooks for Windows.
new 431213c [test] Enable the strace_test only if strace is installed
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/lsan/TestCases/strace_test.cc | 1 +
test/lsan/lit.common.cfg | 5 +++++
2 files changed, 6 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 glibc.
from 3f67d1a Add Linux PTRACE_EVENT_STOP
new 8cbc826 Fix getting tunable values on big-endian (BZ #21109)
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 ++++++++++
elf/dl-tunable-types.h | 4 ++--
elf/dl-tunables.c | 2 ++
malloc/arena.c | 8 ++++----
4 files changed, 18 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 clang.
from 5821011 [X86] Update command line documentation for -mclwb and -mmovb [...]
new ff3d222 [X86] Add -msgx/-mno-sgx command line options and __SGX__ def [...]
new 477c05d [X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options [...]
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:
docs/ClangCommandLineReference.rst | 4 ++++
include/clang/Driver/Options.td | 4 ++++
lib/Basic/Targets.cpp | 4 ++++
test/Driver/x86-target-features.c | 10 ++++++++++
test/Preprocessor/predefined-arch-macros.c | 8 ++++++++
5 files changed, 30 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 gcc.
from f30dfc4 * doc/xml/manual/profile_mode.xml: Unbreak link to [...]
new d5697ff 2017-02-08 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/graphite-scop-detection.c | 16 ++++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr71824-2.c | 34 +++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr71824-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.
unknown user pushed a change to branch master
in repository llvm.
from a647924 TargetLowering: Remove AddrSpace parameter from GetAddrModeArguments
new 5ad50cb [ArgPromote] Actually run FileCheck on this test. The CHECK l [...]
new 035430b [ArgPromote] Actually add FileCheck to a test that I actually [...]
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/Transforms/ArgumentPromotion/control-flow.ll | 3 +--
test/Transforms/ArgumentPromotion/reserve-tbaa.ll | 2 +-
2 files changed, 2 insertions(+), 3 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 1e1521d [X86] Add -mclwb/-mno-clwb command line arguments and __CLWB_ [...]
new bc1dede [X86] Add -mmpx/-mno-mpx command line options and __MPX__ def [...]
new 5821011 [X86] Update command line documentation for -mclwb and -mmovb [...]
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:
docs/ClangCommandLineReference.rst | 6 ++++++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 2 ++
test/Driver/x86-target-features.c | 5 +++++
test/Preprocessor/predefined-arch-macros.c | 6 ++++++
5 files changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.