aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-09fix by recomputationusers/ro-i/iglp-static-fix-2Robert Imschweiler8-769/+346
2026-03-09move pointer cache to GCNScheduleDAGMILiveRobert Imschweiler5-29/+302
2026-03-09[AMDGPU] IGLP: Fix static variablesRobert Imschweiler3-67/+231
2026-03-09kaleidoscope: add missing check in the FunctionAST::codegen (#76322)Amila Senadheera1-0/+3
2026-03-09Fix MSVC "not all control paths return a value" warning. NFC. (#185388)Simon Pilgrim1-0/+1
2026-03-09[NVPTX][NFC] Fix TODO comment style in NVPTXMCAsmInfo.cpp (#185332)Balaji Krishna Yugandhar Atukuri1-1/+1
2026-03-09clang/AMDGPU: Fix workgroup size builtins for nonuniform work group sizes (#1...Matt Arsenault6-116/+945
2026-03-09[llvm][tools] Improve llvm-gpu-loader checks (#184791)Alex Duran1-2/+6
2026-03-09Revert "[clang][ssaf] Add --ssaf-extract-summaries= and --ssaf-tu-summary-fil...Balázs Benics29-859/+10
2026-03-09[PPC64][Linux] Watchpoint configuration for PPC64 (#185192)Dhruv Srivastava1-1/+1
2026-03-09[clang][ssaf] Add --ssaf-extract-summaries= and --ssaf-tu-summary-file= optio...Balázs Benics29-10/+859
2026-03-09libclc: Remove old mesa amdgcn targets (#185385)Matt Arsenault1-2/+0
2026-03-09[flang][NFC] Converted five tests from old lowering to new lowering (part 27)...Eugene Epshteyn5-49/+77
2026-03-09[LV] Support float and pointer FindLast reductions (#184101)Sander de Smalen8-137/+672
2026-03-09Fix bazel build after #168421 (#185387)Karlo Basioli1-0/+4
2026-03-09AMDGPU: Fix selection failure on fast vector rootn (#185035)Matt Arsenault3-45/+189
2026-03-09clang: Simplify emission of uniform-work-group-size attribute (#185066)Matt Arsenault8-64/+51
2026-03-09[lldb][test][NFC] PlatformDarwinTest.cpp: fix directory creation commentMichael Buch1-2/+2
2026-03-09[mlir][llvm] Make name optional for DIBasicTypeAttr and DIStringTypeAttr (#18...Tobias Gysi4-30/+31
2026-03-09libclc: Add work_group_reduce_* functions (#185368)Matt Arsenault8-0/+193
2026-03-09[mlir][shard] Small fixes to partition pass (#185050)Frank Schlimbach3-20/+29
2026-03-09[NFC] Fix spelling mistakes in emitted string replacing word anaylsis with an...AndiB1-1/+1
2026-03-09Reland "[DebugInfo] Emit DW_AT_const_value for constexpr array static members...Shivam Kunwar5-6/+323
2026-03-09[clang][bytecode] Check memberpointer exprs for errors (#185370)Timm Baeder2-2/+20
2026-03-09[RISCV] Move llvm.experimental.cttz.elts tests to rvv folder. NFC (#185371)Luke Lau2-0/+0
2026-03-09Revert "[Support] Move HTTP client/server to new LLVMSupportHTTP lib (NFC)" (...Jan Patrick Lehr21-73/+56
2026-03-09[libc][wctype] Implement public iswdigit (#181635)Marcell Leleszi13-33/+104
2026-03-09libclc: Fix logic for fence ordering based on mem flags (#185367)Matt Arsenault1-8/+7
2026-03-09libclc: Add sub_group_reduce_* functions (#185294)Matt Arsenault7-0/+228
2026-03-09[SPIRV] In G_SELECT selection path: replace `removeFromParent` with `eraseFro...Juan Manuel Martinez Caamaño1-7/+9
2026-03-09[clang][bytecode] Remove suspicious usage of local variable (#185360)Timm Baeder1-5/+1
2026-03-09[clang][bytecode] Fix new overflow behavior tests (#183761)Timm Baeder6-0/+22
2026-03-09[X86] TableGen-erate SDNode descriptions (#168421)Sergei Barannikov12-1562/+623
2026-03-09[RISCV][TTI] Implement cost of llvm.experimental.vector.extract.last.active (...Elvis Wang2-0/+153
2026-03-09[Support] Move HTTP client/server to new LLVMSupportHTTP lib (NFC) (#184572)Stefan Gränitz21-56/+73
2026-03-08[X86] Fix wrong RIP-relative relocations for AVX10.2 saturation conversions (...Fangrui Song2-12/+64
2026-03-09[RISCV][llvm] Use [u]int32 vector for input arguments for zvdot4a8i (#184089)Brandon Wu35-1587/+1573
2026-03-09[libclc] Use custom CMake handling to overhaul libclc compilation (#185247)Joseph Huber22-1446/+1005
2026-03-09[NFC][AMDGPU] WaitEventSet should only print events that it containsSameer Sahasrabuddhe1-1/+2
2026-03-09[flang] Fix segfault in CSHIFT/EOSHIFT with dynamically optional DIM (#184431)Sairudra More3-4/+72
2026-03-09[Flang] Fix crash in structure constructor lowering for PDT (#183543)jay0x2-0/+24
2026-03-09Revert "Reapply "[VPlan] Remove manual region removal when simplifying for VF...Aiden Grossman23-996/+914
2026-03-09[AMDGPU] Remove alignment constraint from spill pseudos (#177317)Aaditya4-81/+366
2026-03-09[mlir][x86] Extends vector.contract Flat dot-product lowering for arg offset ...Arun Thangamani3-13/+90
2026-03-09[MLIR][NVVM] Add nvvm.fma Op (#184776)Srinivasa Ravi6-25/+733
2026-03-09[CoroCleanup] Fix stale unwind predecessor when erase noop coro (#185337)Weibo He2-4/+27
2026-03-09[mlir][bytecode] Add builtin dialect version (#184678)Jacques Pienaar8-1/+132
2026-03-09[X86] Reduce -ffixed-r compile-time overhead (#184606)zhouguangyuan07184-28/+40
2026-03-09[RISCV] Update Andes45 vector mask scheduling info (#184719)Jim Lin3-355/+368
2026-03-08[mlir][NVGPU] Fix double spaces in tests after ODS printer fix. NFC. (#185327)Jakub Kuderski8-30/+30