This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c798cb4 liveness.mir requires asserts to use -debug-only
new f459cb2 [LAA] Rename "isStridedPtr" with "getPtrStride". 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:
include/llvm/Analysis/LoopAccessAnalysis.h | 2 +-
lib/Analysis/LoopAccessAnalysis.cpp | 10 +++++-----
lib/Transforms/Scalar/LoopLoadElimination.cpp | 4 ++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
4 files changed, 9 insertions(+), 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 llvm.
from 9abf0e8 [X86][AVX512] Strengthen the assertions from r269001. We need [...]
new c798cb4 liveness.mir requires asserts to use -debug-only
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/AMDGPU/liveness.mir | 1 +
1 file changed, 1 insertion(+)
--
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 melt-branch
in repository gcc.
from 82f33f5 2016-05-09 Basile Starynkevitch <basile(a)starynkevitch.net>
new 0910745 2016-05-10 Basile Starynkevitch <basile(a)starynkevitch.net>
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.MELT | 17 +++++++++
gcc/melt-runtime.cc | 104 +++++++++++++++++++++++++---------------------------
2 files changed, 67 insertions(+), 54 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 e607e01 LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
new 7522f0e [X86] Update X86_INTR calling convention to save ZMM register [...]
new 5937d7d [X86] Add ZMM registers to the X86_INTR calling convention pr [...]
new 9abf0e8 [X86][AVX512] Strengthen the assertions from r269001. We need [...]
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/X86/X86CallingConv.td | 5 +++--
lib/Target/X86/X86InstrInfo.cpp | 5 +++--
lib/Target/X86/X86RegisterInfo.cpp | 2 ++
test/CodeGen/X86/x86-interrupt_cc.ll | 8 ++++----
4 files changed, 12 insertions(+), 8 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 01a5429 [WebAssembly] Move register stackification and coloring to a [...]
new 0763680 TargetPassConfig: Set PrintMachineCode even if addMachinePass [...]
new 0f8d2d6 llc: Print+Verify machine function after loading it
new 583673e LiveInterval: Avoid unnecessary auto, add const; NFC
new e607e01 LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
The 4 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/LiveInterval.h | 4 -
include/llvm/CodeGen/LiveIntervalAnalysis.h | 5 +
lib/CodeGen/LiveInterval.cpp | 271 +++-------------------------
lib/CodeGen/LiveIntervalAnalysis.cpp | 6 +
lib/CodeGen/LiveRangeCalc.cpp | 18 +-
lib/CodeGen/LiveRangeCalc.h | 5 +
lib/CodeGen/TargetPassConfig.cpp | 10 +-
test/CodeGen/AMDGPU/liveness.mir | 31 ++++
tools/llc/llc.cpp | 1 +
9 files changed, 93 insertions(+), 258 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/liveness.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 llvm.
from 6a6190d CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
new 01a5429 [WebAssembly] Move register stackification and coloring to a [...]
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/BranchFolding.cpp | 2 +-
lib/Target/WebAssembly/CMakeLists.txt | 3 +
lib/Target/WebAssembly/WebAssembly.h | 10 +-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 12 +-
.../WebAssembly/WebAssemblyFrameLowering.cpp | 43 +++---
.../WebAssembly/WebAssemblyMachineFunctionInfo.h | 26 +---
.../WebAssemblyOptimizeLiveIntervals.cpp | 105 ++++++++++++++
lib/Target/WebAssembly/WebAssemblyPEI.cpp | 1 +
.../WebAssemblyPrepareForLiveIntervals.cpp | 136 +++++++++++++++++++
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp | 20 +--
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 71 +++++++---
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp | 130 +++++++-----------
.../WebAssembly/WebAssemblyReplacePhysRegs.cpp | 97 +++++++++++++
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp | 122 ++++++++++-------
.../WebAssembly/WebAssemblyTargetMachine.cpp | 50 +++----
test/CodeGen/WebAssembly/byval.ll | 49 ++++---
test/CodeGen/WebAssembly/cfg-stackify.ll | 51 +++----
test/CodeGen/WebAssembly/mem-intrinsics.ll | 39 +++++-
test/CodeGen/WebAssembly/offset.ll | 18 +--
test/CodeGen/WebAssembly/reg-stackify.ll | 13 +-
test/CodeGen/WebAssembly/store-results.ll | 3 +-
test/CodeGen/WebAssembly/userstack.ll | 151 ++++++++++-----------
22 files changed, 751 insertions(+), 401 deletions(-)
create mode 100644 lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
create mode 100644 lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
--
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 b5fb260 Appease MSVC
new 63558aa PrologEpilogInserter: Remove unnecessary dependency
new 6a6190d CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
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/CodeGen/Passes.h | 356 +-------------------
include/llvm/CodeGen/TargetPassConfig.h | 372 +++++++++++++++++++++
include/llvm/Target/TargetMachine.h | 1 -
include/llvm/Target/TargetOptions.h | 1 -
lib/CodeGen/BranchFolding.cpp | 1 +
lib/CodeGen/CMakeLists.txt | 2 +-
lib/CodeGen/LLVMTargetMachine.cpp | 1 +
lib/CodeGen/MachineScheduler.cpp | 1 +
lib/CodeGen/PostRASchedulerList.cpp | 1 +
lib/CodeGen/PrologEpilogInserter.cpp | 2 -
lib/CodeGen/{Passes.cpp => TargetPassConfig.cpp} | 10 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 1 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 +-
lib/Target/ARM/ARMTargetMachine.cpp | 1 +
lib/Target/AVR/AVRTargetMachine.cpp | 1 +
lib/Target/BPF/BPFTargetMachine.cpp | 1 +
lib/Target/Hexagon/HexagonTargetMachine.cpp | 1 +
lib/Target/Lanai/LanaiTargetMachine.cpp | 1 +
lib/Target/MSP430/MSP430TargetMachine.cpp | 1 +
lib/Target/Mips/MipsTargetMachine.cpp | 1 +
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 1 +
lib/Target/PowerPC/PPCTargetMachine.cpp | 1 +
lib/Target/Sparc/SparcTargetMachine.cpp | 1 +
lib/Target/SystemZ/SystemZTargetMachine.cpp | 1 +
.../WebAssembly/WebAssemblyTargetMachine.cpp | 1 +
lib/Target/X86/X86TargetMachine.cpp | 1 +
lib/Target/XCore/XCoreTargetMachine.cpp | 1 +
tools/llc/llc.cpp | 1 +
28 files changed, 409 insertions(+), 358 deletions(-)
create mode 100644 include/llvm/CodeGen/TargetPassConfig.h
rename lib/CodeGen/{Passes.cpp => TargetPassConfig.cpp} (99%)
--
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 b93f14a [ValueTracking] Use guards to prove non-nullness of a value
new b5fb260 Appease MSVC
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/MI/LiveIntervalTest.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 3c559a0 Try to appease clang-x64-ninja-win7 bot.
new bbd902f [BasicAA] Guard intrinsics don't write to memory
new b93f14a [ValueTracking] Use guards to prove non-nullness of a value
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/Analysis/BasicAliasAnalysis.cpp | 36 ++++++++++++--
lib/Analysis/ValueTracking.cpp | 20 ++++----
test/Analysis/BasicAA/guards.ll | 30 +++++++++++
test/Transforms/LICM/hoist-deref-load.ll | 85 ++++++++++++++++++++++++++++++++
4 files changed, 158 insertions(+), 13 deletions(-)
create mode 100644 test/Analysis/BasicAA/guards.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.