Commit d43a702
committed
File tree
219 files changed
+5752
-3689
lines changed- clang
- include/clang
- Basic
- CIR
- Dialect/IR
- Tooling/DependencyScanning
- lib
- AST
- Basic
- CIR
- CodeGen
- Dialect/IR
- Lowering/DirectToLLVM
- Sema
- Tooling/DependencyScanning
- test
- CIR/CodeGen
- CodeGenCXX
- Format
- OpenMP
- SemaSYCL
- Inputs
- unittests/Tooling/DependencyScanning
- compiler-rt/lib/rtsan
- tests
- flang-rt
- include/flang-rt/runtime
- lib
- cuda
- runtime
- unittests/Runtime
- flang
- docs
- include/flang
- Evaluate
- Optimizer
- Dialect/CUF
- Transforms
- Parser
- Runtime/CUDA
- lib
- Evaluate
- Optimizer
- CodeGen
- Dialect/CUF
- HLFIR/Transforms
- Passes
- Transforms
- Parser
- Semantics
- test
- Fir/CUDA
- HLFIR
- Lower
- HLFIR
- Intrinsics
- OpenACC
- OpenMP
- Parser
- Preprocessing
- Semantics
- OpenACC
- lldb
- source/Plugins/ScriptInterpreter/Python
- test/API/commands/expression/import-std-module/deque-dbg-info-content
- lld
- test/wasm/lto
- wasm
- llvm
- docs
- include/llvm
- Analysis
- DebugInfo/LogicalView/Core
- Frontend/OpenACC
- Support
- lib
- CodeGen
- GlobalISel
- Target
- AMDGPU
- RISCV
- Xtensa
- Transforms
- IPO
- Scalar
- Utils
- Vectorize
- test
- CodeGen
- AMDGPU
- RISCV
- rvv
- Xtensa
- MC/Xtensa
- Transforms
- ConstraintElimination
- SLPVectorizer
- tools/llvm-gpu-loader
- unittests/Support
- utils
- TableGen
- gn/secondary/libcxx/include
- mlir
- include/mlir
- Dialect
- GPU/IR
- LLVMIR
- Interfaces
- Transforms
- lib
- Conversion
- GPUCommon
- GPUToROCDL
- Dialect
- Affine
- TransformOps
- Transforms
- Utils
- Arith/Transforms
- Bufferization/Transforms
- EmitC/IR
- GPU
- IR
- TransformOps
- LLVMIR/IR
- Linalg
- IR
- TransformOps
- Transforms
- SCF
- IR
- Transforms
- SPIRV
- IR
- Transforms
- Tensor/IR
- Transform/IR
- Vector
- Transforms
- Utils
- Query
- Reducer
- Transforms
- Utils
- test
- Conversion/GPUToROCDL
- Dialect
- GPU
- Linalg
- IR
- Target/LLVMIR
- Import
- lib
- Dialect
- Affine
- Test
- Transform
- IR
- offload/test
- jit
- utils/bazel/llvm-project-overlay/llvm/unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
219 files changed
+5752
-3689
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
414 | 415 | | |
415 | 416 | | |
416 | | - | |
| 417 | + | |
| 418 | + | |
417 | 419 | | |
418 | 420 | | |
419 | 421 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
505 | 510 | | |
506 | 511 | | |
507 | 512 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
111 | | - | |
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
223 | 231 | | |
224 | 232 | | |
225 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | | - | |
405 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | 1054 | | |
1062 | 1055 | | |
1063 | 1056 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
772 | | - | |
773 | | - | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
774 | 785 | | |
775 | 786 | | |
776 | 787 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
279 | 287 | | |
280 | 288 | | |
281 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
| 519 | + | |
518 | 520 | | |
519 | 521 | | |
520 | 522 | | |
| |||
0 commit comments