Commit 6b6ccd8
committed
Merge branch 'main' of https://github.com/llvm/llvm-project
* 'main' of https://github.com/llvm/llvm-project:
[RISCV] Improve hasAllNBitUsers for users of SLLI.
[RISCV] Invert if conditions in the switch in RISCVDAGToDAGISel::hasAllNBitUsers. NFC
[Transforms] Construct SmallVector with ArrayRef (NFC) (llvm#101851)
[RISCV] Capitalize some variable names. NFC
[sanitizer_common] Fix UnwindFast on SPARC (llvm#101634)
[builtins] Fix divtc3.c etc. compilation on Solaris/SPARC with gcc (llvm#101662)
[NFC][asan] Track current dynamic init module (llvm#101597)
[libc] enable most of the entrypoints on aarch64 (llvm#101797)
[SandboxIR][Tracker] Track InsertIntoBB (llvm#101595)
[SCEV] Use const SCEV * explicitly in more places.
[ELF] Move outputSections into Ctx. NFC
[ELF] Move ElfSym into Ctx. NFC
[ELF] Move Out into Ctx. NFC
[test][asan] Fix the test checks
[NFC][asan] Switch from list to DynInitGlobalsByModule (llvm#101596)
Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>File tree
60 files changed
+737
-515
lines changed- compiler-rt
- lib
- asan
- builtins
- sanitizer_common
- test/asan/TestCases
- libc
- cmake/modules
- config/linux/aarch64
- src/stdlib
- lld/ELF
- Arch
- llvm
- include/llvm
- SandboxIR
- Transforms/IPO
- lib
- Analysis
- SandboxIR
- Target
- ARM
- RISCV
- Transforms
- Coroutines
- IPO
- Instrumentation
- Scalar
- Utils
- Vectorize
- test/CodeGen/RISCV
- rv64-legal-i32
- rvv
- unittests
- Analysis
- SandboxIR
- Transforms/Utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+737
-515
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
75 | 92 | | |
76 | 93 | | |
77 | 94 | | |
| |||
94 | 111 | | |
95 | 112 | | |
96 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
97 | 139 | | |
98 | 140 | | |
99 | 141 | | |
| |||
257 | 299 | | |
258 | 300 | | |
259 | 301 | | |
260 | | - | |
261 | | - | |
| 302 | + | |
| 303 | + | |
262 | 304 | | |
263 | 305 | | |
264 | 306 | | |
| |||
289 | 331 | | |
290 | 332 | | |
291 | 333 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
299 | 338 | | |
300 | 339 | | |
301 | 340 | | |
| |||
456 | 495 | | |
457 | 496 | | |
458 | 497 | | |
| 498 | + | |
| 499 | + | |
459 | 500 | | |
460 | 501 | | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
469 | 519 | | |
| 520 | + | |
470 | 521 | | |
471 | 522 | | |
472 | 523 | | |
| |||
477 | 528 | | |
478 | 529 | | |
479 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
480 | 534 | | |
481 | 535 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
491 | 543 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments