File tree
5 files changed
+28
-1
lines changed- src/coreclr/jit
5 files changed
+28
-1
lines changedDiff for: src/coreclr/jit/compiler.cpp
+12-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8255 | 8255 |
| |
8256 | 8256 |
| |
8257 | 8257 |
| |
8258 |
| - | |
| 8258 | + | |
| 8259 | + | |
| 8260 | + | |
| 8261 | + | |
| 8262 | + | |
| 8263 | + | |
8259 | 8264 |
| |
8260 | 8265 |
| |
8261 | 8266 |
| |
| |||
8329 | 8334 |
| |
8330 | 8335 |
| |
8331 | 8336 |
| |
| 8337 | + | |
| 8338 | + | |
| 8339 | + | |
| 8340 | + | |
| 8341 | + | |
| 8342 | + | |
8332 | 8343 |
| |
8333 | 8344 |
| |
8334 | 8345 |
| |
|
Diff for: src/coreclr/jit/compiler.h
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6435 | 6435 |
| |
6436 | 6436 |
| |
6437 | 6437 |
| |
| 6438 | + | |
| 6439 | + | |
| 6440 | + | |
| 6441 | + | |
| 6442 | + | |
6438 | 6443 |
| |
6439 | 6444 |
| |
6440 | 6445 |
| |
|
Diff for: src/coreclr/jit/emit.cpp
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4650 | 4650 |
| |
4651 | 4651 |
| |
4652 | 4652 |
| |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
| 4656 | + | |
4653 | 4657 |
| |
4654 | 4658 |
| |
4655 | 4659 |
| |
|
Diff for: src/coreclr/jit/emitxarch.cpp
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9434 | 9434 |
| |
9435 | 9435 |
| |
9436 | 9436 |
| |
| 9437 | + | |
| 9438 | + | |
9437 | 9439 |
| |
9438 | 9440 |
| |
9439 | 9441 |
| |
|
Diff for: src/coreclr/jit/optimizer.cpp
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 |
| |
31 | 36 |
| |
32 | 37 |
| |
|
0 commit comments