This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from da5936d Change -1LL to -1ULL to silence a gcc warning about left shif [...]
new 41f982e [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS
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:
src/config.h | 11 ++++++++---
1 file changed, 8 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 dcdc5a7d3c Update the test comment to clarify the intention of the test.
new 004e95174d CodeGen: load indirect ObjC ARC arguments in prologue
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/CodeGen/CGDecl.cpp | 4 ++++
test/CodeGenObjCXX/arc-indirect.mm | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 test/CodeGenObjCXX/arc-indirect.mm
--
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-5-branch
in repository gcc.
from 70045521226 Daily bump.
new 47de3a6e2b9 Backports from trunk:
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 | 43 ++++++++++++++++++++++++++
gcc/builtins.c | 6 ++++
gcc/config/rs6000/rs6000.c | 18 +++++++++--
gcc/config/rs6000/rs6000.md | 11 +++++++
gcc/config/rs6000/sync.md | 6 ++--
gcc/config/rs6000/vector.md | 7 ++---
gcc/lra-constraints.c | 7 +++++
gcc/real.c | 6 ++--
gcc/testsuite/ChangeLog | 12 +++++++
gcc/testsuite/gcc.c-torture/execute/pr80692.c | 13 ++++++++
gcc/testsuite/gcc.target/powerpc/stack-limit.c | 10 ++++++
11 files changed, 125 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr80692.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/stack-limit.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 6e0b4434d71 2017-06-27 Andrew Pinski <apinski(a)cavium.com>
new 77c620630e9 PR libstdc++/80187 * include/std/variant (variant::varian [...]
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/std/variant | 312 ++++++++++++++++------
libstdc++-v3/testsuite/20_util/variant/compile.cc | 103 ++++++-
3 files changed, 341 insertions(+), 82 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 cfc8374c458 [CGP] add an IR builder to memcmp expansion class instead o [...]
new e2d935510ce [AMDGPU] Combine and x, (sext cc from i1) => select cc, x, 0
new 197bda66359 [SROA] Fix APInt size when alloca address space is not 0
new d841eae40bb RenameIndependentSubregs: Fix infinite loop
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/RenameIndependentSubregs.cpp | 3 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 30 +++++++++++++++++++--
lib/Transforms/Scalar/SROA.cpp | 5 ++--
test/CodeGen/AMDGPU/combine-and-sext-bool.ll | 27 +++++++++++++++++++
test/CodeGen/AMDGPU/combine-cond-add-sub.ll | 20 ++++++++++++++
...=> rename-independent-subregs-mac-operands.mir} | 19 +++++++++++++
test/Transforms/SROA/alloca-address-space.ll | 31 +++++++++++++++++++++-
7 files changed, 129 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/combine-and-sext-bool.ll
rename test/CodeGen/AMDGPU/{rename-independent-subregs-invalid-mac-operands.mir => [...]
--
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 3d019d384a4 [Dominators] Use Semi-NCA instead of SLT to calculate dominators
new cfc8374c458 [CGP] add an IR builder to memcmp expansion class instead o [...]
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/CodeGen/CodeGenPrepare.cpp | 25 ++++++-------------------
1 file changed, 6 insertions(+), 19 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 32f1f18b64d [InstCombine] canonicalize icmp predicate feeding select
new 41308c99e9a LiveRangeCalc: Slightly improve map usage; NFC
new 3d019d384a4 [Dominators] Use Semi-NCA instead of SLT to calculate dominators
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/Support/GenericDomTreeConstruction.h | 74 ++++++++---------------
lib/CodeGen/LiveRangeCalc.cpp | 19 +++---
lib/CodeGen/LiveRangeCalc.h | 4 +-
3 files changed, 38 insertions(+), 59 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 57cc3813b4c Fix genmultilib reuse rule checks for large sets of option [...]
new 6e0b4434d71 2017-06-27 Andrew Pinski <apinski(a)cavium.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 | 7 ++++
gcc/match.pd | 52 +++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.dg/tree-ssa/copy-sign-1.c | 35 +++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-sign-2.c | 13 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/mult-abs-2.c | 35 +++++++++++++++++++
6 files changed, 148 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-sign-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-sign-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/mult-abs-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 c02a794b926 Enable ICP for AutoFDO.
new 32f1f18b64d [InstCombine] canonicalize icmp predicate feeding select
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/InstCombineSelect.cpp | 17 ++++++++++
test/Transforms/InstCombine/ffs-1.ll | 12 ++++----
test/Transforms/InstCombine/icmp.ll | 4 +--
test/Transforms/InstCombine/logical-select.ll | 26 ++++++++--------
test/Transforms/InstCombine/max-of-nots.ll | 17 +++++-----
.../InstCombine/select-with-bitwise-ops.ll | 36 +++++++++++-----------
test/Transforms/InstCombine/select.ll | 26 ++++++++--------
test/Transforms/LoopVectorize/if-conversion.ll | 2 +-
test/Transforms/LoopVectorize/minmax_reduction.ll | 8 ++---
9 files changed, 85 insertions(+), 63 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 glibc.
from e4043b84c4 Fix strftime build with GCC 8.
new ac782f9e9a Fix elf/loadtest.c build with GCC 8.
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 | 2 ++
elf/loadtest.c | 16 ++++++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.