File tree
462 files changed
+9272
-6645
lines changed- .github/workflows
- bolt
- include/bolt/Core
- lib/Passes
- test/binary-analysis/AArch64
- clang-tools-extra
- clang-doc
- assets
- clang-tidy
- bugprone
- utils
- test/clang-doc
- clang
- docs
- include/clang
- AST
- Basic
- CIR
- Sema
- StaticAnalyzer/Checkers
- lib
- AST
- ByteCode
- Basic
- Targets
- CIR/Dialect/Transforms
- CodeGen
- Driver/ToolChains
- Arch
- Headers
- Lex
- Parse
- Sema
- StaticAnalyzer/Checkers
- Tooling/DependencyScanning
- test
- AST/ByteCode
- CIR/Transforms
- CXX
- drs
- temp/temp.arg/temp.arg.nontype
- CodeGenHLSL
- CodeGen/X86
- C/C23
- Driver
- Misc
- Parser
- Preprocessor
- SemaCXX
- SemaObjCXX
- SemaTemplate
- utils/TableGen
- www
- compiler-rt
- lib
- asan
- ctx_profile
- profile
- test/profile
- Posix
- flang
- docs
- examples/FlangOmpReport
- include/flang/Parser
- lib
- Lower/OpenMP
- Optimizer/OpenMP
- Parser
- Semantics
- test
- Analysis/AliasAnalysis
- Fir
- Lower/OpenMP
- Parser/OpenMP
- Semantics/OpenMP
- Transforms
- libclc/cmake/modules
- libcxx
- cmake/caches
- docs
- ReleaseNotes
- Status
- include
- __functional
- __fwd
- test
- libcxx/atomics/atomics.syn
- std
- containers/sequences/vector.bool
- language.support/support.limits/support.limits.general
- utilities/memory/specialized.algorithms/specialized.construct
- utils
- ci
- libcxx/test
- libc
- config/baremetal
- aarch64
- arm
- riscv
- docs
- headers
- src
- math/generic
- stdio
- baremetal
- generic
- scanf_core
- utils/docgen
- lldb
- include/lldb/Core
- source
- Core
- Interpreter
- Symbol
- Target
- test
- API/tools/lldb-server/register-reading
- Shell/SymbolFile/DWARF/x86
- tools
- debugserver/source
- MacOSX
- lldb-dap
- Handler
- Protocol
- lld
- ELF/Arch
- test/ELF
- llvm
- docs
- include/llvm
- CodeGen
- ExecutionEngine/Orc/TargetProcess
- IR
- MC
- ProfileData
- lib
- Analysis
- CodeGen
- GlobalISel
- SelectionDAG
- ExecutionEngine/JITLink
- IR
- MC
- Support
- Target
- AArch64
- AsmParser
- Disassembler
- AMDGPU
- ARM
- AsmParser
- DirectX
- Hexagon
- LoongArch
- Mips
- AsmParser
- MCTargetDesc
- NVPTX
- PowerPC
- AsmParser
- MCTargetDesc
- RISCV
- SPIRV
- Analysis
- MCTargetDesc
- SystemZ
- VE
- AsmParser
- MCTargetDesc
- X86
- AsmParser
- MCTargetDesc
- Transforms
- IPO
- Instrumentation
- Vectorize
- test
- Analysis/CostModel/X86
- Assembler
- CodeGen
- AArch64
- AMDGPU
- DirectX/Metadata
- LoongArch
- ir-instruction
- lasx
- lsx
- PowerPC
- RISCV
- rvv
- SPIRV/inline
- WebAssembly
- X86
- MC
- Disassembler/PowerPC
- PowerPC
- RISCV
- rvv
- Transforms
- LoopVectorize/AArch64
- SLPVectorizer/X86
- unittests/TargetParser
- utils
- TableGen
- gn/secondary
- libcxx/include
- llvm
- lib/Analysis
- test
- tools/llvm-ml
- unittests/Analysis
- mlir
- include/mlir/Dialect
- Bufferization/Transforms
- OpenMP
- lib
- Bindings/Python
- Conversion
- OpenMPToLLVM
- TosaToLinalg
- Dialect
- Bufferization/Transforms
- OpenMP/IR
- Target/LLVMIR/Dialect/OpenMP
- python/mlir/_mlir_libs/_mlir
- test
- Conversion/TosaToLinalg
- Dialect/OpenMP
- Target/LLVMIR
- python/ir
- utils/bazel/llvm-project-overlay
- libc
- test/UnitTest
- mlir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
462 files changed
+9272
-6645
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Lines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 |
| |
40 | 49 |
| |
41 | 50 |
| |
| |||
47 | 56 |
| |
48 | 57 |
| |
49 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
50 | 64 |
| |
51 | 65 |
| |
52 | 66 |
| |
| |||
58 | 72 |
| |
59 | 73 |
| |
60 | 74 |
| |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
61 | 79 |
| |
62 | 80 |
| |
63 | 81 |
| |
|
Lines changed: 84 additions & 52 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
58 | 59 |
| |
59 | 60 |
| |
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 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
61 | 127 |
| |
62 | 128 |
| |
63 | 129 |
| |
| |||
169 | 235 |
| |
170 | 236 |
| |
171 | 237 |
| |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 238 | + | |
181 | 239 |
| |
182 | 240 |
| |
183 | 241 |
| |
184 | 242 |
| |
185 | 243 |
| |
186 | 244 |
| |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
| 245 | + | |
192 | 246 |
| |
193 | 247 |
| |
194 | 248 |
| |
195 |
| - | |
196 |
| - | |
197 |
| - | |
| 249 | + | |
| 250 | + | |
198 | 251 |
| |
199 | 252 |
| |
200 | 253 |
| |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
| 254 | + | |
| 255 | + | |
208 | 256 |
| |
209 | 257 |
| |
210 | 258 |
| |
211 | 259 |
| |
212 | 260 |
| |
213 |
| - | |
| 261 | + | |
214 | 262 |
| |
215 | 263 |
| |
216 | 264 |
| |
217 |
| - | |
| 265 | + | |
218 | 266 |
| |
219 | 267 |
| |
220 | 268 |
| |
| |||
275 | 323 |
| |
276 | 324 |
| |
277 | 325 |
| |
278 |
| - | |
| 326 | + | |
279 | 327 |
| |
280 | 328 |
| |
281 | 329 |
| |
| |||
287 | 335 |
| |
288 | 336 |
| |
289 | 337 |
| |
290 |
| - | |
| 338 | + | |
291 | 339 |
| |
292 | 340 |
| |
293 | 341 |
| |
| |||
306 | 354 |
| |
307 | 355 |
| |
308 | 356 |
| |
309 |
| - | |
| 357 | + | |
310 | 358 |
| |
311 | 359 |
| |
312 | 360 |
| |
| |||
355 | 403 |
| |
356 | 404 |
| |
357 | 405 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
363 | 409 |
| |
364 | 410 |
| |
365 | 411 |
| |
366 | 412 |
| |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
| 413 | + | |
| 414 | + | |
373 | 415 |
| |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
| 416 | + | |
| 417 | + | |
380 | 418 |
| |
381 | 419 |
| |
382 | 420 |
| |
| |||
472 | 510 |
| |
473 | 511 |
| |
474 | 512 |
| |
475 |
| - | |
476 |
| - | |
477 |
| - | |
478 |
| - | |
479 |
| - | |
480 |
| - | |
481 | 513 |
| |
482 | 514 |
| |
483 | 515 |
| |
|
0 commit comments