aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-18[AMDGPU] Remastered 1 test now that TargetOccupancy is clamped.users/dhruvachak/add_agpr_rp_trackingDhruva Chakrabarti1-2/+2
2026-03-18[AMDGPU] Updated getMaxNumAGPRs to use getMaxNumVectorRegs.Dhruva Chakrabarti6-363/+338
2026-03-18[AMDGPU] Adds AGPR pressure during candidate init in GCN scheduler.Dhruva Chakrabarti15-1955/+1846
2026-03-18[AMDGPU][NFC] If outside range, clamp target occupancy to nearest endpoint.users/dhruvachak/refactor_max_vgpr_apiDhruva Chakrabarti2-6/+13
2026-03-13[AMDGPU][NFC] Adds an optional TargetOccupancy argument to getMaxNumVectorRegs.Dhruva Chakrabarti2-7/+22
2026-03-06[ELF] handleTlsGd: support disabling GD-to-IE/LE optimization. NFC (#184934)Fangrui Song2-16/+16
2026-03-06[RISCV] Add contraints for SpacemiT X60 AI VDot Insts (#174364)LiqinWeng5-263/+277
2026-03-06[Bazel] Fix build for #184030Aiden Grossman1-0/+1
2026-03-05[NFC] Add template disambiguation for dependent call to getAttr. (#184928)Tom Honermann1-1/+1
2026-03-06[MLIR][ACC] Fix -Wunused-variable in dfe7738Aiden Grossman1-2/+1
2026-03-05[Clang][NFC] Apply Rule of Three to AttrScopedAttrEquivalenceContext (#184905)Shafik Yaghmour1-0/+4
2026-03-06[ORC] Remove accidental #include left in 7f6ada93f72. NFC.Lang Hames1-2/+0
2026-03-06[clang-tidy] Rename hicpp-no-assembler to portability-no-assembler, keep hicp...Arjun Parmar11-21/+43
2026-03-06[ORC] Move WaitingOnGraph::hoistDeps into SuperNode. NFCI.Lang Hames1-73/+73
2026-03-05[gn] Reformat build filesNico Weber13-13/+14
2026-03-06[ORC] Refactor some WaitingOnGraph loops into named methods. NFCI. (#184775)Lang Hames1-29/+62
2026-03-05[gn] port 4ea39c43e1338aNico Weber1-0/+1
2026-03-05[SYCL] SYCL host kernel launch support for the sycl_kernel_entry_point attrib...Tom Honermann43-223/+2414
2026-03-05[lldb][FreeBSD] Fix some missed renaming to x86 for shared files (#183980)Kelvin Lee1-5/+4
2026-03-06[clang-tidy][NFC] Add missing Option tests in `readability` [2/N] (#184708)mitchell12-1/+156
2026-03-05[clang][modules] -Wmodule-import-in-extern-c should not be an error by defaul...Ian Anderson3-4/+3
2026-03-05[clang] Enable wrapping the FrontendAction for module builds (#184907)Jan Svoboda2-2/+27
2026-03-05libclc: Define work_group_barrier (#184780)Matt Arsenault7-37/+29
2026-03-06libclc: Reimplement amdhsa dispatch size functions (#184885)Matt Arsenault2-14/+22
2026-03-05[libc][math] Fix FP add/sub for signed-zero operands (#183243)Hanliang Xu (Leon)3-4/+32
2026-03-05[MLIR][XeVM] Mark gpu.printf test with XFAIL. (#184215)Sang Ik Lee1-0/+5
2026-03-05[lldb] Automatic indexing for synthetic children of collections (#174885)Dave Lee25-312/+106
2026-03-06NFC: MLIR Indexing Utils comment fix (#183438)Ryan Thomas Lynch1-2/+2
2026-03-05[flang-rt] Fix EXECUTE_COMMAND_LINE() on Windows (#184875)Eugene Epshteyn2-18/+52
2026-03-05[lldb][Darwin] Don't try to insert breakpoint on corefiles (#184749)Jason Molenda1-1/+2
2026-03-05[MLIR][XeGPU] Refactoring Transpose OP Layout Propagation (#184702)Jianhui Li9-72/+209
2026-03-05libclc: Implement get_enqueued_local_size (#184842)Matt Arsenault5-0/+47
2026-03-05[mlir][acc] Add Dialect Utils to OpenACCDialect deps (#184895)Emmanuel Antonio1-0/+1
2026-03-05[VPlan] Always process all argmin/argmax reductions in plan.Florian Hahn2-85/+68
2026-03-05[lldb] Fix bytecode.test (#184903)Dave Lee2-4/+6
2026-03-05[flang] Reject PARAMETER constants in NAMELIST groups (#178960)Miguel Saldivar4-1/+50
2026-03-06[libc][math] Optimize `asinpif` and `acospif` using estrin's scheme (#184286)Mohamed Emad2-30/+36
2026-03-05[CIR][AArch64] Add missing lowerings for vceqz_* Neon builtins (#184893)Andrzej Warzyński4-381/+1102
2026-03-05[LoopFusion] Correction in the comments (NFC) (#184689)Ehsan Amiri1-6/+4
2026-03-05[docs] Add exception to AI tool policy for Bazel build fixer (#183408)Reid Kleckner1-0/+12
2026-03-05[flang][OpenMP] Implement utility to locate OmpClause in ODS, NFC (#184866)Krzysztof Parzyszek6-67/+53
2026-03-05[flang][openacc] Relax semantic check on cache directive (#184887)Valentin Clement (バレンタイン クレメン)3-10/+18
2026-03-05[AMDGPU] add back the true16 pattern for cvt_pk_rtz (#184857)Brox Chen2-112/+373
2026-03-05[libc][math] Refactor ffmaf128 into a header only. (#184751)Zorojuro9-7/+93
2026-03-05[flang][acc] Handle ViewLike ops with OutlineRematerializationOpInterface in ...khaki33-1/+135
2026-03-05[Clang][CIR][AArch64] NFC: Cleanups in AArch64 builtins lowering (#184404)Andrzej Warzyński4-58/+71
2026-03-05[mlir][acc] Add acc.compute_region and acc.par_width operations (#184864)Razvan Lupusoru6-1/+612
2026-03-05[CIR] Add support for delete cleanup after new operators (#184707)Andy Kaylor8-61/+477
2026-03-05Revert "[mlir][arith] Add `exact` to `index_cast{,ui}` (#183395)" (#184876)Erick Ochoa Lopez8-271/+24
2026-03-05[HLSL] Implement Texture2D::Gather and Texture2D::GatherCmp (#183323)Steven Perron14-29/+1708