Commit 919f0cd
File tree
9 files changed
+96
-7
lines changedFilter options
- llvm
- include/llvm
- CodeGen
- Target
- lib/CodeGen
- MIRParser
- test/CodeGen/MIR/X86
9 files changed
+96
-7
lines changedllvm/include/llvm/CodeGen/CommandFlags.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/CodeGen/CommandFlags.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| 135 | + |
| 136 | + |
135 | 137 |
|
136 | 138 |
|
137 | 139 |
|
|
llvm/include/llvm/CodeGen/MIRYamlMapping.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/CodeGen/MIRYamlMapping.h+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
483 | 483 |
|
484 | 484 |
|
485 | 485 |
|
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
486 | 490 |
|
487 | 491 |
|
488 | 492 |
|
| ||
511 | 515 |
|
512 | 516 |
|
513 | 517 |
|
| 518 | + |
514 | 519 |
|
515 | 520 |
|
516 | 521 |
|
|
llvm/include/llvm/CodeGen/MachineFunction.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/CodeGen/MachineFunction.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
496 | 496 |
|
497 | 497 |
|
498 | 498 |
|
| 499 | + |
| 500 | + |
| 501 | + |
499 | 502 |
|
500 | 503 |
|
501 | 504 |
|
|
llvm/include/llvm/Target/TargetOptions.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/Target/TargetOptions.h+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
154 | 155 |
|
155 | 156 |
|
156 | 157 |
|
| ||
333 | 334 |
|
334 | 335 |
|
335 | 336 |
|
| 337 | + |
| 338 | + |
| 339 | + |
336 | 340 |
|
337 | 341 |
|
338 | 342 |
|
|
llvm/lib/CodeGen/CommandFlags.cpp
Copy file name to clipboardExpand all lines: llvm/lib/CodeGen/CommandFlags.cpp+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
| 104 | + |
104 | 105 |
|
105 | 106 |
|
106 | 107 |
|
| ||
461 | 462 |
|
462 | 463 |
|
463 | 464 |
|
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
464 | 470 |
|
465 | 471 |
|
466 | 472 |
|
| ||
595 | 601 |
|
596 | 602 |
|
597 | 603 |
|
| 604 | + |
598 | 605 |
|
599 | 606 |
|
600 | 607 |
|
|
llvm/lib/CodeGen/MIRParser/MIRParser.cpp
Copy file name to clipboardExpand all lines: llvm/lib/CodeGen/MIRParser/MIRParser.cpp+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
504 | 504 |
|
505 | 505 |
|
506 | 506 |
|
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
507 | 512 |
|
508 |
| - |
| 513 | + |
509 | 514 |
|
510 | 515 |
|
511 | 516 |
|
512 |
| - |
| 517 | + |
| 518 | + |
513 | 519 |
|
514 | 520 |
|
515 | 521 |
|
|
llvm/lib/CodeGen/MIRPrinter.cpp
Copy file name to clipboardExpand all lines: llvm/lib/CodeGen/MIRPrinter.cpp+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
576 | 576 |
|
577 | 577 |
|
578 | 578 |
|
| 579 | + |
| 580 | + |
| 581 | + |
579 | 582 |
|
580 | 583 |
|
581 | 584 |
|
|
llvm/lib/CodeGen/MachineFunction.cpp
Copy file name to clipboardExpand all lines: llvm/lib/CodeGen/MachineFunction.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
920 | 920 |
|
921 | 921 |
|
922 | 922 |
|
923 |
| - |
| 923 | + |
924 | 924 |
|
925 | 925 |
|
926 | 926 |
|
|
llvm/test/CodeGen/MIR/X86/call-site-info-typeid.mir
Copy file name to clipboard+59Lines changed: 59 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
0 commit comments