This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 503ce9f8c13 [BitVector] Add operator<<= and operator>>=.
new 1772e907796 In SimplifyDemandedUseBits, use computeKnownBits directly t [...]
new 40c9368f4d7 [DAGCombiner] give names to repeated calcs in isAlias(); NFCI
new b52e0e4247c [APInt] Add isSubsetOf method that can check if one APInt i [...]
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/ADT/APInt.h | 11 ++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 ++++++++----------
lib/Support/APInt.cpp | 8 ++++++
.../InstCombine/InstCombineSimplifyDemanded.cpp | 21 ++++------------
unittests/ADT/APIntTest.cpp | 29 ++++++++++++++++++++++
5 files changed, 64 insertions(+), 29 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 98dfa5e49d1 Introduce LLVMDIBuilderRef
new 42e519ed100 [globalisel] Enable tracing the legalizer with --debug-only [...]
new 503ce9f8c13 [BitVector] Add operator<<= and operator>>=.
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/ADT/BitVector.h | 149 +++++++++++++++++++++++++++++
include/llvm/ADT/SmallBitVector.h | 16 ++++
lib/CodeGen/GlobalISel/Legalizer.cpp | 26 ++++-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 12 ++-
unittests/ADT/BitVectorTest.cpp | 122 +++++++++++++++++++++++
5 files changed, 319 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 newlib.
from b43e28aef strace: Fix "over-optimization" flaw in strace.
new 17b85c59b Update URLs for Cygwin packaging information
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:
winsup/doc/faq-programming.xml | 11 ++++-------
winsup/doc/faq-using.xml | 2 +-
winsup/doc/setup-net.xml | 6 +-----
3 files changed, 6 insertions(+), 13 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from df26fbb tcwg-llvm-*: Fix bash typo
new 5328a8d start-container-docker.sh: bind mount LLVM git reference
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:
start-container-docker.sh | 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 gcc.
from aefec09646b 2017-04-20 Richard Biener <rguenther(a)suse.de>
new eb4691e114f 2017-04-20 Edward Smith-Rowland <3dw4rd(a)verizon.net>
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:
libstdc++-v3/ChangeLog | 8 +++++
libstdc++-v3/include/tr1/exp_integral.tcc | 6 ++--
.../pr56216.cc => 14_expint/pr68397.cc} | 28 ++++++++-------
.../special_functions/15_expint/pr68397.cc} | 41 ++++++++++------------
4 files changed, 44 insertions(+), 39 deletions(-)
copy libstdc++-v3/testsuite/special_functions/{07_cyl_bessel_i/pr56216.cc => 14_ex [...]
copy libstdc++-v3/testsuite/{ext/pb_ds/regression/priority_queue_binary_heap-62045 [...]
--
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 zack/no-libio-h
in repository glibc.
at c5176fb742 Don't install libio.h or _G_config.h.
This branch includes the following new commits:
new c5176fb742 Don't install libio.h or _G_config.h.
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.
--
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 59fa66c538 Handle symbol defined in IR and referenced in DSO
new 64575f782b MIPS/BFD: Reorder comment about dynamic symbol sorting
new 31321c8031 MIPS/LD/testsuite: Join `__ehdr_start' tests
new 0fad29560e ELF/LD: Always consider STB_LOCAL symbols local
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:
bfd/ChangeLog | 10 ++++++++++
bfd/elflink.c | 18 +++++++++---------
bfd/elfxx-mips.c | 4 ++--
ld/ChangeLog | 4 ++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 3 +--
5 files changed, 26 insertions(+), 13 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 35ad9be15 [XRay] [compiler-rt] - Fix standalone and non-deterministic t [...]
new ac9e6ea23 [scudo] Minor changes and refactoring
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/scudo/scudo_allocator.cpp | 203 +++++++++++++++++-----------------
lib/scudo/scudo_allocator.h | 3 +-
lib/scudo/scudo_allocator_secondary.h | 17 ++-
lib/scudo/scudo_utils.cpp | 54 ---------
lib/scudo/scudo_utils.h | 56 +++++++++-
5 files changed, 171 insertions(+), 162 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 93a5245 start-container-docker.sh: Add --prefix option and v2 interface
new df26fbb tcwg-llvm-*: Fix bash typo
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-build.sh | 2 +-
tcwg-llvm-testsuite.sh | 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 lldb.
from 5bcb14132 Skip TestLibCxxAtomic with gcc
new 12fda1793 [Utility] Placate another GCC warning.
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:
source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.