File tree
Expand file treeCollapse file tree
15 files changed
+506
-27
lines changedFilter options
- llvm
- include/llvm/Transforms
- lib
- MC
- Target/X86
- Transforms/CFGuard
- test
- CodeGen/X86
- MC/X86
Expand file treeCollapse file tree
15 files changed
+506
-27
lines changedllvm/include/llvm/Transforms/CFGuard.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/Transforms/CFGuard.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| 38 | + |
| 39 | + |
37 | 40 |
|
38 | 41 |
|
39 | 42 |
|
llvm/lib/MC/MCObjectFileInfo.cpp
Copy file name to clipboardExpand all lines: llvm/lib/MC/MCObjectFileInfo.cpp+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
599 | 599 |
|
600 | 600 |
|
601 | 601 |
|
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
602 | 607 |
|
603 | 608 |
|
604 | 609 |
|
|
llvm/lib/Target/X86/X86AsmPrinter.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86AsmPrinter.cpp+32Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
920 | 920 |
|
921 | 921 |
|
922 | 922 |
|
| 923 | + |
| 924 | + |
| 925 | + |
923 | 926 |
|
924 | 927 |
|
925 | 928 |
|
| ||
1021 | 1024 |
|
1022 | 1025 |
|
1023 | 1026 |
|
| 1027 | + |
| 1028 | + |
| 1029 | + |
| 1030 | + |
| 1031 | + |
| 1032 | + |
| 1033 | + |
| 1034 | + |
| 1035 | + |
| 1036 | + |
| 1037 | + |
| 1038 | + |
| 1039 | + |
| 1040 | + |
| 1041 | + |
| 1042 | + |
| 1043 | + |
| 1044 | + |
| 1045 | + |
| 1046 | + |
| 1047 | + |
| 1048 | + |
| 1049 | + |
| 1050 | + |
| 1051 | + |
| 1052 | + |
| 1053 | + |
| 1054 | + |
| 1055 | + |
1024 | 1056 |
|
1025 | 1057 |
|
1026 | 1058 |
|
|
llvm/lib/Target/X86/X86AsmPrinter.h
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86AsmPrinter.h+32-1Lines changed: 32 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
34 | 54 |
|
35 | 55 |
|
36 | 56 |
|
| ||
45 | 65 |
|
46 | 66 |
|
47 | 67 |
|
48 |
| - |
| 68 | + |
49 | 69 |
|
50 | 70 |
|
51 | 71 |
|
| ||
126 | 146 |
|
127 | 147 |
|
128 | 148 |
|
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
129 | 160 |
|
130 | 161 |
|
131 | 162 |
|
|
llvm/lib/Target/X86/X86ISelLowering.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86ISelLowering.cpp+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18922 | 18922 |
|
18923 | 18923 |
|
18924 | 18924 |
|
18925 |
| - |
| 18925 | + |
18926 | 18926 |
|
18927 | 18927 |
|
18928 | 18928 |
|
| ||
18950 | 18950 |
|
18951 | 18951 |
|
18952 | 18952 |
|
18953 |
| - |
| 18953 | + |
| 18954 | + |
18954 | 18955 |
|
18955 | 18956 |
|
18956 | 18957 |
|
| ||
19000 | 19001 |
|
19001 | 19002 |
|
19002 | 19003 |
|
| 19004 | + |
| 19005 | + |
| 19006 | + |
| 19007 | + |
| 19008 | + |
| 19009 | + |
| 19010 | + |
| 19011 | + |
| 19012 | + |
| 19013 | + |
19003 | 19014 |
|
19004 | 19015 |
|
19005 | 19016 |
|
| ||
19025 | 19036 |
|
19026 | 19037 |
|
19027 | 19038 |
|
19028 |
| - |
| 19039 | + |
19029 | 19040 |
|
19030 | 19041 |
|
19031 | 19042 |
|
| ||
34562 | 34573 |
|
34563 | 34574 |
|
34564 | 34575 |
|
| 34576 | + |
34565 | 34577 |
|
34566 | 34578 |
|
34567 | 34579 |
|
|
llvm/lib/Target/X86/X86ISelLowering.h
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86ISelLowering.h+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
84 | 88 |
|
85 | 89 |
|
86 | 90 |
|
| ||
1733 | 1737 |
|
1734 | 1738 |
|
1735 | 1739 |
|
1736 |
| - |
1737 |
| - |
| 1740 | + |
| 1741 | + |
1738 | 1742 |
|
1739 | 1743 |
|
1740 | 1744 |
|
|
llvm/lib/Target/X86/X86ISelLoweringCall.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86ISelLoweringCall.cpp+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2402 | 2402 |
|
2403 | 2403 |
|
2404 | 2404 |
|
| 2405 | + |
2405 | 2406 |
|
2406 | 2407 |
|
2407 | 2408 |
|
| ||
2414 | 2415 |
|
2415 | 2416 |
|
2416 | 2417 |
|
2417 |
| - |
| 2418 | + |
2418 | 2419 |
|
2419 | 2420 |
|
2420 | 2421 |
|
| ||
2536 | 2537 |
|
2537 | 2538 |
|
2538 | 2539 |
|
2539 |
| - |
| 2540 | + |
| 2541 | + |
| 2542 | + |
2540 | 2543 |
|
2541 | 2544 |
|
2542 | 2545 |
|
|
llvm/lib/Target/X86/X86InstrCompiler.td
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86InstrCompiler.td+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1309 | 1309 |
|
1310 | 1310 |
|
1311 | 1311 |
|
| 1312 | + |
| 1313 | + |
1312 | 1314 |
|
1313 | 1315 |
|
1314 | 1316 |
|
|
llvm/lib/Target/X86/X86InstrFragments.td
Copy file name to clipboardExpand all lines: llvm/lib/Target/X86/X86InstrFragments.td+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
| 213 | + |
| 214 | + |
| 215 | + |
213 | 216 |
|
214 | 217 |
|
215 | 218 |
|
|
0 commit comments