This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d22c167 [InstCombine] Cleanup select-bitext.ll tests
new 52f0f65 Pass EphValues by const-ref as it is not modified in the callee
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:
include/llvm/Analysis/CodeMetrics.h | 2 +-
lib/Analysis/CodeMetrics.cpp | 2 +-
2 files 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 llvm.
from aecf69d [InstCombine] use m_APInt to allow icmp (binop X, Y), C folds [...]
new e5d1578 Reapply "More fixes to get good error messages for bad archives."
new 9b6e245 [X86][SSE] Enable target shuffle combining to combine multipl [...]
new d22c167 [InstCombine] Cleanup select-bitext.ll tests
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:
include/llvm/Object/Archive.h | 16 ++--
lib/Object/Archive.cpp | 62 +++++++++---
lib/Object/ArchiveWriter.cpp | 20 +++-
lib/Target/X86/X86ISelLowering.cpp | 106 +++++++++++++++------
test/CodeGen/X86/avx512-build-vector.ll | 11 +--
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 16 +---
test/CodeGen/X86/vector-shuffle-256-v16.ll | 12 +--
test/CodeGen/X86/vector-shuffle-256-v32.ll | 24 ++---
test/CodeGen/X86/vector-shuffle-combining.ll | 3 -
test/Transforms/InstCombine/select-bitext.ll | 104 +++++++-------------
.../Inputs/{libbogus7.a => libbogus11.a} | 2 +-
.../Inputs/{libbogus7.a => libbogus12.a} | 2 +-
.../Inputs/{libbogus7.a => libbogus13.a} | 2 +-
.../Inputs/{libbogus7.a => libbogus14.a} | 2 +-
test/tools/llvm-objdump/malformed-archives.test | 28 ++++++
tools/dsymutil/BinaryHolder.cpp | 5 +-
tools/llvm-ar/llvm-ar.cpp | 31 ++++--
tools/llvm-objdump/MachODump.cpp | 18 +++-
18 files changed, 276 insertions(+), 188 deletions(-)
copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus11.a} (64%)
copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus12.a} (64%)
copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus13.a} (64%)
copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus14.a} (64%)
--
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 c081bfe [ASan] Report illegal instruction exceptions in ASan
new 7478b20 Add CFI tests for -lowertypetests-bitsets-level.
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/cfi/multiple-inheritance.cpp | 12 ++++++++++++
test/cfi/simple-pass.cpp | 6 ++++++
2 files changed, 18 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 c2a19a3 2016-08-03 Vladimir Makarov <vmakarov(a)redhat.com>
new f29fd58 2016-08-03 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 6cd3dcb Define std::shared_ptr::weak_type
new b9ac254 Define feature-test macro for std::enable_shared_from_this
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 | 8 ++++
gcc/calls.c | 51 ++++++----------------
libstdc++-v3/ChangeLog | 11 +++++
libstdc++-v3/include/bits/shared_ptr.h | 5 +++
libstdc++-v3/include/bits/shared_ptr_base.h | 5 +++
.../enable_shared_from_this/members/reinit.cc | 4 ++
.../testsuite/20_util/shared_ptr/cons/43820_neg.cc | 2 +-
.../testsuite/20_util/shared_ptr/cons/void_neg.cc | 2 +-
.../1.cc => shared_ptr/requirements/weak_type.cc} | 17 ++++----
9 files changed, 58 insertions(+), 47 deletions(-)
copy libstdc++-v3/testsuite/20_util/{as_const/1.cc => shared_ptr/requirements/weak [...]
--
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 a0149b5 Revert "More fixes to get good error messages for bad archives."
new aecf69d [InstCombine] use m_APInt to allow icmp (binop X, Y), C folds [...]
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/InstCombineCompares.cpp | 34 +++++++++++++---------
test/Transforms/InstCombine/add.ll | 10 ++-----
test/Transforms/InstCombine/compare-udiv.ll | 23 +++++----------
test/Transforms/InstCombine/getelementptr.ll | 15 +++++-----
test/Transforms/InstCombine/sub.ll | 5 +---
test/Transforms/InstCombine/xor.ll | 10 ++-----
6 files changed, 42 insertions(+), 55 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 release_39
in repository llvm.
from 7710002 Merging r277504: -------------------------------------------- [...]
new 99cec38 Add ThinLTO release note.
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:
docs/ReleaseNotes.rst | 13 ++++++++++---
1 file changed, 10 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 gcc.
from f5f4272 Define std::as_const
new c2a19a3 2016-08-03 Vladimir Makarov <vmakarov(a)redhat.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 | 6 ++++++
gcc/lra-spills.c | 32 ++++++++++++++++++++++++++++----
2 files changed, 34 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 llvm.
from 8ff1935 [Hexagon] Generate COPY/REG_SEQUENCE more aggressively for vectors
new a0149b5 Revert "More fixes to get good error messages for bad archives."
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:
include/llvm/Object/Archive.h | 16 +++----
lib/Object/Archive.cpp | 62 +++++--------------------
lib/Object/ArchiveWriter.cpp | 20 ++------
test/tools/llvm-objdump/Inputs/libbogus11.a | 10 ----
test/tools/llvm-objdump/Inputs/libbogus12.a | 10 ----
test/tools/llvm-objdump/Inputs/libbogus13.a | 10 ----
test/tools/llvm-objdump/Inputs/libbogus14.a | 10 ----
test/tools/llvm-objdump/malformed-archives.test | 28 -----------
tools/dsymutil/BinaryHolder.cpp | 5 +-
tools/llvm-ar/llvm-ar.cpp | 31 ++++---------
tools/llvm-objdump/MachODump.cpp | 18 ++-----
11 files changed, 37 insertions(+), 183 deletions(-)
delete mode 100644 test/tools/llvm-objdump/Inputs/libbogus11.a
delete mode 100644 test/tools/llvm-objdump/Inputs/libbogus12.a
delete mode 100644 test/tools/llvm-objdump/Inputs/libbogus13.a
delete mode 100644 test/tools/llvm-objdump/Inputs/libbogus14.a
--
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 8fa25a1 IR: Drop uniquing when an MDNode Value operand is deleted
new 8ff1935 [Hexagon] Generate COPY/REG_SEQUENCE more aggressively for vectors
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/Target/Hexagon/HexagonBitSimplify.cpp | 48 +++++++++++++++++--------------
lib/Target/Hexagon/HexagonBitTracker.cpp | 2 ++
test/CodeGen/Hexagon/combine.ll | 2 +-
3 files changed, 30 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.