aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-08Revert "[AMDGPU] add tests for loop definition of bitconvert (#133052)"revert-133052-add-loop-bitconvert-testsShoreshen26-219198/+33893
2025-04-07[NFC]In codegen pipeline, turn static-data-splitter pass on/off with its own ...Mingming Liu5-54/+55
2025-04-08[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)Aniket Lal33-1287/+3287
2025-04-08[clang][bytecode] Fix emitting dtors of zero-sized arrays (#134672)Timm Baeder2-9/+23
2025-04-08[clang][bytecode] Fix emitDestruction() for dummy descriptors (#134665)Timm Baeder2-0/+15
2025-04-08[clang][bytecode] Fix various issues with multidimensional arrays (#134628)Timm Baeder4-30/+123
2025-04-08[AMDGPU] add tests for loop definition of bitconvert (#133052)Shoreshen26-33893/+219198
2025-04-08[clang][modules] Guard against bad -fmodule-file mappings (#132059) (#133462)Naveen Seth Hanig2-0/+60
2025-04-07[ctxprof] Use `isInSpecializedModule` as criteria for using contextual profil...Mircea Trofin4-11/+11
2025-04-07[ctxprof] Only prune the profile in modules containing only context trees (#1...Mircea Trofin6-22/+130
2025-04-08[clang-tidy] give dummy path when create ClangTidyContext (#134670)Congcong Cai1-2/+2
2025-04-07gn build: Spell arm64 correctly.Peter Collingbourne1-1/+1
2025-04-07[clang] fix diagnostic printing of expressions ignoring LangOpts (#134693)Matheus Izvekov16-35/+51
2025-04-08llvm-reduce: Fix introducing unreachable code in simplify conditionals (#133842)Matt Arsenault4-14/+182
2025-04-07[flang][cuda] Add on_device interface to cudadevice (#134747)Valentin Clement (バレンタイン クレメン)1-0/+5
2025-04-07[NFC][LLVM] Change `initialize<PassName>PassOnce` to return void (#134500)Rahul Joshi1-2/+1
2025-04-07[NFC][LLVM] Cleanup pass initialization for wasm/LoongArch (#134452)Rahul Joshi4-12/+5
2025-04-07[NFC][LLVM][SystemZ] Cleanup pass initialization for SystemZ (#134450)Rahul Joshi7-22/+7
2025-04-07[MLIR][LLVM] Block address support (#134335)Bruno Cardoso Lopes16-31/+515
2025-04-08SeparateConstOffsetFromGEP: Avoid looking at constant uses (#134685)Matt Arsenault2-2/+7
2025-04-08SeparateConstOffsetFromGEP: Add more tests with lower-gep (#134684)Matt Arsenault1-0/+482
2025-04-08OMPIRBuilder: Do not try to expand uses of ConstantData (#134584)Matt Arsenault2-0/+6
2025-04-08OMPIRBuilder: Cleanup checking for GlobalValue (#134583)Matt Arsenault1-3/+1
2025-04-07[NFC][LLVM][DirectX] Cleanup pass initialization for DirectX (#134419)Rahul Joshi3-9/+3
2025-04-07[NFC][LLVM][AMDGPU] Cleanup pass initialization for AMDGPU (#134410)Rahul Joshi24-99/+30
2025-04-07[NFC][LLVM][BPF] Cleanup pass initialization for BPF (#134414)Rahul Joshi4-12/+7
2025-04-07[clang] fix DependentTemplateSpecializationType transform (#134748)Matheus Izvekov2-6/+21
2025-04-08ObjCARC: Drop pointer bitcast handling (#134274)Matt Arsenault1-19/+0
2025-04-08[SLP][REVEC] Fix ShuffleVector does not consider alternate instruction. (#134...Han-Kuan Chen2-26/+169
2025-04-07[bazel] Fix build after 65813e0e94c0403dad61e8365b39d76d7b3bfc14Jorge Gorbe Moya1-13/+0
2025-04-08[DirectX] Scalarize the dx.saturate intrinsic (#134381)Justin Bogner2-5/+32
2025-04-07Control Darwin parallel image loading with target.parallel-module-load (#134437)Tom Yang8-133/+2
2025-04-07[mlir][tosa] Check empty Concat input for inferReturnTypeComponents (#134728)Jerry-Ge1-0/+4
2025-04-07[NFC] Add a precommit test for aarch64 jump table partitioning (#125987)Mingming Liu1-0/+245
2025-04-08Implement areInlineCompatible for SystemZ using feature bitset (#132976)Andres Chavarria4-0/+62
2025-04-07[RISCV] Add coverage for reported miscompile in shuffle loweringPhilip Reames1-0/+35
2025-04-07[HLSL] Desugar ConstantArrayType when calculating cbuffer field layout (#134683)Sarah Spall2-2/+17
2025-04-07[VPlan] Introduce and use VPValue::replaceUsesOfWith (NFC).Florian Hahn3-5/+12
2025-04-07[llvm] Fix Typo in Kaleidoscope BuildingAJIT Example (#134391)Steven Hedges4-4/+4
2025-04-07[libc] Fixed typo in porting.rst (#134488)amansharma6121-1/+1
2025-04-07[PPC] Change placeholder from `undef` to `poison` (#134552)Pedro Lobo1-1/+1
2025-04-07[SCEV] Improve code around constant TC (NFC) (#133261)Ramkumar Ramachandra1-4/+4
2025-04-07[lldb][debugserver] Fix an off-by-one error in watchpoint identification (#13...Jason Molenda4-1/+122
2025-04-07[SandboxIR] Implement ConstantDataSequential and subclasses (#133547)vporpo6-0/+236
2025-04-07[AMDGPU] Add buffer.fat.ptr.load.lds intrinsic wrapping raw rsrc version (#13...Krzysztof Drewniak3-0/+60
2025-04-07[clang-tidy] Use --match-full-lines instead of --strict-whitespace in check_c...Nicolas van Kempen97-146/+164
2025-04-07gn build: Add check-builtins target.Peter Collingbourne5-520/+626
2025-04-07[LLVM][Demangle] Fix MS Demangler to be stricter about wide string literals (...Shafik Yaghmour3-0/+31
2025-04-07[VPlan] Populate ExitBlocks when cloning VPlan (NFC).Florian Hahn1-0/+7
2025-04-07[gn build] Port 7013b51548c0LLVM GN Syncbot1-0/+2