This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 36dcf131efc [DAGCombine] Use SelectionDAG::getZExtOrTrunc helper. NFCI.
new de15f17e311 [NewGVN] Don't incorrectly reset the memory leader.
new 6b14cfa286f [NewGVN] Format an assertion and fix a typo. NFCI.
new f50e2288e06 [DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 10 +----
lib/Transforms/Scalar/NewGVN.cpp | 7 ++--
test/Transforms/NewGVN/pr32934.ll | 68 ++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 12 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr32934.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 gcc.
from 9730baa59d2 [gcc]
new ac0146c1157 2017-05-12 Will Schmidt <will_schmidt(a)vnet.ibm.com>
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 | 9 +++++++--
gcc/gimple-fold.c | 4 ++--
gcc/gimple-fold.h | 1 +
3 files changed, 10 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 compiler-rt.
from 508f03832 Add dyld to sanitizer procmaps on darwin
new 47c47778c Enable lsan test suite on Darwin x86_64 builds
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:
cmake/config-ix.cmake | 2 +-
test/asan/lit.cfg | 9 ++++++++-
test/lsan/lit.common.cfg | 5 +++--
3 files changed, 12 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 gcc.
from d791a23aa89 PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>
new 9730baa59d2 [gcc]
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/config/rs6000/rs6000.c | 11 +++++++++++
2 files changed, 16 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 5a472ea5b [ELF] - Stop support of DF_STATIC_TLS flag.
new 397f7b042 Optimize orphan placement in a general way.
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.h | 1 +
ELF/Writer.cpp | 260 +++++++++++----------
test/ELF/linkerscript/sections-constraint.s | 2 +-
test/ELF/linkerscript/sections.s | 5 +-
.../ELF/{many-sections.s => many-alloc-sections.s} | 38 +--
5 files changed, 159 insertions(+), 147 deletions(-)
copy test/ELF/{many-sections.s => many-alloc-sections.s} (72%)
--
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 be3f100674 MIPS/GAS: Unify GP-relative percent-ops
new 256afbc259 Replace "return" with "break"
new 68f2f2e308 Fix rust_dump_subexp_body
new 6830f270e7 Avoid exponential behavior in rust_evaluate_subexp
new 73caa85d4a x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
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:
bfd/ChangeLog | 7 +++
bfd/elf32-i386.c | 3 +-
bfd/elf64-x86-64.c | 3 +-
gdb/ChangeLog | 15 +++++++
gdb/rust-lang.c | 22 +++++-----
ld/ChangeLog | 9 ++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/property-x86-3.d | 9 ++++
.../ld-i386/{property-x86-1.S => property-x86-3.s} | 29 +++++++++---
ld/testsuite/ld-x86-64/property-x86-3.d | 9 ++++
ld/testsuite/ld-x86-64/property-x86-3.s | 51 ++++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
12 files changed, 141 insertions(+), 18 deletions(-)
create mode 100644 ld/testsuite/ld-i386/property-x86-3.d
copy ld/testsuite/ld-i386/{property-x86-1.S => property-x86-3.s} (55%)
create mode 100644 ld/testsuite/ld-x86-64/property-x86-3.d
create mode 100644 ld/testsuite/ld-x86-64/property-x86-3.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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2e12514 tcwg-llvm-*: Add compiler option, setting CC/CXX
new 9059e1f tcwg-llvm-release.sh: openmp is now on by default
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:
tcwg-llvm-release.sh | 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 svn-tags/RELEASE_401
in repository test-suite.
at 542853ca Creating release candidate rc1 from release_401 branch
This branch includes the following new commits:
new 8ae7bc56 Creating release directory for release_401.
new 542853ca Creating release candidate rc1 from release_401 branch
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.
--
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 test-suite.
from 7ff01b82 CMakeLists: Abort when llvm-size/llvm-profdata are not found
new a71e3adb Add -lm to plot2fig
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:
MultiSource/Benchmarks/Prolangs-C/plot2fig/CMakeLists.txt | 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 clang.
from a1aa489a80 [Hexagon] Make sure to pass empty struct arguments with nont [...]
new 27f45bd3d9 Enabling the /bigobj flag for SemaDeclAttr.cpp.
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/Sema/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.