2 files changed
+5
-16
lines changedLines changed: 4 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 22 | + | |
33 | 23 |
| |
34 | 24 |
| |
35 | 25 |
| |
36 | 26 |
| |
37 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
38 | 30 |
| |
39 | 31 |
| |
40 | 32 |
| |
| |||
72 | 64 |
| |
73 | 65 |
| |
74 | 66 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 | 67 |
| |
79 | 68 |
| |
80 | 69 |
| |
|
- include/llvm/CodeGen/MachineModuleInfo.h+6
- lib/Analysis/IPA/InlineCost.cpp+6-6
- lib/CodeGen/AsmPrinter/EHStreamer.cpp+8-7
- lib/CodeGen/AsmPrinter/EHStreamer.h+13-4
- lib/CodeGen/AsmPrinter/Win64Exception.cpp+148-1
- lib/CodeGen/AsmPrinter/Win64Exception.h+4
- lib/CodeGen/MachineModuleInfo.cpp+8
- lib/CodeGen/Passes.cpp+1-1
- lib/CodeGen/SelectionDAG/DAGCombiner.cpp+13-9
- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp+3-5
- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp+29-4
- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h+2
- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp+63-1
- lib/IR/DebugInfo.cpp-3
- lib/IR/Type.cpp+3-4
- lib/MC/WinCOFFObjectWriter.cpp+6-11
- lib/Target/X86/X86ISelLowering.cpp-2
- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp+2-9
- lib/Transforms/Instrumentation/InstrProfiling.cpp-41
- lib/Transforms/Scalar/EarlyCSE.cpp-3
- lib/Transforms/Vectorize/SLPVectorizer.cpp+4-16
- test/CodeGen/PowerPC/vsel-prom.ll-23
- test/CodeGen/X86/constant-combines.ll-35
- 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+1-10
- test/Transforms/Inline/inline-indirect.ll-19
- test/Transforms/InstCombine/loadstore-metadata.ll-2
- test/Transforms/SLPVectorizer/X86/bad_types.ll-50
- test/tools/gold/no-map-whole-file.ll-9
- tools/gold/gold-plugin.cpp+9-10
0 commit comments