2 files changed
+2
-2
lines changed- cmake/config-ix.cmake+1-1
- cmake/modules/AddLLVM.cmake+3-3
- cmake/modules/LLVMConfig.cmake.in+4
- cmake/modules/TableGen.cmake+1-1
- examples/ParallelJIT/CMakeLists.txt+1-1
- include/llvm/ADT/DenseSet.h+4
- include/llvm/CodeGen/FastISel.h+41
- include/llvm/IR/Module.h+4
- include/llvm/MC/ConstantPools.h+3
- include/llvm/Target/TargetLowering.h+19-1
- lib/Analysis/TargetLibraryInfo.cpp+1
- lib/CodeGen/CMakeLists.txt+1-1
- lib/CodeGen/GlobalMerge.cpp+4
- lib/CodeGen/SafeStackColoring.cpp+2-1
- lib/CodeGen/SelectionDAG/FastISel.cpp+2
- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp+37-23
- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp+4-3
- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp+6-3
- lib/CodeGen/SelectionDAG/SelectionDAG.cpp+15-15
- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp+7-9
- lib/CodeGen/SelectionDAG/TargetLowering.cpp+8-5
- lib/CodeGen/StackColoring.cpp+62-177
- lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt+1-1
- lib/Fuzzer/CMakeLists.txt+2-2
- lib/IR/Module.cpp+8
- lib/MC/ConstantPools.cpp+11
- lib/Support/CMakeLists.txt+1-1
- lib/Support/Host.cpp+1
- lib/Target/AArch64/AArch64ISelLowering.cpp+3-2
- lib/Target/AArch64/AArch64SelectionDAGInfo.cpp+6-4
- lib/Target/ARM/ARMISelLowering.cpp+4-4
- lib/Target/ARM/ARMSelectionDAGInfo.cpp+5-5
- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp+1
- lib/Target/AVR/AVRISelLowering.cpp+1-1
- lib/Target/Hexagon/HexagonISelLowering.cpp+20-3
- lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp+6-5
- lib/Target/Mips/Disassembler/MipsDisassembler.cpp+21-30
- lib/Target/Mips/MipsISelLowering.cpp+3-2
- lib/Target/PowerPC/PPCFrameLowering.cpp+15-11
- lib/Target/PowerPC/PPCISelLowering.cpp+3-4
- lib/Target/X86/X86ISelLowering.cpp+51-10
- lib/Target/X86/X86ISelLowering.h+3
- lib/Target/X86/X86RegisterInfo.td+2-1
- lib/Target/X86/X86SelectionDAGInfo.cpp+6-4
- lib/Target/XCore/XCoreISelLowering.cpp+1-1
- lib/Target/XCore/XCoreSelectionDAGInfo.cpp+5-5
- lib/Transforms/IPO/ArgumentPromotion.cpp+1-1
- lib/Transforms/InstCombine/InstCombineInternal.h+5
- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp+115-7
- lib/Transforms/Scalar/MemCpyOptimizer.cpp+5
- test/CodeGen/ARM/constantpool-promote-dbg.ll+1-1
- test/CodeGen/ARM/constantpool-promote-ldrh.ll+2-2
- test/CodeGen/ARM/constantpool-promote.ll+12-12
- test/CodeGen/ARM/global-merge-external.ll+1
- test/CodeGen/Hexagon/isel-i1arg-crash.ll+6
- test/CodeGen/PowerPC/restore-r30.ll+30
- test/CodeGen/PowerPC/save-bp.ll+54
- test/CodeGen/PowerPC/save-cr-ppc32svr4.ll+46
- test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll+57
- test/CodeGen/X86/StackColoring.ll-64
- test/CodeGen/X86/inline-asm-A-constraint.ll+35
- test/CodeGen/X86/regparm.ll+48
- test/CodeGen/X86/x86-16.ll+8-1
- test/MC/ARM/ltorg-range.s+27
- test/MC/Hexagon/inst_select.ll+2-2
- test/Transforms/InstCombine/memcpy-addrspace.ll+85
- test/Transforms/MemCpyOpt/memcpy.ll+13
- test/Transforms/SafeStack/X86/coloring-ssp.ll+1-1
- test/Transforms/SafeStack/X86/coloring.ll+2-2
- test/Transforms/SafeStack/X86/coloring2.ll+2-2
- test/Transforms/SafeStack/X86/layout-frag.ll+1-1
- test/tools/llvm-objdump/Mips/disassemble-all.test+16
- test/tools/llvm-objdump/Mips/lit.local.cfg+3
- unittests/ExecutionEngine/Orc/CMakeLists.txt+1-1
- unittests/Support/CMakeLists.txt+1-1
- utils/release/merge-request.sh+1-1
- utils/unittest/CMakeLists.txt+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments