This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 40f2f0a [Hexagon] Fix a few omissions in HexagonInstrInfo
new 0cb3885 [InstCombine] use local variables to reduce code in foldICmpS [...]
new 50fbf50 [CostModel][X86] Add fdiv + frem cost tests
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/Transforms/InstCombine/InstCombineCompares.cpp | 36 +++++++++-------------
test/Analysis/CostModel/X86/arith.ll | 34 ++++++++++++++++++--
2 files changed, 47 insertions(+), 23 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 472f1cb [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
new 588e241 Revert "[asan] Fix size of shadow incorrectly calculated in r279178"
new 31c625e Revert "[asan] Optimize store size in FunctionStackPoisoner:: [...]
new 2fd227a GlobalISel: support overflow arithmetic intrinsics.
new f5027c2 [InstCombine] rename variables in foldICmpShlConstant(); NFC
new 40f2f0a [Hexagon] Fix a few omissions in HexagonInstrInfo
The 5 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/CodeGen/GlobalISel/IRTranslator.h | 2 +
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 42 +++++++---
include/llvm/Target/GenericOpcodes.td | 57 +++++++++++--
include/llvm/Target/TargetOpcodes.def | 29 ++++++-
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 1 -
lib/CodeGen/GlobalISel/IRTranslator.cpp | 38 +++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 24 +++---
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 16 ++--
lib/Target/Hexagon/HexagonInstrInfo.cpp | 3 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 68 ++++++++--------
.../Instrumentation/AddressSanitizer.cpp | 93 ++++++++++------------
.../AArch64/GlobalISel/arm64-irtranslator.ll | 86 ++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 16 ++--
test/Instrumentation/AddressSanitizer/lifetime.ll | 3 +-
.../AddressSanitizer/stack-poisoning.ll | 12 ++-
15 files changed, 349 insertions(+), 141 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 c05f998 [X86][SSE] Generalised combining to VZEXT_MOVL to any vector size
new 15095e4 [AliasSetTracker] Degrade AliasSetTracker when may-alias sets [...]
new 472f1cb [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
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/Analysis/AliasSetTracker.h | 48 +++++---
lib/Analysis/AliasSetTracker.cpp | 125 +++++++++++++++++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 16 ---
test/Analysis/AliasSet/saturation.ll | 53 +++++++++
.../remote/test-global-init-nonzero-sm-pic.ll | 2 +-
.../MCJIT/remote/test-ptr-reloc-sm-pic.ll | 2 +-
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll | 2 +-
.../MCJIT/test-global-init-nonzero-sm-pic.ll | 2 +-
.../ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll | 2 +-
.../remote/test-global-init-nonzero-sm-pic.ll | 2 +-
.../OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll | 2 +-
test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll | 2 +-
.../OrcMCJIT/test-global-init-nonzero-sm-pic.ll | 2 +-
.../OrcMCJIT/test-ptr-reloc-sm-pic.ll | 2 +-
14 files changed, 213 insertions(+), 49 deletions(-)
create mode 100644 test/Analysis/AliasSet/saturation.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 llvm.
from 0b2da49 MachineScheduler: Make some GenericScheduler member variables [...]
new baeb19c Fix regression in InstCombine introduced by r278944
new 1ea0947 [Hexagon] Enforce LLSC packetization rules
new c05f998 [X86][SSE] Generalised combining to VZEXT_MOVL to any vector size
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/Target/Hexagon/HexagonVLIWPacketizer.cpp | 18 ++++++++
lib/Target/X86/X86ISelLowering.cpp | 14 +++---
lib/Transforms/InstCombine/InstCombineCompares.cpp | 7 +--
test/CodeGen/Hexagon/intrinsics/llsc_bundling.ll | 12 +++++
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 24 ++++++++++
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 53 ++++++++++++++++++++++
test/Transforms/InstCombine/icmp.ll | 13 ++++++
7 files changed, 132 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/Hexagon/intrinsics/llsc_bundling.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 llvm.
from 3930987 [Hexagon] Minor updates to register definitions
new 0b2da49 MachineScheduler: Make some GenericScheduler member 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:
include/llvm/CodeGen/MachineScheduler.h | 26 ++++++++++++++------------
1 file changed, 14 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 llvm.
from 1238f8d [InstCombine] use m_APInt to allow icmp (shl 1, Y), C folds f [...]
new 0ad37f7 [Hexagon] Fix incorrect generation of S4_subi_asl_ri
new c00499c [CloneFunction] Don't remove unrelated nodes from the CGSSC
new 3930987 [Hexagon] Minor updates to register definitions
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/Target/Hexagon/HexagonInstrInfoV4.td | 43 ++++++++++++------
lib/Target/Hexagon/HexagonRegisterInfo.td | 9 ++--
lib/Transforms/Utils/CloneFunction.cpp | 6 +++
test/CodeGen/Hexagon/subi-asl.ll | 70 ++++++++++++++++++++++++++++++
test/Transforms/Inline/inline_constprop.ll | 26 ++++++++++-
5 files changed, 134 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/Hexagon/subi-asl.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.