2 files changed
+2
-2
lines changed- bindings/go/README.txt+8
- docs/ReleaseNotes.rst+104-69
- docs/index.rst-5
- include/llvm/Bitcode/LLVMBitCodes.h+14
- include/llvm/IR/IntrinsicsX86.td+9
- include/llvm/MC/MCAsmMacro.h+38
- include/llvm/MC/MCContext.h+15
- include/llvm/Support/GenericDomTreeConstruction.h+14-18
- include/llvm/Transforms/Utils/LoopUtils.h+17-24
- lib/Analysis/ScalarEvolution.cpp+7
- lib/Bitcode/Reader/BitcodeReader.cpp+9-7
- lib/Bitcode/Writer/BitcodeWriter.cpp+8-8
- lib/CodeGen/LiveDebugVariables.cpp+37-1
- lib/IR/AutoUpgrade.cpp-7
- lib/MC/MCParser/AsmParser.cpp+5-51
- lib/Support/CMakeLists.txt+2-1
- lib/Target/AArch64/AArch64InstructionSelector.cpp+88-26
- lib/Target/AMDGPU/AMDGPUInstrInfo.cpp+18
- lib/Target/AMDGPU/AMDGPUInstrInfo.h+2
- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp+1-1
- lib/Target/AMDGPU/SIISelLowering.cpp+1-1
- lib/Target/AMDGPU/SIInstrInfo.cpp+8-2
- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp-18
- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h-1
- lib/Target/PowerPC/PPCCTRLoops.cpp+4-1
- lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp+7-3
- lib/Target/X86/X86.td+7-1
- lib/Target/X86/X86AsmPrinter.cpp+10-1
- lib/Target/X86/X86DomainReassignment.cpp+8-4
- lib/Target/X86/X86ISelLowering.cpp+103-116
- lib/Target/X86/X86IntrinsicsInfo.h+4-1
- lib/Target/X86/X86RetpolineThunks.cpp+11-57
- lib/Transforms/InstCombine/InstCombineSelect.cpp+17-2
- lib/Transforms/Scalar/LICM.cpp+7-7
- lib/Transforms/Utils/LoopUtils.cpp+144-72
- lib/Transforms/Vectorize/LoopVectorize.cpp+14-4
- test/Bitcode/compatibility-3.6.ll+1-3
- test/Bitcode/compatibility-3.7.ll+1-3
- test/Bitcode/compatibility-3.8.ll+2-6
- test/Bitcode/compatibility-3.9.ll+2-6
- test/Bitcode/compatibility-4.0.ll+2-6
- test/Bitcode/compatibility-5.0.ll+2-6
- test/CodeGen/AArch64/GlobalISel/fp16-copy-gpr.mir+131
- test/CodeGen/AArch64/GlobalISel/select-insert-extract.mir+75-13
- test/CodeGen/AMDGPU/smrd.ll+34
- test/CodeGen/PowerPC/pr36292.ll+46
- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll-53
- test/CodeGen/X86/avx512-intrinsics-upgrade.ll-14
- test/CodeGen/X86/avx512-intrinsics.ll+15
- test/CodeGen/X86/avx512-mask-op.ll+96
- test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll+130-241
- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll-40
- test/CodeGen/X86/avx512bw-intrinsics.ll+49
- test/CodeGen/X86/clwb.ll+7
- test/CodeGen/X86/domain-reassignment.mir+272-167
- test/CodeGen/X86/inline-asm-modifier-V.ll+14
- test/CodeGen/X86/pr36553.ll+20
- test/CodeGen/X86/retpoline-external.ll+24-24
- test/CodeGen/X86/retpoline-regparm.ll+42
- test/CodeGen/X86/retpoline.ll+5-9
- test/DebugInfo/X86/dbg-value-inlined-parameter.ll+3-3
- test/DebugInfo/X86/live-debug-vars-discard-invalid.mir+141
- test/MC/AsmParser/inline_macro_duplication.ll+8
- test/MC/X86/x86-64.s+5
- test/Transforms/InstCombine/pr36362.ll+17
- test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll+1-1
- test/Transforms/LoopVectorize/pr35773.ll+1-1
- test/Transforms/LoopVectorize/reduction-small-size.ll+35-2
- test/Transforms/LoopVectorize/vect-phiscev-sext-trunc.ll+2-2
- test/tools/llvm-config/system-libs.windows.test+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments