This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cf071e9ef47 PR tree-optimization/81744 * tree-predcom.c (prepare_fina [...]
new 34f387eaaab ICF: properly handle LABEL_DECLs (PR tree-opt/81696).
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/ipa-icf-gimple.c | 6 +++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ipa/pr81696.c | 26 ++++++++++++++++++++++++++
4 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr81696.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 compiler-rt.
from b07ae8ba8 [asan] Restore dead-code-elimination optimization for Fuchsia
new b7816a65e Define OFF_T as 64-bit integer on NetBSD
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/sanitizer_common/sanitizer_internal_defs.h | 6 +++---
1 file changed, 3 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 47875a37c1a Add missing include of attribs.h in lto.c
new cf071e9ef47 PR tree-optimization/81744 * tree-predcom.c (prepare_fina [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr81744.c | 13 +++++++++++++
gcc/tree-predcom.c | 2 +-
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81744.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 c6a1f940fd4 [DAGCombiner] Simplify shuffle mask index if the referenced [...]
new 4db6f31bda6 [PowerPC] Eliminate compares - add i32 sext/zext handling f [...]
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/PowerPC/PPCISelDAGToDAG.cpp | 126 +++++++++++++++++++++++++++++
test/CodeGen/PowerPC/testComparesigesc.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesigesi.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesigess.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesilesc.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesilesi.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesiless.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesllgesc.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesllgesi.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testComparesllgess.ll | 68 ++++++++++++++++
test/CodeGen/PowerPC/testCompareslllesc.ll | 69 ++++++++++++++++
test/CodeGen/PowerPC/testCompareslllesi.ll | 69 ++++++++++++++++
test/CodeGen/PowerPC/testComparesllless.ll | 69 ++++++++++++++++
13 files changed, 945 insertions(+)
create mode 100644 test/CodeGen/PowerPC/testComparesigesc.ll
create mode 100644 test/CodeGen/PowerPC/testComparesigesi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesigess.ll
create mode 100644 test/CodeGen/PowerPC/testComparesilesc.ll
create mode 100644 test/CodeGen/PowerPC/testComparesilesi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesiless.ll
create mode 100644 test/CodeGen/PowerPC/testComparesllgesc.ll
create mode 100644 test/CodeGen/PowerPC/testComparesllgesi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesllgess.ll
create mode 100644 test/CodeGen/PowerPC/testCompareslllesc.ll
create mode 100644 test/CodeGen/PowerPC/testCompareslllesi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesllless.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 clang.
from e21edc4d3c Fix openmp-offload.c test on Windows
new 97c6e987f8 Revert r310291, r310300 and r310332 because of test failure [...]
new 1775aeb055 Darwin's toolchain should be initialized before openmp offlo [...]
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/Driver/Driver.cpp | 10 ++-
lib/Driver/ToolChains/Clang.cpp | 8 +--
lib/Driver/ToolChains/CommonArgs.cpp | 125 -----------------------------------
lib/Driver/ToolChains/CommonArgs.h | 7 --
lib/Driver/ToolChains/Cuda.cpp | 95 +-------------------------
lib/Driver/ToolChains/Cuda.h | 20 +-----
lib/Driver/ToolChains/Gnu.cpp | 125 +++++++++++++++++++++++++++++++++++
test/Driver/openmp-offload.c | 48 --------------
8 files changed, 138 insertions(+), 300 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 2ce2d5b7850 [globalisel][tablegen] Add support for importing 'imm' operands.
new c6a1f940fd4 [DAGCombiner] Simplify shuffle mask index if the referenced [...]
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/SelectionDAG/DAGCombiner.cpp | 36 ++++++++++++++++++++++++++++++++
test/CodeGen/X86/avx-vbroadcast.ll | 18 ++++++----------
2 files changed, 42 insertions(+), 12 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 binutils-gdb.
from 206c9c79ee PR21017, microblaze missing _GLOBAL_OFFSET_TABLE_ symbol
new cea7a28505 Fix address violation bugs when writing beyond the end of a [...]
new 1fea592a7d Updated Serbian translation for gprof
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:
binutils/ChangeLog | 7 ++
binutils/prdbg.c | 6 +-
gprof/ChangeLog | 4 ++
gprof/po/sr.po | 185 +++++++++++++++++++++++++++--------------------------
4 files changed, 109 insertions(+), 93 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 55e10a5d825 [PM] Fix a likely more critical infloop bug in the CGSCC pa [...]
new 2ce2d5b7850 [globalisel][tablegen] Add support for importing 'imm' operands.
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 6 +
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 17 +++
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 2 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 3 +-
test/CodeGen/AArch64/GlobalISel/select-imm.mir | 53 ++++++++
test/CodeGen/X86/GlobalISel/select-inc.mir | 5 +-
test/TableGen/GlobalISelEmitter.td | 37 ++++--
utils/TableGen/GlobalISelEmitter.cpp | 137 ++++++++++++++++++---
8 files changed, 233 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-imm.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 gcc.
from ec72e2f770f PR c++/81607 * cp-gimplify.c (cp_fold): If folding expose [...]
new 47875a37c1a Add missing include of attribs.h in lto.c
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/lto/ChangeLog | 4 ++++
gcc/lto/lto.c | 1 +
2 files changed, 5 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 llvm.
from c445a93ef80 [InstCombine] Cast to BinaryOperator earlier in foldSelectI [...]
new 55e10a5d825 [PM] Fix a likely more critical infloop bug in the CGSCC pa [...]
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/Analysis/CGSCCPassManager.cpp | 13 ++++++++++---
test/Other/cgscc-libcall-update.ll | 17 ++++++++++++++++-
2 files changed, 26 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.