This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2065f2c0ba Allow unordered loads to be considered invariant in CodeGen new 04a982d9fb0 Fix for ABS legalization on PPC buildbot. new 51c2ad77cde RegAllocFast: Remove early selection loop, the spill calcul [...]
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/RegAllocFast.cpp | 10 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 1 + lib/Target/PowerPC/PPCISelLowering.cpp | 5 +- test/CodeGen/AArch64/arm64-fast-isel-br.ll | 2 +- .../AArch64/arm64-fast-isel-conversion-fallback.ll | 24 +- test/CodeGen/AArch64/arm64-fast-isel-conversion.ll | 58 +- test/CodeGen/AArch64/swift-return.ll | 2 +- test/CodeGen/AArch64/swifterror.ll | 7 +- test/CodeGen/ARM/Windows/alloca.ll | 2 +- test/CodeGen/ARM/thumb-big-stack.ll | 2070 ++++++++-------- test/CodeGen/Mips/Fast-ISel/callabi.ll | 6 +- test/CodeGen/Mips/Fast-ISel/pr40325.ll | 4 +- test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll | 52 +- test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll | 72 +- test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll | 46 +- .../CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div.ll | 104 +- test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll | 10 +- test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll | 2 +- test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll | 34 +- .../GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll | 18 +- test/CodeGen/Mips/atomic.ll | 1254 +++++----- test/CodeGen/Mips/atomic64.ll | 119 +- test/CodeGen/Mips/atomicCmpSwapPW.ll | 28 +- test/CodeGen/PowerPC/anon_aggr.ll | 6 +- test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 3 +- test/CodeGen/PowerPC/fp64-to-int16.ll | 4 +- test/CodeGen/PowerPC/vsx.ll | 2604 +++++++++++++++----- test/CodeGen/SystemZ/swifterror.ll | 2 +- test/CodeGen/X86/atomic-unordered.ll | 226 +- test/CodeGen/X86/avx-load-store.ll | 12 +- test/CodeGen/X86/extend-set-cc-uses-dbg.ll | 4 +- test/CodeGen/X86/fast-isel-select.ll | 8 +- test/CodeGen/X86/fast-isel-x86-64.ll | 14 +- test/CodeGen/X86/pr27591.ll | 12 +- test/CodeGen/X86/swift-return.ll | 22 +- test/DebugInfo/X86/op_deref.ll | 8 +- 36 files changed, 4086 insertions(+), 2769 deletions(-)