Commit 4cb9624
File tree
Expand file treeCollapse file tree
429 files changed
+12505
-6146
lines changedFilter options
- bolt
- include/bolt/Profile
- lib
- Profile
- Rewrite
- test/X86
- clang
- docs
- analyzer
- user-docs
- tools
- include/clang
- AST
- Basic
- CIR/Dialect/IR
- Sema
- StaticAnalyzer/Core
- PathSensitive
- lib
- AST
- ByteCode
- Basic/Targets
- CodeGen
- Headers
- Parse
- Sema
- StaticAnalyzer
- Checkers
- Core
- test
- AST/HLSL
- Analysis
- CodeGen
- RISCV
- CodeGenCXX
- CodeGenHLSL
- builtins
- Driver
- Headers
- Modules
- OpenMP
- Preprocessor
- SemaCXX
- SemaOpenACC
- unittests/AST
- flang
- lib
- Optimizer/Transforms
- Parser
- Semantics
- test
- Fir
- Integration
- Semantics/OpenMP
- libc
- docs
- dev
- src/__support/FPUtil
- libcxx
- include
- __fwd
- __memory
- test
- benchmarks/algorithms
- sorting
- libcxx
- containers/associative
- gdb
- std/algorithms/alg.modifying.operations/alg.swap
- utils/gdb/libcxx
- lld
- ELF
- Arch
- docs
- ELF
- lldb
- include/lldb/Core
- source
- Core
- Plugins
- DynamicLoader/MacOSX-DYLD
- ExpressionParser/Clang
- Target
- test
- API/lang/cpp/dynamic-value
- Shell/Unwind
- Inputs
- tools
- debugserver/source
- lldb-dap/Protocol
- unittests/DAP
- llvm
- cmake/modules
- docs
- include/llvm
- ADT
- BinaryFormat
- CodeGen
- IR
- Support
- TableGen
- Target
- Transforms/Vectorize
- lib
- CodeGen/SelectionDAG
- DebugInfo/LogicalView/Readers
- IR
- LTO
- Passes
- Support
- TableGen
- Target
- AArch64
- Utils
- AMDGPU
- Utils
- DirectX
- M68k
- Mips
- RISCV
- AsmParser
- Disassembler
- SPIRV
- X86
- TargetParser
- Transforms
- ObjCARC
- Scalar
- Utils
- Vectorize
- test
- Assembler
- CodeGen
- AArch64
- AMDGPU
- GlobalISel
- ARM
- DirectX/ShaderFlags
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
429 files changed
+12505
-6146
lines changedbolt/include/bolt/Profile/Heatmap.h
Copy file name to clipboardExpand all lines: bolt/include/bolt/Profile/Heatmap.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| 55 | + |
| 56 | + |
| 57 | + |
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
|
bolt/lib/Profile/DataAggregator.cpp
Copy file name to clipboardExpand all lines: bolt/lib/Profile/DataAggregator.cpp+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1316 | 1316 |
|
1317 | 1317 |
|
1318 | 1318 |
|
| 1319 | + |
| 1320 | + |
| 1321 | + |
| 1322 | + |
| 1323 | + |
| 1324 | + |
| 1325 | + |
| 1326 | + |
1319 | 1327 |
|
1320 | 1328 |
|
1321 | 1329 |
|
|
bolt/lib/Profile/Heatmap.cpp
Copy file name to clipboardExpand all lines: bolt/lib/Profile/Heatmap.cpp+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| ||
313 | 314 |
|
314 | 315 |
|
315 | 316 |
|
| 317 | + |
| 318 | + |
| 319 | + |
316 | 320 |
|
317 | 321 |
|
318 | 322 |
|
| ||
328 | 332 |
|
329 | 333 |
|
330 | 334 |
|
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
331 | 339 |
|
332 | 340 |
|
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
333 | 346 |
|
334 | 347 |
|
335 | 348 |
|
336 | 349 |
|
337 | 350 |
|
338 | 351 |
|
339 |
| - |
| 352 | + |
340 | 353 |
|
341 | 354 |
|
342 | 355 |
|
|
bolt/lib/Rewrite/RewriteInstance.cpp
Copy file name to clipboardExpand all lines: bolt/lib/Rewrite/RewriteInstance.cpp+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
968 | 968 |
|
969 | 969 |
|
970 | 970 |
|
971 |
| - |
972 |
| - |
| 971 | + |
| 972 | + |
| 973 | + |
973 | 974 |
|
974 | 975 |
|
975 | 976 |
|
|
bolt/test/X86/callcont-fallthru.s
Copy file name to clipboardExpand all lines: bolt/test/X86/callcont-fallthru.s+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
| 29 | + |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
bolt/test/X86/heatmap-preagg.test
Copy file name to clipboardExpand all lines: bolt/test/X86/heatmap-preagg.test+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
137 | 165 |
|
138 | 166 |
|
139 | 167 |
|
|
clang/docs/ReleaseNotes.rst
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst+17-4Lines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
520 | 520 |
|
521 | 521 |
|
522 | 522 |
|
523 |
| - |
| 523 | + |
524 | 524 |
|
525 | 525 |
|
526 | 526 |
|
527 | 527 |
|
528 | 528 |
|
529 |
| - |
530 |
| - |
531 |
| - |
532 | 529 |
|
533 | 530 |
|
534 | 531 |
|
| ||
712 | 709 |
|
713 | 710 |
|
714 | 711 |
|
| 712 | + |
715 | 713 |
|
716 | 714 |
|
717 | 715 |
|
| ||
937 | 935 |
|
938 | 936 |
|
939 | 937 |
|
| 938 | + |
| 939 | + |
| 940 | + |
| 941 | + |
| 942 | + |
| 943 | + |
| 944 | + |
| 945 | + |
| 946 | + |
| 947 | + |
| 948 | + |
| 949 | + |
| 950 | + |
| 951 | + |
| 952 | + |
940 | 953 |
|
941 | 954 |
|
942 | 955 |
|
|
clang/docs/analyzer/user-docs.rst
Copy file name to clipboardExpand all lines: clang/docs/analyzer/user-docs.rst+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
clang/docs/analyzer/user-docs/CommandLineUsage.rst
Copy file name to clipboardExpand all lines: clang/docs/analyzer/user-docs/CommandLineUsage.rst+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| 197 | + |
| 198 | + |
197 | 199 |
|
198 | 200 |
|
199 | 201 |
|
|
clang/docs/analyzer/user-docs/Options.rst.in
Copy file name to clipboard+114Lines changed: 114 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 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
0 commit comments