This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e0bafdf [X86] enable memory interleaving for X86\SLM arch.
new 03bdc3a Mark @llvm.powi.* as safe to speculatively execute.
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/ValueTracking.cpp | 4 ++++
test/Transforms/LICM/hoist-round.ll | 5 ++++-
2 files changed, 8 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 gcc.
from 96afa09 PR lto/79061
new 190d1d8 [testsuite] Require shared effective target for some lto.exp tests
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/lto/pr54709_0.c | 1 +
gcc/testsuite/gcc.dg/lto/pr61526_0.c | 1 +
gcc/testsuite/gcc.dg/lto/pr64415_0.c | 1 +
4 files changed, 9 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 b52af07 [DAGCombiner] Match load by bytes idiom and fold it into a si [...]
new d10b17e Fix buildbot failures introduced by 293036
new e0bafdf [X86] enable memory interleaving for X86\SLM arch.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +++++--
lib/Target/X86/X86TargetTransformInfo.cpp | 2 +-
test/Transforms/LoopVectorize/X86/interleaving.ll | 1 +
3 files changed, 7 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 6bed410 [ARM] GlobalISel: Support i1 add and ABI extensions
new b52af07 [DAGCombiner] Match load by bytes idiom and fold it into a si [...]
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 | 268 +++++++++
test/CodeGen/AArch64/load-combine-big-endian.ll | 193 +++++++
test/CodeGen/AArch64/load-combine.ll | 180 ++++++
test/CodeGen/ARM/load-combine-big-endian.ll | 271 +++++++++
test/CodeGen/ARM/load-combine.ll | 229 ++++++++
test/CodeGen/X86/load-combine.ll | 709 ++++++++++++++++++++++++
6 files changed, 1850 insertions(+)
create mode 100644 test/CodeGen/AArch64/load-combine-big-endian.ll
create mode 100644 test/CodeGen/AArch64/load-combine.ll
create mode 100644 test/CodeGen/ARM/load-combine-big-endian.ll
create mode 100644 test/CodeGen/ARM/load-combine.ll
create mode 100644 test/CodeGen/X86/load-combine.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 release_40
in repository lld.
from 535a5b0 Write release notes for LLD 4.0.
new c1ec94f ReleaseNotes: Add a release note for the COFF linker.
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 | 16 ++++++++++------
1 file changed, 10 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 llvm.
from c3d81fb [ARM] GlobalISel: Support i8/i16 ABI extensions
new 6bed410 [ARM] GlobalISel: Support i1 add and ABI extensions
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/ARMCallLowering.cpp | 2 +-
lib/Target/ARM/ARMInstructionSelector.cpp | 28 +++++++++++
lib/Target/ARM/ARMLegalizerInfo.cpp | 5 +-
.../ARM/GlobalISel/arm-instruction-select.mir | 55 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 14 ++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 17 +++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 27 +++++++++++
7 files changed, 145 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 8412590 Do not verify dominator tree if it has no roots
new c3d81fb [ARM] GlobalISel: Support i8/i16 ABI extensions
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/ARMCallLowering.cpp | 8 ++--
lib/Target/ARM/ARMInstructionSelector.cpp | 42 ++++++++++++++++
lib/Target/ARM/ARMLegalizerInfo.cpp | 6 +++
lib/Target/ARM/ARMRegisterBankInfo.cpp | 3 ++
.../ARM/GlobalISel/arm-instruction-select.mir | 56 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 22 +++++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 16 +++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 47 ++++++++++++++++++
8 files changed, 195 insertions(+), 5 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 420c070 Implemented color coding and Vertex labels in XRay Graph
new 8412590 Do not verify dominator tree if it has no roots
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/MachineDominators.cpp | 4 ++++
lib/IR/Dominators.cpp | 4 ++++
test/CodeGen/Generic/externally_available.ll | 2 +-
3 files changed, 9 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 gcc.
from 1d19684 compiler: improvements for type alias handling
new 96afa09 PR lto/79061
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/ada/ChangeLog | 6 ++++++
gcc/ada/gcc-interface/utils.c | 3 ++-
gcc/asan.c | 25 ++++++++++++++++++++++++-
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 3 ++-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 3 ++-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/f95-lang.c | 4 +++-
10 files changed, 64 insertions(+), 5 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 c0e6ebe Try to fix test from r293004
new b34a094 Revert "Use filename in linemarker when compiling preprocesse [...]
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/clang/Frontend/FrontendOptions.h | 9 +-----
lib/Frontend/FrontendAction.cpp | 48 ++------------------------------
test/Frontend/preprocessed-input.c | 4 ---
3 files changed, 3 insertions(+), 58 deletions(-)
delete mode 100644 test/Frontend/preprocessed-input.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.