2 files changed
+2
-2
lines changed- docs/CMake.rst+24-6
- docs/ReleaseNotes.rst+33-2
- include/llvm/CodeGen/LiveInterval.h+5
- include/llvm/IR/IRBuilder.h+9-9
- include/llvm/IR/Instructions.h+8
- lib/CodeGen/CalcSpillWeights.cpp+5-2
- lib/CodeGen/LiveInterval.cpp+34
- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp+31-5
- lib/CodeGen/WinEHPrepare.cpp+14-6
- lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt+10-1
- lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt+1-1
- lib/Support/Triple.cpp+4-4
- lib/Target/Sparc/SparcInstrAliases.td+3-3
- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp+14-32
- lib/Target/X86/X86FrameLowering.cpp+6-7
- lib/Target/X86/X86InstrAVX512.td+1-1
- lib/Transforms/IPO/PruneEH.cpp+28-35
- lib/Transforms/Scalar/LoopStrengthReduce.cpp+11
- lib/Transforms/Vectorize/LoopVectorize.cpp+41-106
- test/CodeGen/AArch64/fcopysign.ll+23
- test/CodeGen/WinEH/wineh-noret-cleanup.ll+80
- test/CodeGen/X86/pr26625.ll+20
- test/CodeGen/X86/regalloc-spill-at-ehpad.ll+75
- test/CodeGen/X86/shrink-wrap-chkstk.ll+35
- test/MC/Sparc/sparc-ctrl-instructions.s+13
- test/MC/Sparc/sparc64-ctrl-instructions.s+12
- test/MC/X86/x86_nop.s+7-1
- test/Transforms/InstCombine/fprintf-1.ll+9
- test/Transforms/LoopStrengthReduce/funclet.ll+29
- test/Transforms/LoopVectorize/PowerPC/stride-vectorization.ll+7-1
- test/Transforms/LoopVectorize/X86/reg-usage.ll-71
- test/Transforms/LoopVectorize/X86/vector_max_bandwidth.ll+1-1
- test/Transforms/LoopVectorize/interleaved-accesses.ll+2-4
- test/Transforms/PruneEH/pr26263.ll+56
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments