aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-05Try to optimizeusers/tstellar/commit-access-review-debugTom Stellard1-3/+37
2026-02-05More debugTom Stellard1-0/+2
2026-02-05Run unbufferedTom Stellard1-1/+1
2026-02-05FixTom Stellard1-1/+1
2026-02-05workflows/commit-access-review.py: Print rate limit infoTom Stellard1-0/+36
2026-02-05[MLIR][NFC] Use toVector instead toStringRef (#179998)Guray Ozen1-1/+1
2026-02-05[AIX] fix aix-ifunc-toc-restore-query-neg.ll (#153049)Wael Yehia1-0/+1
2026-02-05[gn build] Port e59e9fcd38a9LLVM GN Syncbot1-0/+1
2026-02-05 [offload] Fix DeviceImage to handle OffloadBinary::create returning vector ...Yury Plyakhin1-4/+10
2026-02-05[MLIR][XeGPU][XeVM] Update single element vector type handling. (#178558)Sang Ik Lee2-36/+111
2026-02-05Revert "[mlir][ExecutionEngine] Fix missing return from operator==() in `Owni...Qinkun Bao3-28/+1
2026-02-05[SLP][NFC]Add a testing with aliasing between bswap memory operations, NFCAlexey Bataev1-0/+48
2026-02-05[gn] port 77740f5577133Nico Weber2-0/+4
2026-02-05Prevents a potential lock inversion in StatusLine when shutting down. (#179789)jimingham1-28/+29
2026-02-05[libc] Remove "stdio.h" include from fx_bits.h (#179805)Haowei1-2/+0
2026-02-05[FlowSensitive] [StatusOr] cache return values for all accessorsFlorian Mayer2-27/+34
2026-02-05[FlowSensitive] [StatusOr] cache pointers for all const methodsFlorian Mayer2-22/+19
2026-02-05[NFC] [FlowSensitive] [StatusOr] precommit test for another FPFlorian Mayer1-0/+17
2026-02-05[MLIR] Fix use-after-free in Remark by owning string data (#179889)Guray Ozen2-11/+95
2026-02-05[NFC] [FlowSensitive] [StatusOr] precommit FP testFlorian Mayer1-0/+17
2026-02-05[clang-tidy] Apply modernize-use-string-view to the code (#179514)Zinovy Nis2-2/+2
2026-02-05[AMDGPU] Fix type signature of pointers to vectors in builtins file (#179965)Joseph Huber3-50/+58
2026-02-05Revert "[SLP]Remove LoadCombine workaround after handling of the copyables"Alexey Bataev5-200/+715
2026-02-05[AArch64] Add FeatureUseFixedOverScalableIfEqualCost to Neoverse-V3 and Neove...David Green4-209/+9
2026-02-05Reland "[NVPTX] Validate user-specified PTX version against SM version" (#179...Justin Fargnoli29-129/+213
2026-02-05[X86] mayFoldIntoVector - ensure we check for custom lowering to logic/add/su...Simon Pilgrim1-17/+25
2026-02-05[NFC] Fix darwin failures due to missing headers (#179989)Jinsong Ji1-0/+6
2026-02-05[AMDGPU] Global and Buffer loads to LDS should not increase `lgkmcnt` (#179305)Alexander Weinrauch5-4/+42
2026-02-05[CodeGen] Make use of TargetRegisterInfo::findCommonRegClass. NFC. (#179981)Jay Foad1-9/+1
2026-02-05[libc][wctype] Move classification lookup tables to a cpp file (#174993)Marcell Leleszi4-3697/+3749
2026-02-05Fix Bazel build for 823e3e0 (#179980)Aiden Grossman1-0/+2
2026-02-05[NFC][CAS][Unittests] Pass env for MultiProcess tests (#179949)Jinsong Ji1-4/+57
2026-02-05[ARM] Set operation action for UMULO and SMULO as Custom if not Thumb1 (#154253)SiliconA-Z4-90/+82
2026-02-05[mlir][vector-to-gpu]: Lower transposed strided transfer_readMichael Platings2-73/+157
2026-02-05[clang][ssaf] Add FormatInfo sub-registry and tests [2/2] (#179517)Balázs Benics8-5/+262
2026-02-05[AMDGPU] [GlobalISel] Add register bank legalize rules for G_FEXP2 (#179954)anjenner7-8/+84
2026-02-05[clang][ssaf] Add SerializationFormatRegistry [1/2] (#179516)Balázs Benics9-0/+216
2026-02-05[SPIRV] Do not emit @llvm.used (#179498)Nick Sarnie2-1/+20
2026-02-05[ExpandIRInsts] Support int bw < float bw in itofp expansion (#179963)Nikita Popov2-2/+155
2026-02-05[lldb-dap] Improving stability of TestDAP_launch_commands. (#179783)John Harrison1-3/+3
2026-02-05[AMDGPU] Fix missing waitcnt after buffer_wbl2 (#178316)Vigneshwar Jayakumar29-54/+1281
2026-02-06[RISCV] Fold vmerge into op with undef passthru by using vmerge's vl (#179862)Luke Lau3-4/+65
2026-02-06[RISCV] Remove redundant vand.vi with fpto*i to i1 (#179876)Luke Lau3-116/+46
2026-02-05GlobalISel: Remove unused argument from CSEInfo (#179962)Matt Arsenault2-5/+3
2026-02-05[libc][math] Fix build failures from last refactor. (#179966)Muhammad Bassiouni1-0/+2
2026-02-05[Inline] Remove redundant run lines in tests (#179959)Aiden Grossman80-83/+0
2026-02-05[Clang][retry 2] Lift HIPSPV onto the new offload driver (#179902)Henry Linjamäki15-114/+441
2026-02-05[Offloading] Offload Binary Format V2: Support Multiple Entries (#169425)Yury Plyakhin14-156/+525
2026-02-05[libc][math] Refactor f16fmaf128 to Header Only (#177850)Zorojuro9-7/+104
2026-02-05[SLP]Remove LoadCombine workaround after handling of the copyablesAlexey Bataev5-715/+200