File tree
5 files changed
+77
-2
lines changed- src
- rustllvm
- test
- auxiliary
- run-pass
5 files changed
+77
-2
lines changed- cmake/modules/AddLLVM.cmake+18-18
- cmake/modules/LLVM-Config.cmake+10-1
- docs/ReleaseNotes.rst+132-16
- include/llvm/IR/IntrinsicsPowerPC.td+1-1
- include/llvm/IR/Value.h-4
- lib/Analysis/DemandedBits.cpp-7
- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp+5
- lib/CodeGen/AsmPrinter/DwarfDebug.cpp+42-13
- lib/IR/Value.cpp+3-1
- lib/Target/AArch64/AArch64.td+2-2
- lib/Target/AArch64/AArch64SchedM1.td+359
- lib/Target/AMDGPU/SIRegisterInfo.cpp+8-1
- lib/Target/ARM/ARMISelDAGToDAG.cpp+2-2
- lib/Target/PowerPC/PPCFastISel.cpp+7-11
- lib/Target/PowerPC/PPCInstrAltivec.td+1-1
- lib/Target/SystemZ/SystemZISelLowering.cpp+1-1
- lib/Target/X86/X86ISelLowering.cpp+24-41
- lib/Transforms/InstCombine/InstCombineCompares.cpp+1-1
- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp+2-1
- lib/Transforms/InstCombine/InstCombineVectorOps.cpp+17-1
- test/Analysis/DemandedBits/basic.ll-31
- test/CodeGen/AMDGPU/spill-scavenge-offset.ll+33
- test/CodeGen/ARM/shifter_operand.ll+17
- test/CodeGen/PowerPC/fast-isel-ret.ll+9
- test/CodeGen/PowerPC/inline-asm-s-modifier.ll+10
- test/CodeGen/PowerPC/pr26193.ll+9
- test/CodeGen/PowerPC/pr26356.ll+136
- test/CodeGen/PowerPC/pr26381.ll+8
- test/CodeGen/SystemZ/int-cmp-53.ll+26
- test/CodeGen/X86/avx512-gather-scatter-intrin.ll+59-4
- test/CodeGen/X86/setcc-lowering.ll+62-17
- test/DebugInfo/X86/PR26148.ll+102
- test/Transforms/InstCombine/icmp.ll+12
- test/Transforms/InstCombine/insert-extract-shuffle.ll+30
- test/Transforms/InstCombine/unpack-fca.ll+15
- test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll-34
- tools/CMakeLists.txt+1-1
- utils/unittest/CMakeLists.txt+3-4
- utils/unittest/UnitTestMain/CMakeLists.txt+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
0 commit comments