This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0f7eb9f5326 [TargetLowering] Minor refactor to TargetLowering::BuildUDI [...]
new 406608e1b08 [X86] Add sibling-call test cases
new da4cfd320c2 [X86][SSE] Add sdiv by nonuniform constant vector tests
new a5f4d299297 [UnJ] Rename hasInvariantIterationCount to hasIterationCoun [...]
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/Transforms/Utils/LoopUtils.h | 2 +-
lib/Transforms/Utils/LoopUnrollAndJam.cpp | 2 +-
lib/Transforms/Utils/LoopUtils.cpp | 4 +-
test/CodeGen/X86/combine-sdiv.ll | 789 ++++++++++++++++++++++++++++++
test/CodeGen/X86/sibcall.ll | 109 +++++
5 files changed, 902 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 clang.
from af3ecdc44d Silence "unused variable" warning.
new 547357ad29 Fix ASTMatchersTraversalTest testcase compile on older compilers
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:
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 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 llvm.
from c60b833f830 [DagCombiner] Don't bother adding to the work list if TLI.B [...]
new 0f7eb9f5326 [TargetLowering] Minor refactor to TargetLowering::BuildUDI [...]
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/TargetLowering.cpp | 72 +++++++++++++----------------
1 file changed, 31 insertions(+), 41 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 7e6dd0cff77 [TargetLowering] Add support for non-uniform vectors to Bui [...]
new c60b833f830 [DagCombiner] Don't bother adding to the work list if TLI.B [...]
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 | 10 ++++++----
1 file changed, 6 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 0c913f2d539 Update Darwin section names for DWARF5
new 43b7f53ffd0 Fix single-threaded build for targets without atomics
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 | 5 +++++
libstdc++-v3/src/c++17/memory_resource.cc | 22 +++++++++++++++++++++-
2 files changed, 26 insertions(+), 1 deletion(-)
--
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 81654d23626 [ARM] Allow signed icmps in ARMCodeGenPrepare
new 7e6dd0cff77 [TargetLowering] Add support for non-uniform vectors to Bui [...]
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/TargetLowering.cpp | 36 ++++--
test/CodeGen/X86/sdiv-exact.ll | 174 ++++++++--------------------
2 files changed, 74 insertions(+), 136 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 e431579a8d4 Fix merging of 2 predictors (PR tree-optimization/86925).
new 0c913f2d539 Update Darwin section names for DWARF5
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/config/darwin.h | 33 +++++++++++++++++++++------------
2 files changed, 28 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 gcc.
from d4b174b003c /cp 2018-08-15 Paolo Carlini <paolo.carlini(a)oracle.com>
new e431579a8d4 Fix merging of 2 predictors (PR tree-optimization/86925).
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 | 8 ++++++++
gcc/predict.c | 11 ++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/predict-20.c | 23 ++++++++++++++++++++++
.../gcc.dg/{predict-17.c => predict-21.c} | 2 +-
5 files changed, 46 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/predict-20.c
copy gcc/testsuite/gcc.dg/{predict-17.c => predict-21.c} (83%)
--
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 5edbd1b39a4 Backport of RISC-V support for libffi go closures * src/ris [...]
new d4b174b003c /cp 2018-08-15 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/init/goto3.C | 6 +++---
4 files changed, 14 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 90048a82062 [ARM] Allow pointer values in ARMCodeGenPrepare
new 81654d23626 [ARM] Allow signed icmps in ARMCodeGenPrepare
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/ARM/ARMCodeGenPrepare.cpp | 66 +++++++++++++-------
test/CodeGen/ARM/arm-cgp-signed-icmps.ll | 100 +++++++++++++++++++++++++++++++
2 files changed, 144 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/ARM/arm-cgp-signed-icmps.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.