This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d93770624e [mips] Correct the patterns for bswap new b6bee651995 Correct dwarf unwind information in function epilogue new fef8b01d9b1 [PM/LoopUnswitch] Fix a bug in the loop block set formation [...]
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 | 3 + include/llvm/CodeGen/TargetFrameLowering.h | 8 + include/llvm/InitializePasses.h | 1 + lib/CodeGen/BranchFolding.cpp | 61 +++- lib/CodeGen/CFIInstrInserter.cpp | 308 +++++++++++++++++++++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/TargetFrameLoweringImpl.cpp | 9 + lib/Target/X86/X86FrameLowering.cpp | 89 ++++-- lib/Target/X86/X86FrameLowering.h | 4 + lib/Target/X86/X86TargetMachine.cpp | 6 + lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 14 +- test/CodeGen/AArch64/taildup-cfi.ll | 2 - test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll | 1 + test/CodeGen/X86/2011-10-19-widen_vselect.ll | 1 + test/CodeGen/X86/GlobalISel/brcond.ll | 1 + test/CodeGen/X86/GlobalISel/callingconv.ll | 21 ++ test/CodeGen/X86/GlobalISel/frameIndex.ll | 1 + test/CodeGen/X86/O0-pipeline.ll | 1 + test/CodeGen/X86/O3-pipeline.ll | 1 + test/CodeGen/X86/TruncAssertZext.ll | 1 + test/CodeGen/X86/avoid-sfb.ll | 40 +++ test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 3 + test/CodeGen/X86/avx512-regcall-Mask.ll | 20 +- test/CodeGen/X86/avx512-regcall-NoMask.ll | 17 ++ test/CodeGen/X86/avx512-schedule.ll | 4 + test/CodeGen/X86/avx512-select.ll | 1 + test/CodeGen/X86/avx512-vbroadcast.ll | 2 + test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 2 + test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 16 ++ test/CodeGen/X86/avx512vl-vbroadcast.ll | 3 + test/CodeGen/X86/bool-vector.ll | 3 + test/CodeGen/X86/cfi-inserter-check-order.ll | 15 + test/CodeGen/X86/cmp.ll | 3 + test/CodeGen/X86/cmpxchg-i128-i1.ll | 7 + test/CodeGen/X86/emutls-pie.ll | 6 + test/CodeGen/X86/emutls.ll | 16 ++ test/CodeGen/X86/epilogue-cfi-fp.ll | 29 ++ test/CodeGen/X86/epilogue-cfi-no-fp.ll | 33 +++ test/CodeGen/X86/fast-isel-int-float-conversion.ll | 12 + test/CodeGen/X86/fast-isel-store.ll | 10 + test/CodeGen/X86/fmaxnum.ll | 2 + test/CodeGen/X86/fminnum.ll | 2 + test/CodeGen/X86/fp-arith.ll | 24 ++ .../X86/frame-lowering-debug-intrinsic-2.ll | 17 +- test/CodeGen/X86/frame-lowering-debug-intrinsic.ll | 4 + test/CodeGen/X86/h-registers-1.ll | 4 + test/CodeGen/X86/haddsub-2.ll | 12 + test/CodeGen/X86/hipe-cc64.ll | 1 + test/CodeGen/X86/illegal-bitfield-loadstore.ll | 1 + test/CodeGen/X86/imul.ll | 3 + test/CodeGen/X86/lea-opt-cse1.ll | 1 + test/CodeGen/X86/lea-opt-cse2.ll | 2 + test/CodeGen/X86/lea-opt-cse3.ll | 2 + test/CodeGen/X86/lea-opt-cse4.ll | 3 + test/CodeGen/X86/legalize-shift-64.ll | 5 + test/CodeGen/X86/legalize-shl-vec.ll | 10 + test/CodeGen/X86/live-out-reg-info.ll | 1 + test/CodeGen/X86/load-combine.ll | 2 + test/CodeGen/X86/masked_gather_scatter.ll | 16 ++ test/CodeGen/X86/memset-nonzero.ll | 1 + test/CodeGen/X86/merge-consecutive-loads-128.ll | 19 ++ test/CodeGen/X86/merge-sp-updates-cfi.ll | 47 ++++ test/CodeGen/X86/mmx-arith.ll | 2 + test/CodeGen/X86/movtopush.ll | 2 +- test/CodeGen/X86/mul-constant-result.ll | 59 ++++ test/CodeGen/X86/mul-i256.ll | 8 + test/CodeGen/X86/mul128.ll | 5 + test/CodeGen/X86/musttail-varargs.ll | 22 ++ test/CodeGen/X86/pr21792.ll | 1 + test/CodeGen/X86/pr29061.ll | 2 + test/CodeGen/X86/pr29112.ll | 1 + test/CodeGen/X86/pr30430.ll | 1 + test/CodeGen/X86/pr32241.ll | 1 + test/CodeGen/X86/pr32256.ll | 1 + test/CodeGen/X86/pr32282.ll | 2 + test/CodeGen/X86/pr32284.ll | 15 + test/CodeGen/X86/pr32329.ll | 4 + test/CodeGen/X86/pr32345.ll | 2 + test/CodeGen/X86/pr32451.ll | 2 + test/CodeGen/X86/pr34088.ll | 1 + test/CodeGen/X86/pr34592.ll | 1 + test/CodeGen/X86/pr34653.ll | 1 + test/CodeGen/X86/pr9743.ll | 1 + test/CodeGen/X86/push-cfi-debug.ll | 12 +- test/CodeGen/X86/push-cfi-obj.ll | 7 +- test/CodeGen/X86/push-cfi.ll | 2 +- test/CodeGen/X86/rdtsc.ll | 1 + test/CodeGen/X86/return-ext.ll | 3 + test/CodeGen/X86/rtm.ll | 1 + test/CodeGen/X86/schedule-x86_32.ll | 10 + test/CodeGen/X86/select-mmx.ll | 2 + test/CodeGen/X86/setcc-lowering.ll | 1 + test/CodeGen/X86/shrink_vmul.ll | 39 +++ test/CodeGen/X86/stack-probe-red-zone.ll | 4 +- test/CodeGen/X86/statepoint-call-lowering.ll | 1 + .../X86/statepoint-gctransition-call-lowering.ll | 1 + test/CodeGen/X86/statepoint-invoke.ll | 3 + test/CodeGen/X86/statepoint-vector.ll | 5 + test/CodeGen/X86/swift-return.ll | 18 ++ test/CodeGen/X86/test-shrink-bug.ll | 3 + test/CodeGen/X86/test-vs-bittest.ll | 16 ++ test/CodeGen/X86/throws-cfi-fp.ll | 86 ++++++ test/CodeGen/X86/throws-cfi-no-fp.ll | 85 ++++++ test/CodeGen/X86/vector-arith-sat.ll | 4 + test/CodeGen/X86/vector-sext.ll | 13 + test/CodeGen/X86/vector-shuffle-avx512.ll | 2 + test/CodeGen/X86/wide-integer-cmp.ll | 3 + test/CodeGen/X86/x86-64-psub.ll | 7 + test/CodeGen/X86/x86-framelowering-trap.ll | 1 + test/CodeGen/X86/x86-interleaved-access.ll | 1 + .../X86/x86-no_caller_saved_registers-preserve.ll | 1 + .../SimpleLoopUnswitch/nontrivial-unswitch.ll | 54 ++++ 113 files changed, 1416 insertions(+), 60 deletions(-) create mode 100644 lib/CodeGen/CFIInstrInserter.cpp create mode 100644 test/CodeGen/X86/cfi-inserter-check-order.ll create mode 100644 test/CodeGen/X86/epilogue-cfi-fp.ll create mode 100644 test/CodeGen/X86/epilogue-cfi-no-fp.ll create mode 100644 test/CodeGen/X86/merge-sp-updates-cfi.ll create mode 100644 test/CodeGen/X86/throws-cfi-fp.ll create mode 100644 test/CodeGen/X86/throws-cfi-no-fp.ll