1 file changed
+1
-1
lines changed- CMakeLists.txt+1-1
- include/llvm/CodeGen/TargetInstrInfo.h+6-3
- lib/Analysis/GlobalsModRef.cpp+2
- lib/Analysis/MemorySSA.cpp+20-9
- lib/CodeGen/LiveDebugVariables.cpp+5-2
- lib/CodeGen/PeepholeOptimizer.cpp+16-3
- lib/CodeGen/TargetInstrInfo.cpp+6
- lib/Support/Host.cpp+1-1
- lib/Target/AArch64/AArch64FalkorHWPFFix.cpp+18
- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp+1
- lib/Target/AMDGPU/SIISelLowering.cpp+1
- lib/Target/AMDGPU/SIInstructions.td+4
- lib/Target/ARM/ARMBaseInstrInfo.cpp+10-4
- lib/Target/ARM/ARMComputeBlockSize.cpp+1
- lib/Target/Mips/AsmParser/MipsAsmParser.cpp+1
- lib/Target/Mips/MicroMips32r6InstrInfo.td+6
- lib/Target/Mips/MicroMipsInstrInfo.td+6
- lib/Target/Mips/Mips.td+4
- lib/Target/Mips/Mips32r6InstrInfo.td+39
- lib/Target/Mips/Mips64InstrInfo.td+29-5
- lib/Target/Mips/Mips64r6InstrInfo.td+30
- lib/Target/Mips/MipsDSPInstrFormats.td+1-1
- lib/Target/Mips/MipsFastISel.cpp+8-7
- lib/Target/Mips/MipsInstrFormats.td+2-2
- lib/Target/Mips/MipsInstrInfo.cpp+16-5
- lib/Target/Mips/MipsInstrInfo.td+38-17
- lib/Target/Mips/MipsLongBranch.cpp+14-5
- lib/Target/Mips/MipsSubtarget.cpp+13-3
- lib/Target/Mips/MipsSubtarget.h+7
- lib/Target/PowerPC/PPCISelLowering.cpp+5-1
- lib/Target/PowerPC/PPCInstrInfo.cpp+6-1
- lib/Transforms/IPO/ArgumentPromotion.cpp+10
- lib/Transforms/IPO/GlobalOpt.cpp+24-1
- lib/Transforms/InstCombine/InstructionCombining.cpp+1
- lib/Transforms/Scalar/CallSiteSplitting.cpp+75-2
- lib/Transforms/Scalar/SCCP.cpp+55-1
- test/Analysis/MemorySSA/pr36883.ll+38
- test/CodeGen/AArch64/falkor-hwpf-fix.mir+25
- test/CodeGen/AMDGPU/ctpop16.ll+334
- test/CodeGen/ARM/peephole-phi.mir+36
- test/CodeGen/Mips/indirect-jump-hazard/calls.ll+188
- test/CodeGen/Mips/indirect-jump-hazard/guards-verify-call.mir+58
- test/CodeGen/Mips/indirect-jump-hazard/guards-verify-tailcall.mir+59
- test/CodeGen/Mips/indirect-jump-hazard/jumptables.ll+649
- test/CodeGen/Mips/indirect-jump-hazard/long-branch.ll+138
- test/CodeGen/Mips/indirect-jump-hazard/long-calls.ll+113
- test/CodeGen/Mips/indirect-jump-hazard/unsupported-micromips.ll+5
- test/CodeGen/Mips/indirect-jump-hazard/unsupported-mips32.ll+5
- test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir+198
- test/CodeGen/PowerPC/pr35402.ll+18
- test/CodeGen/Thumb/PR36658.mir+359
- test/DebugInfo/X86/live-debug-vars-discard-invalid.mir+31-31
- test/Transforms/ArgumentPromotion/musttail.ll+45
- test/Transforms/CallSiteSplitting/musttail.ll+109
- test/Transforms/GlobalOpt/musttail_cc.ll+34
- test/Transforms/IPConstantProp/musttail-call.ll+58
- tools/llvm-config/CMakeLists.txt+3-2
0 commit comments