File tree
232 files changed
+4792
-1579
lines changed- clang
- docs
- include
- clang
- Basic
- Driver
- clang-c
- lib
- AST/Interp
- CodeGen
- Driver/ToolChains
- Frontend
- Headers
- Sema
- test
- AST/Interp
- CodeGen
- Driver
- print-enabled-extensions
- Preprocessor
- SemaCXX
- SemaHLSL/BuiltIns
- tools
- clang-linker-wrapper
- clang-repl
- driver
- unittests/Interpreter
- ExceptionTests
- clang-tools-extra/clang-tidy/tool
- compiler-rt/lib
- asan
- builtins
- scudo/standalone
- benchmarks
- flang/tools/flang-driver
- libc/newhdrgen
- lld
- test/MachO
- tools/lld
- lldb
- include/lldb
- Target
- source
- API
- Interpreter
- Plugins/Process/gdb-remote
- Target
- test/API
- functionalities/single-thread-step
- macosx/abort_with_payload
- tools/lldb-dap
- llvm
- cmake/modules
- docs
- examples
- ExceptionDemo
- HowToUseLLJIT
- Kaleidoscope
- BuildingAJIT
- Chapter1
- Chapter2
- Chapter3
- Chapter4
- Chapter4
- Chapter5
- Chapter6
- Chapter7
- Chapter8
- Chapter9
- OrcV2Examples
- LLJITDumpObjects
- LLJITRemovableCode
- LLJITWithCustomObjectLinkingLayer
- LLJITWithExecutorProcessControl
- LLJITWithGDBRegistrationListener
- LLJITWithInitializers
- LLJITWithLazyReexports
- LLJITWithObjectCache
- LLJITWithObjectLinkingLayerPlugin
- LLJITWithOptimizingIRTransform
- LLJITWithRemoteDebugging
- LLJITWithThinLTOSummaries
- OrcV2CBindingsAddObjectFile
- OrcV2CBindingsBasicUsage
- OrcV2CBindingsDumpObjects
- OrcV2CBindingsIRTransforms
- OrcV2CBindingsLazy
- OrcV2CBindingsRemovableCode
- OrcV2CBindingsVeryLazy
- include/llvm
- ADT
- BinaryFormat
- CodeGen
- IR
- MC
- Passes
- Support
- lib
- Analysis
- CodeGen
- SelectionDAG
- IR
- MC
- Target
- AArch64
- AMDGPU
- ARM/MCTargetDesc
- RISCV
- X86
- test
- Analysis/UniformityAnalysis/AMDGPU
- CodeGen
- AArch64
- AMDGPU
- ARM
- LoongArch
- PowerPC
- RISCV
- rvv
- X86
- apx
- Transforms
- InstSimplify
- PreISelIntrinsicLowering
- tools/llvm-readobj/ELF/AArch64
- tools
- bugpoint
- llc
- lli
- ChildTarget
- llvm-jitlink
- llvm-jitlink-executor
- llvm-lto2
- llvm-readobj
- opt
- unittests
- Analysis
- BinaryFormat
- ExecutionEngine/Orc
- Passes/Plugins
- Support
- DynamicLibrary
- TargetParser
- utils
- TableGen
- gn/secondary
- lldb/source/Target
- llvm/unittests/Support
- mlir
- examples/transform
- Ch2/lib
- Ch3/lib
- Ch4/lib
- include/mlir
- IR
- Target/LLVMIR
- lib
- Conversion/ConvertToLLVM
- Dialect
- Affine/TransformOps
- Bufferization/TransformOps
- Func/TransformOps
- GPU/TransformOps
- Linalg/TransformOps
- MemRef/TransformOps
- NVGPU/TransformOps
- SCF/TransformOps
- SparseTensor/TransformOps
- Tensor/TransformOps
- Transform
- DebugExtension
- IRDLExtension
- LoopExtension
- PDLExtension
- Vector/TransformOps
- IR
- Target/LLVMIR
- test
- Target/LLVMIR/Import
- lib
- Dialect/Transform
- Interfaces/TilingInterface
- tools
- mlir-cpu-runner
- mlir-opt
- unittests
- Dialect/Transform
- IR
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
232 files changed
+4792
-1579
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
| |||
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 | 62 |
| |
65 | 63 |
| |
66 | 64 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| 189 | + | |
| 190 | + | |
189 | 191 |
| |
190 | 192 |
| |
191 | 193 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2981 | 2981 |
| |
2982 | 2982 |
| |
2983 | 2983 |
| |
2984 |
| - | |
| 2984 | + | |
2985 | 2985 |
| |
2986 | 2986 |
| |
2987 | 2987 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
114 | 113 |
| |
115 | 114 |
| |
| 115 | + | |
| 116 | + | |
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
174 | 173 |
| |
175 | 174 |
| |
| 175 | + | |
| 176 | + | |
| 177 | + | |
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
| |||
186 | 190 |
| |
187 | 191 |
| |
188 | 192 |
| |
| 193 | + | |
| 194 | + | |
| 195 | + | |
189 | 196 |
| |
190 | 197 |
| |
191 | 198 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4254 | 4254 |
| |
4255 | 4255 |
| |
4256 | 4256 |
| |
4257 |
| - | |
4258 | 4257 |
| |
4259 | 4258 |
| |
4260 | 4259 |
| |
4261 | 4260 |
| |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
4262 | 4264 |
| |
4263 | 4265 |
| |
4264 | 4266 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
628 | 628 |
| |
629 | 629 |
| |
630 | 630 |
| |
631 |
| - | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
632 | 637 |
| |
633 | 638 |
| |
634 | 639 |
| |
|
Lines changed: 43 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1218 | 1218 |
| |
1219 | 1219 |
| |
1220 | 1220 |
| |
1221 |
| - | |
1222 |
| - | |
1223 |
| - | |
1224 |
| - | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
1225 | 1228 |
| |
1226 | 1229 |
| |
1227 | 1230 |
| |
| |||
2082 | 2085 |
| |
2083 | 2086 |
| |
2084 | 2087 |
| |
2085 |
| - | |
2086 |
| - | |
2087 |
| - | |
2088 |
| - | |
| 2088 | + | |
| 2089 | + | |
2089 | 2090 |
| |
2090 |
| - | |
2091 |
| - | |
2092 |
| - | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
2093 | 2097 |
| |
2094 | 2098 |
| |
2095 |
| - | |
2096 |
| - | |
| 2099 | + | |
| 2100 | + | |
2097 | 2101 |
| |
2098 |
| - | |
2099 |
| - | |
2100 |
| - | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
2101 | 2121 |
| |
2102 |
| - | |
| 2122 | + | |
2103 | 2123 |
| |
2104 |
| - | |
2105 |
| - | |
| 2124 | + | |
| 2125 | + | |
2106 | 2126 |
| |
2107 | 2127 |
| |
2108 |
| - | |
2109 |
| - | |
2110 |
| - | |
2111 |
| - | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
2112 | 2131 |
| |
2113 | 2132 |
| |
2114 | 2133 |
| |
2115 |
| - | |
| 2134 | + | |
2116 | 2135 |
| |
2117 | 2136 |
| |
2118 | 2137 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1847 | 1847 |
| |
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 |
| - | |
1851 |
| - | |
1852 | 1850 |
| |
1853 | 1851 |
| |
1854 | 1852 |
| |
1855 | 1853 |
| |
1856 | 1854 |
| |
1857 | 1855 |
| |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
1858 | 1861 |
| |
1859 | 1862 |
| |
1860 | 1863 |
| |
|
Lines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1503 | 1503 |
| |
1504 | 1504 |
| |
1505 | 1505 |
| |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
1506 | 1512 |
| |
1507 | 1513 |
| |
1508 | 1514 |
| |
| |||
3425 | 3431 |
| |
3426 | 3432 |
| |
3427 | 3433 |
| |
3428 |
| - | |
3429 |
| - | |
3430 |
| - | |
3431 | 3434 |
| |
3432 | 3435 |
| |
| 3436 | + | |
| 3437 | + | |
| 3438 | + | |
| 3439 | + | |
3433 | 3440 |
| |
3434 | 3441 |
| |
3435 | 3442 |
| |
| |||
3445 | 3452 |
| |
3446 | 3453 |
| |
3447 | 3454 |
| |
3448 |
| - | |
3449 |
| - | |
3450 | 3455 |
| |
3451 | 3456 |
| |
| 3457 | + | |
| 3458 | + | |
| 3459 | + | |
3452 | 3460 |
| |
3453 | 3461 |
| |
3454 | 3462 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
| |||
247 | 250 |
| |
248 | 251 |
| |
249 | 252 |
| |
| 253 | + | |
| 254 | + | |
| 255 | + | |
250 | 256 |
| |
251 | 257 |
| |
252 | 258 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 | 1023 |
| |
| 1024 | + | |
| 1025 | + | |
1024 | 1026 |
| |
1025 | 1027 |
| |
1026 | 1028 |
| |
| |||
1105 | 1107 |
| |
1106 | 1108 |
| |
1107 | 1109 |
| |
| 1110 | + | |
| 1111 | + | |
1108 | 1112 |
| |
1109 | 1113 |
| |
1110 | 1114 |
| |
|
Lines changed: 9 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
1657 | 1658 |
| |
1658 | 1659 |
| |
1659 | 1660 |
| |
1660 |
| - | |
1661 |
| - | |
1662 |
| - | |
| 1661 | + | |
| 1662 | + | |
1663 | 1663 |
| |
1664 |
| - | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
1665 | 1667 |
| |
1666 | 1668 |
| |
1667 | 1669 |
| |
| |||
1680 | 1682 |
| |
1681 | 1683 |
| |
1682 | 1684 |
| |
1683 |
| - | |
1684 |
| - | |
| 1685 | + | |
1685 | 1686 |
| |
1686 | 1687 |
| |
1687 | 1688 |
| |
| |||
1694 | 1695 |
| |
1695 | 1696 |
| |
1696 | 1697 |
| |
1697 |
| - | |
1698 |
| - | |
1699 |
| - | |
1700 |
| - | |
1701 |
| - | |
| 1698 | + | |
| 1699 | + | |
1702 | 1700 |
| |
1703 | 1701 |
| |
1704 | 1702 |
| |
|
0 commit comments