This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41efea75bc9 [X86][SSE] Begun generalizing truncateVectorWithPACKSS to w [...] new bb38652ad41 Correct dwarf unwind information in function epilogue for X86
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/Passes.h | 3 + include/llvm/InitializePasses.h | 1 + include/llvm/Target/Target.td | 2 +- include/llvm/Target/TargetFrameLowering.h | 8 + lib/CodeGen/BranchFolding.cpp | 50 ++- lib/CodeGen/CFIInstrInserter.cpp | 319 ++++++++++++++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/MachineInstr.cpp | 50 ++- lib/CodeGen/TailDuplicator.cpp | 4 +- lib/CodeGen/TargetFrameLoweringImpl.cpp | 9 + lib/Target/X86/X86FrameLowering.cpp | 43 ++ lib/Target/X86/X86FrameLowering.h | 4 + lib/Target/X86/X86TargetMachine.cpp | 7 + test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll | 1 + test/CodeGen/X86/2011-10-19-widen_vselect.ll | 1 + test/CodeGen/X86/GlobalISel/add-scalar.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/TruncAssertZext.ll | 1 + test/CodeGen/X86/avx512-mask-op.ll | 10 +- test/CodeGen/X86/avx512-regcall-Mask.ll | 22 +- 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 | 12 + test/CodeGen/X86/avx512bw-intrinsics.ll | 4 + test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 30 ++ test/CodeGen/X86/avx512vl-vbroadcast.ll | 3 + test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 488 +++++++++++++++++++++ test/CodeGen/X86/bitcast-and-setcc-256.ll | 1 + test/CodeGen/X86/bitcast-and-setcc-512.ll | 4 + .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 6 + test/CodeGen/X86/bitcast-setcc-256.ll | 1 + test/CodeGen/X86/bitcast-setcc-512.ll | 4 + test/CodeGen/X86/bool-vector.ll | 3 + test/CodeGen/X86/cmp.ll | 3 + test/CodeGen/X86/emutls-pie.ll | 6 + test/CodeGen/X86/emutls.ll | 16 + test/CodeGen/X86/epilogue-cfi-fp.ll | 43 ++ test/CodeGen/X86/epilogue-cfi-no-fp.ll | 46 ++ test/CodeGen/X86/fast-isel-store.ll | 10 + .../X86/frame-lowering-debug-intrinsic-2.ll | 18 +- test/CodeGen/X86/frame-lowering-debug-intrinsic.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/live-out-reg-info.ll | 1 + test/CodeGen/X86/load-combine.ll | 2 + test/CodeGen/X86/masked_gather_scatter.ll | 10 + test/CodeGen/X86/memset-nonzero.ll | 1 + test/CodeGen/X86/merge-consecutive-loads-128.ll | 19 + test/CodeGen/X86/movtopush.ll | 4 +- test/CodeGen/X86/mul-constant-result.ll | 59 +++ test/CodeGen/X86/mul-i256.ll | 8 + test/CodeGen/X86/mul128.ll | 5 + 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 | 2 + test/CodeGen/X86/pr32256.ll | 1 + test/CodeGen/X86/pr32282.ll | 1 + test/CodeGen/X86/pr32284.ll | 16 + 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/pr9743.ll | 1 + test/CodeGen/X86/push-cfi-debug.ll | 4 +- test/CodeGen/X86/push-cfi-obj.ll | 7 +- test/CodeGen/X86/push-cfi.ll | 3 +- test/CodeGen/X86/return-ext.ll | 3 + test/CodeGen/X86/rtm.ll | 1 + test/CodeGen/X86/select-mmx.ll | 2 + test/CodeGen/X86/setcc-lowering.ll | 1 + test/CodeGen/X86/shrink_vmul.ll | 13 + 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/throws-cfi-fp.ll | 98 +++++ test/CodeGen/X86/throws-cfi-no-fp.ll | 97 ++++ test/CodeGen/X86/vector-sext.ll | 13 + test/CodeGen/X86/vector-shuffle-avx512.ll | 2 + test/CodeGen/X86/vector-shuffle-v1.ll | 2 + test/CodeGen/X86/wide-integer-cmp.ll | 3 + 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 + 99 files changed, 1689 insertions(+), 32 deletions(-) create mode 100644 lib/CodeGen/CFIInstrInserter.cpp 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/throws-cfi-fp.ll create mode 100644 test/CodeGen/X86/throws-cfi-no-fp.ll