summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-29[LoongArch][NFC] Pre-commit tests for custom rotrusers/ylzsx/precommit-rotr-customyangzhaoxin
2025-09-28[clang] fix transformation of subst constant template parameter nodes (#161029)Matheus Izvekov
2025-09-28[clang] simplify placeholder type deduction for constant template parameters ...Matheus Izvekov
2025-09-27[AMDGPU] fcanonicalize.bf16.ll - regenerate test checks (#161026)Simon Pilgrim
2025-09-27[VPlan] Allow multiple users of (broadcast %evl).Florian Hahn
2025-09-27[GitHub][docker] Fix 'FromAsCasing' violation in CI dockerfile (#161017)Baranov Victor
2025-09-27[VPlan] Mark VPInstruction::Broadcast as not reading/writing memory.Florian Hahn
2025-09-27[clang-format][NFC] Rename a unit testOwen Pan
2025-09-27[MLIR][Python] add unchecked gettors (#160954)Maksim Levental
2025-09-27[X86] matchVPMADD52 - only use 512-bit MADD52 on AVX512IFMA targets (#161011)Simon Pilgrim
2025-09-27[llvm] Proofread BuildingADistribution.rst (#160980)Kazu Hirata
2025-09-27[Support] Deprecate one form of support::endian::read (NFC) (#160979)Kazu Hirata
2025-09-27[ADT] Add [[nodiscard]] to set/map classes (NFC) (#160978)Kazu Hirata
2025-09-27[ADT] Add derived() to DenseMapBase (NFC) (#160977)Kazu Hirata
2025-09-27[ADT] Use structured bindings in CoalescingBitVector.h (NFC) (#160976)Kazu Hirata
2025-09-27[ARM] Generate build-attributes more correctly in the presence of intrinsic d...David Green
2025-09-27[mlir] Fix typo in StandalonePasses.td doc string (#161009)Corbin Robeck
2025-09-27[libc++][ranges] Fix `ranges::join_view` segmented iterator trait (#158347)lbonn
2025-09-27[flang][OpenMP] Use OmpDirectiveSpecification in REQUIRES (#160595)Krzysztof Parzyszek
2025-09-27[X86] vector-fshl-256.ll - regenerate test checks (#161004)Simon Pilgrim
2025-09-27[flang][OpenMP] Use OmpDirectiveSpecification in ASSUMES (#160591)Krzysztof Parzyszek
2025-09-27[NFC] [docs] Fix typo in Programmer's Manual BinaryOperator description (#160...Kian Kasad
2025-09-27[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in ModuleImport.c...Mehdi Amini
2025-09-27[LAA] Revert 56a1cbb and 1aded51, due to crash (#160993)Ramkumar Ramachandra
2025-09-27[MLIR] Improve in-place folding to iterate until fixed-point (#160615)Mehdi Amini
2025-09-27[CIR] Implement logical not for VectorType (#160762)Amr Hesham
2025-09-27[CIR] Implement UO real on result from real with type promotion (#160951)Amr Hesham
2025-09-27[scudo] Use TestAllocator wrapper to ensure proper cleanup (#160800)Fabio D'Urso
2025-09-27[clang] Fix a use-after free in ASTContext::getSubstBuiltinTemplatePack (#160...Alexander Kornienko
2025-09-27[clang-tools-extra] Fix python syntax - pull in Queue from module queue (#159...Moinak Bhattacharyya
2025-09-27[clang][bytecode][NFC] Simplify a few builtin implementations (#160910)Timm Baeder
2025-09-26[InstCombine] Rotate transformation port from SelectionDAG to InstCombine (#1...Axel Sorenson
2025-09-27[NFC] Lockdown instructions of vspltisw for addition of vector of 1s (#160476)Himadhith
2025-09-26[lit] Remove support for %TAiden Grossman
2025-09-26[NFC] [compiler-rt] fix typos (#160803)co63oc
2025-09-26Revert "[TTI][RISCV] Add cost modelling for intrinsic vp.load.ff (#160470)"ShihPo Hung
2025-09-26[lld][macho] Rename test to fix spelling (#160938)Ellis Hoag
2025-09-26[lld][WebAssembly] Fix check for implicitly exported mutable globals (#160966)Sam Clegg
2025-09-27AMDGPU: Check if immediate is legal for av_mov_b32_imm_pseudo (#160819)Matt Arsenault
2025-09-26[lit] Remove %T from testsAiden Grossman
2025-09-26[libcxx] Add local %T substitutionAiden Grossman
2025-09-26[llvm][mustache] Avoid excessive hash lookups in EscapeStringStream (#160166)Paul Kirth
2025-09-26[clang] Use the VFS to get the OpenMP entry info (#160935)Jan Svoboda
2025-09-26[clang] Use the VFS to get the unique file ID (#160936)Jan Svoboda
2025-09-26[clang][analyzer] Use the VFS to check model files (#160950)Jan Svoboda
2025-09-26[clang] Use the VFS to check the system framework marker (#160946)Jan Svoboda
2025-09-26Revert changes to llvm-string stdin test and XFAIL on AIX (#160821)Mark Danial
2025-09-26[profcheck][SimplifyCFG] Propagate !prof from `switch` to `select` (#159645)Mircea Trofin
2025-09-26[NVPTX] legalize v2i32 to improve compatibility with v2f32 (#153478)Princeton Ferro
2025-09-26[clang-tidy] Improve `bugprone-exception-escape`'s handling of lambdas (#160592)Victor Chernyakin