aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-02workflows/commit-access-review: Use a GitHub App access token instead of llvmbotusers/tstellar/github-app-tokenTom Stellard1-1/+11
2026-02-03Thread Safety Analysis: Add literal-based alias test (#179041)Marco Elver1-0/+13
2026-02-02[Polly] Update isl to isl-0.27-77-g99a07a03 (#179350)Michael Kruse31-608/+1459
2026-02-02[VPlan] Improve code around ArrayRef construction (NFC) (#179191)Ramkumar Ramachandra1-25/+20
2026-02-02[Matrix] Add test where pointer phi currently blocks tiling.Florian Hahn1-0/+49
2026-02-02[scudo] Add resident pages info to getStats (#178969)Sadaf Ebrahimi1-1/+6
2026-02-02Revert "[AutoUpgrade] Prevent deletion of call if uses still exist (#177606)"...Stefan Weigl-Bosker3-58/+25
2026-02-02[RISC-V][Mach-O] Add codegen support for Mach-O object format. (#178263)Francesco Petrogalli4-1/+110
2026-02-02[ThreadSafety] Make header compile standalone. NFC.Benjamin Kramer1-0/+1
2026-02-02[CodeGen] Add getTgtMemIntrinsic overload for multiple memory operands (NFC) ...Nicolai Hähnle10-125/+251
2026-02-02[mlir][tensor] Emit diagnostics for unranked tensor reshape ops instead of as...Samarth Narang3-6/+25
2026-02-02[AMDGPU][SIInsertWaitcnts][NFC] Replace Wait.combined() with simple assignmen...vporpo1-1/+1
2026-02-02[HLSL] Stop redeclaration of resources types in HLSLExternalSemaSource (#178808)joaosaffran2-0/+7
2026-02-02[perf] Replace copy-assign by move-assign in llvm/lib/Analysis/* (#178169)serge-sans-paille3-7/+6
2026-02-02[HLSL][Codegen][NFC] Simplify intrinsic picking (#179300)Farzon Lotfi2-44/+16
2026-02-02[libc++] Implement a type-safe iterator for optional (#154239)William Tran-Viet15-7/+913
2026-02-02[lld-macho] Fix branch relocations with addends to target actual function (#1...alx322-9/+99
2026-02-02[AutoUpgrade] Prevent deletion of call if uses still exist (#177606)Kshitij Paranjape3-25/+58
2026-02-02Reapply "[lldb] Add FP conversion instructions to IR interpreter" (#179022)Igor Kudrin2-0/+195
2026-02-02[Bazel] Fix Bazel build for 4f9843b (#179321)Anshul Nigham1-31/+0
2026-02-02[RISCV] Split RISCVLSUMOP tablegen class for type safety. NFCCraig Topper1-10/+14
2026-02-02[clang] __builtin_os_log_format has incorrect PrintfFormat Attribute argument...Ziqing Luo3-2/+33
2026-02-02Fix an inconsistency in UsersManual.rst (#179248)Haojian Wu1-1/+1
2026-02-02[mlir][scf] Fix trip count signedness and overflow in SCF Utils (#178782)Jhalak Patel2-20/+14
2026-02-02[libc++] Don't fail LNT benchmark script when a benchmark failsLouis Dionne1-4/+9
2026-02-02[AArch64] Move the existing fcvt fixed point selection to tblgen. (#178603)David Green4-97/+135
2026-02-02[RISCV] Fix register names for CM_MVSA01/QC_CM_MVSA01 check in RISCVAsmParser...Craig Topper1-3/+3
2026-02-02ValueTracking: Move powi logic to KnownFPClass (#179301)Matt Arsenault4-16/+34
2026-02-02[libc++] Fix naming of benchmarks with new SPEC metrics (#178445)Louis Dionne1-1/+1
2026-02-02[mlir] TileUsingInterface bugfix for dominance error (#178190)ziereis3-2/+97
2026-02-02[MLIR] Apply clang-tidy fixes for llvm-else-after-return in SPIRVCanonicaliza...Mehdi Amini1-2/+1
2026-02-02[SLP] Avoid adding duplicate VFs into vectorizeStores()::CandidateVFs (#179296)Ryan Buchner1-8/+6
2026-02-02Thread Safety Analysis: Compare values of literals (#148551)Aaron Puchert5-240/+157
2026-02-02[Github] Prevent updates to python version in release binaries workflow (#179...Aiden Grossman1-0/+6
2026-02-02[Github] Fully remove use of login_or_token (#179258)Aiden Grossman6-16/+26
2026-02-02[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in PromoteShuffle...Mehdi Amini1-1/+2
2026-02-02[NFC][mlir][SPIRV] Fix mix up in comments (#179285)Samarth Narang1-2/+2
2026-02-02ValueTracking: Move ldexp KnownFPClass handling to support (#179235)Matt Arsenault3-48/+63
2026-02-02[lldb][NFC] Remove unused method Module::SetUUID (#178803)Alex Langford2-12/+0
2026-02-02[lldb-dap] Check the process state before thread or frame validation. (#179202)Ebuka Ezike5-10/+21
2026-02-02[analyzer] Fix crash when copying uninitialized data in function named "swap"...Balázs Benics2-4/+19
2026-02-02[Github] Make prune-unused-branches workflow prune branches (#178769)Aiden Grossman2-0/+23
2026-02-02[SLP][NFC]Add a case for missed shl-to-add transformation, NFCAlexey Bataev1-0/+76
2026-02-02[NFC][TableGen] Adopt `IfDefEmitter` in `RegBankEmitter` (#179014)Rahul Joshi1-58/+51
2026-02-02[analyzer] Avoid overwriting the default binding of union aggregates in incom...Balázs Benics2-0/+43
2026-02-02InstCombine: Fix SimplifyDemandedFPClass bug with known-snan sources (#179244)Matt Arsenault14-33/+76
2026-02-02[mlir][Utils] Add overflow<nsw> flags to dimension calculations in ReshapeOps...Zhewen Yu2-3/+5
2026-02-02Fix outdated docs with vector.reduce instead of vector.reduction (#178111)Noah Prisament3-5/+5
2026-02-02[libcxx][Github] Remove use of deprecated login_or_token (#179260)Aiden Grossman1-2/+2
2026-02-02Revert "[VectorCombine] Trim low end of loads used in shufflevector rebroadca...Hans Wennborg2-71/+31