Commit a3e50c3
authored
File tree
487 files changed
+11817
-2350
lines changed- .github/workflows
- bolt
- include/bolt/Rewrite
- lib
- Core
- Rewrite
- test/X86
- clang-tools-extra
- clang-doc
- clang-tidy
- android
- boost
- bugprone
- cert
- cppcoreguidelines
- llvmlibc
- misc
- modernize
- portability
- readability
- tool
- utils
- docs
- clang-tidy/checks
- bugprone
- cert
- test/clang-tidy/checkers
- bugprone
- readability
- clang
- docs
- include/clang/AST
- lib
- AST/ByteCode
- Analysis/LifetimeSafety
- CodeGen/Targets
- Driver/ToolChains
- Format
- StaticAnalyzer/Checkers
- test
- AST/ByteCode
- CodeGenCXX
- CodeGen
- AArch64
- X86
- Driver
- Preprocessor
- unittests/Format
- flang
- docs
- include/flang/Parser
- lib
- Lower
- Optimizer
- CodeGen
- OpenMP
- Transforms
- Parser
- Semantics
- test/Parser
- libcxxabi/test/native/x86_64
- libcxx
- docs/Status
- include
- __exception
- __functional
- __memory
- __numeric
- __tuple
- __type_traits
- test
- libcxx
- numerics
- std
- numerics/bit/bitops.rot
- utilities
- function.objects/unord.hash
- memory/util.smartptr/util.smartptr.hash
- support
- utils/ci
- libunwind/test
- lldb
- include/lldb
- test
- API/functionalities/breakpoint/breakpoint_locations/after_rebuild
- Shell/Recognizer
- llvm
- benchmarks
- docs
- CommandGuide
- examples/SpeculativeJIT
- include/llvm
- ADT
- Analysis
- AsmParser
- Bitcode
- CGData
- CodeGen
- DebugInfo
- DWARF
- LowLevel
- LogicalView/Core
- ExecutionEngine/Orc
- MC
- ObjectYAML
- Option
- ProfileData
- SandboxIR
- Support
- TargetParser
- Telemetry
- Transforms/IPO
- lib
- CAS
- CodeGen
- GlobalISel
- SelectionDAG
- DebugInfo
- CodeView
- DWARF
- PDB/Native
- Demangle
- ExecutionEngine
- JITLink
- Orc/TargetProcess
- IR
- ObjCopy/DXContainer
- ObjectYAML
- Option
- SandboxIR
- Support
- TargetParser
- Target
- AArch64
- GISel
- AMDGPU
- ARC
- ARM
- Disassembler
- DirectX/DXILWriter
- Hexagon
- LoongArch
- Mips
- NVPTX
- RISCV
- SPIRV
- WebAssembly
- Transforms
- IPO
- InstCombine
- Scalar
- Vectorize
- test
- Analysis/CostModel/RISCV
- CodeGen
- AArch64
- Hexagon
- LoongArch
- RISCV
- rvv
- SPIRV
- extensions/SPV_INTEL_16bit_atomics
- WebAssembly
- MC/RISCV
- Transforms
- InstCombine
- LoopVectorize
- AArch64
- WebAssembly
- PhaseOrdering/AArch64
- tools
- llc
- llvm-rc
- Inputs
- tools
- dsymutil
- gold
- llc
- llvm-cfi-verify/lib
- llvm-exegesis/lib/X86
- llvm-ifs
- llvm-lto
- llvm-rc
- llvm-reduce
- unittests
- ADT
- Analysis
- BinaryFormat
- DebugInfo
- LogicalView
- PDB
- ExecutionEngine/Orc
- Support
- DynamicLibrary
- TargetParser
- TextAPI
- Transforms/Utils
- utils
- TableGen
- Basic
- Common
- GlobalISel
- UnicodeData
- gn/secondary
- bolt/lib/Rewrite
- clang-tools-extra/clang-tidy
- bugprone
- cert
- cppcoreguidelines
- misc
- objc
- performance
- readability
- libcxx/include
- llvm
- lib/Target/BPF
- test
- tools/llvm-cas
- mlir
- docs
- include/mlir
- Analysis/DataFlow
- Dialect
- Bufferization/Transforms
- Shard/Transforms
- lib
- Analysis
- Presburger
- Dialect
- Affine
- Analysis
- Utils
- Bufferization/Transforms
- Linalg/Transforms
- OpenACC/Transforms
- SCF/Transforms
- SparseTensor/Transforms
- Tosa/IR
- IR
- test
- Conversion
- FuncToLLVM
- MemRefToLLVM
- Dialect
- Func
- OpenACC
- Tosa
- Transforms
- lib/Dialect/Test
- mlir-tblgen
- offload/include
- polly
- lib/CodeGen
- test/CodeGen/Metadata
- utils/bazel/llvm-project-overlay/libc/test/src/stdlib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
487 files changed
+11817
-2350
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3346 | 3346 | | |
3347 | 3347 | | |
3348 | 3348 | | |
| 3349 | + | |
| 3350 | + | |
3349 | 3351 | | |
3350 | 3352 | | |
3351 | 3353 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments