2 files changed
+2
-2
lines changed- docs/ReleaseNotes.rst+33-9
- docs/index.rst-5
- examples/Kaleidoscope/Chapter4/CMakeLists.txt+1
- include/llvm/CodeGen/MachineModuleInfo.h-6
- include/llvm/CodeGen/SelectionDAG.h+4-2
- include/llvm/CodeGen/SelectionDAGNodes.h+20-11
- include/llvm/Config/config.h.cmake-3
- include/llvm/Config/llvm-config.h.cmake+5-2
- include/llvm/Config/llvm-config.h.in+3
- include/llvm/IR/Constants.h+6
- include/llvm/Target/TargetLibraryInfo.h+5
- lib/Analysis/IPA/InlineCost.cpp+6-6
- lib/Analysis/MemoryBuiltins.cpp+4-1
- lib/Bitcode/Reader/BitcodeReader.cpp+15-3
- lib/Bitcode/Reader/BitcodeReader.h+2
- lib/CodeGen/AsmPrinter/EHStreamer.cpp+7-8
- lib/CodeGen/AsmPrinter/EHStreamer.h+4-13
- lib/CodeGen/AsmPrinter/Win64Exception.cpp+1-148
- lib/CodeGen/AsmPrinter/Win64Exception.h-4
- lib/CodeGen/MachineModuleInfo.cpp-8
- lib/CodeGen/Passes.cpp+1-1
- lib/CodeGen/SelectionDAG/DAGCombiner.cpp+20-18
- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp+13-12
- lib/CodeGen/SelectionDAG/LegalizeTypes.h+1
- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp+5-3
- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp+50-12
- lib/CodeGen/SelectionDAG/SelectionDAG.cpp+7-6
- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp+8-31
- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h-2
- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp+1-63
- lib/ExecutionEngine/CMakeLists.txt-1
- lib/ExecutionEngine/LLVMBuild.txt+1-1
- lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt+1
- lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
- lib/IR/Constants.cpp+19-4
- lib/IR/DebugInfo.cpp+3
- lib/IR/Type.cpp+4-3
- lib/MC/WinCOFFObjectWriter.cpp+11-6
- lib/Target/TargetLibraryInfo.cpp+2
- lib/Target/X86/X86ISelLowering.cpp+166
- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp+9-2
- lib/Transforms/Instrumentation/InstrProfiling.cpp+41
- lib/Transforms/Scalar/EarlyCSE.cpp+3
- lib/Transforms/Scalar/MergedLoadStoreMotion.cpp+6-4
- lib/Transforms/Utils/LoopUnrollRuntime.cpp+39-23
- lib/Transforms/Vectorize/LoopVectorize.cpp+2
- lib/Transforms/Vectorize/SLPVectorizer.cpp+16-4
- test/CodeGen/PowerPC/vsel-prom.ll+23
- test/CodeGen/X86/constant-combines.ll+35
- test/CodeGen/X86/masked_memop.ll+4-3
- test/CodeGen/X86/pshufb-mask-comments.ll+12
- test/CodeGen/X86/seh-basic.ll-175
- test/CodeGen/X86/seh-safe-div.ll-196
- test/DebugInfo/location-verifier.ll+33
- test/MC/COFF/diff.s+25
- test/Transforms/EarlyCSE/basic.ll+10-1
- test/Transforms/Inline/inline-indirect.ll+19
- test/Transforms/InstCombine/loadstore-metadata.ll+2
- test/Transforms/InstMerge/st_sink_bugfix_22613.ll+114
- test/Transforms/InstSimplify/load.ll+19
- test/Transforms/LoopUnroll/runtime-loop.ll+1-3
- test/Transforms/LoopUnroll/runtime-loop1.ll+1-1
- test/Transforms/LoopUnroll/tripcount-overflow.ll+18-11
- test/Transforms/LoopVectorize/X86/masked_load_store.ll+82
- test/Transforms/SLPVectorizer/X86/bad_types.ll+50
- test/tools/gold/no-map-whole-file.ll+9
- tools/gold/gold-plugin.cpp+10-9
- tools/lli/CMakeLists.txt+1
- unittests/ExecutionEngine/CMakeLists.txt+1
- unittests/ExecutionEngine/MCJIT/CMakeLists.txt+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments