This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a3b7b28d095 [X86] Lower vselect with constant condition to vector_shuff [...]
new 0446db2b0e8 [LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member 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:
include/llvm/Analysis/LoopInfo.h | 8 ++++++
lib/Analysis/LoopInfo.cpp | 33 +++++++++++++++++++++++++
lib/Transforms/Scalar/LoopUnrollPass.cpp | 39 +-----------------------------
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 30 +----------------------
4 files changed, 43 insertions(+), 67 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 37bf8530346 [X86] Don't use constant condition for select instruction w [...]
new a3b7b28d095 [X86] Lower vselect with constant condition to vector_shuff [...]
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/X86/X86ISelLowering.cpp | 10 +++++-----
test/CodeGen/X86/avx512-mask-op.ll | 8 ++------
test/CodeGen/X86/avx512-schedule.ll | 5 +----
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 24 ++++++-----------------
4 files changed, 14 insertions(+), 33 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 eec5b16c882 Remove unused variables
new 37bf8530346 [X86] Don't use constant condition for select instruction w [...]
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:
test/CodeGen/X86/avx512-shuffle-schedule.ll | 7100 +++++++++++---------
.../X86/avx512-shuffles/broadcast-scalar-fp.ll | 720 +-
.../X86/avx512-shuffles/broadcast-scalar-int.ll | 1656 +++--
.../X86/avx512-shuffles/broadcast-vector-fp.ll | 784 ++-
.../X86/avx512-shuffles/broadcast-vector-int.ll | 992 +--
test/CodeGen/X86/avx512-shuffles/duplicate-high.ll | 540 +-
test/CodeGen/X86/avx512-shuffles/duplicate-low.ll | 972 +--
.../CodeGen/X86/avx512-shuffles/in_lane_permute.ll | 1144 ++--
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 4007 +++++------
test/CodeGen/X86/avx512-shuffles/permute.ll | 2240 +++---
.../X86/avx512-shuffles/shuffle-interleave.ll | 792 ++-
test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 1184 ++--
test/CodeGen/X86/avx512-shuffles/shuffle.ll | 1832 ++---
test/CodeGen/X86/avx512-shuffles/unpack.ll | 1584 +++--
test/CodeGen/X86/vector-shuffle-256-v16.ll | 42 +-
15 files changed, 13896 insertions(+), 11693 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 186cd4a1922 [globalisel][tablegen] Map ld and st to G_LOAD and G_STORE. NFC
new eec5b16c882 Remove unused variables
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 2 +-
lib/Target/AMDGPU/SIFoldOperands.cpp | 2 +-
lib/Target/Mips/Mips16FrameLowering.cpp | 1 -
lib/Target/Mips/MipsISelLowering.cpp | 1 -
lib/Target/Mips/MipsSEFrameLowering.cpp | 1 -
unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp | 2 --
6 files changed, 2 insertions(+), 7 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 47036068ec [c++2a] Fix failing regression test related to not adding th [...]
new ef29d18801 [Lex] Remove unused variables. No functionality change.
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/Lex/VariadicMacroSupport.h | 4 +---
lib/Lex/TokenLexer.cpp | 6 ------
2 files changed, 1 insertion(+), 9 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 zorg.
from 907c0c8 [zorg] Use max available number of CPUs
new 66c8223 [zorg] Replace cpuinfo with nproc
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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_standard.sh | 2 +-
3 files 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 compiler-rt.
from bb3e2cf04 [xray] Fix CMake for X-RAY tests
new 2323ab971 [asan] Increase kHandlerStackSize for TracerThreadSignalHandler
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_stoptheworld_linux_libcdep.cc | 2 +-
1 file changed, 1 insertion(+), 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 910074674e1 [tablegen] Handle common load/store predicates inside table [...]
new 186cd4a1922 [globalisel][tablegen] Map ld and st to G_LOAD and G_STORE. NFC
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 | 3 ++
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 19 ++++++++++
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 22 +++++++++++
utils/TableGen/GlobalISelEmitter.cpp | 43 +++++++++++++++++-----
4 files changed, 77 insertions(+), 10 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 3a7dad24b1 [c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma [...]
new 47036068ec [c++2a] Fix failing regression test related to not adding th [...]
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/Basic/DiagnosticLexKinds.td | 7 +++++--
include/clang/Lex/TokenLexer.h | 4 +++-
2 files 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 llvm.
from 2109dca8558 [Hexagon] Mark RangeTree::dump() with LLVM_DUMP_METHOD.
new 910074674e1 [tablegen] Handle common load/store predicates inside table [...]
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/llvm/Target/TargetSelectionDAG.td | 425 ++++++++++++++++++------------
utils/TableGen/CodeGenDAGPatterns.cpp | 223 +++++++++++++++-
utils/TableGen/CodeGenDAGPatterns.h | 39 ++-
utils/TableGen/GlobalISelEmitter.cpp | 25 ++
4 files changed, 533 insertions(+), 179 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.