summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-30[mlir][Transforms] Greedy pattern rewriter: fix infinite folding loopusers/matthias-springer/infinite_folding_loopMatthias Springer
2025-09-28[VPlan] Move using VPlanPatternMatch to top in VPlanUtils.cpp (NFC).Florian Hahn
2025-09-28[LoongArch] Add patterns to support `[x]vadda.{b/h/w/d}` generation (#160674)ZhaoQi
2025-09-28[LV] Clarify nature of legacy CSE (NFC) (#160855)Ramkumar Ramachandra
2025-09-28[NFC][clang] Move simplifyConstraint to TargetInfo.cpp (#154905)Iris Shi
2025-09-28[libc++] Remove a bunch of unused includes from <flat_*> (#160658)Nikolas Klauser
2025-09-27[clang-tidy] Fix `modernize-use-nullptr` crash on 32-bit Windows (#160023)Victor Chernyakin
2025-09-28[GitHub][docker] Add python3 venv package to CI container (#161024)Baranov Victor
2025-09-28[ARM] Remove `UnsafeFPMath` uses (#151275)paperchalice
2025-09-28[clang][bytecode] Diagnose volatile writes (#160350)Timm Baeder
2025-09-27[clang-format] Fix bugs in annotating arrows and square brackets (#160973)owenca
2025-09-27[Driver] Make -fvectorize and -fslp-vectorize override -O group options (#161...Fangrui Song
2025-09-27[clang-format] Fix qualifier ordering for lines after PP directives (#160731)Ruoyu Zhong
2025-09-28[MIPS][float] Fixed SingleFloat codegen on N32/N64 targets (#140575)Davide Mor
2025-09-28[SDAG] Constant fold frexp in signed way (#161015)Hongyu Chen
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