summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2025-05-19Avoid MMI in MIRPrinterusers/optimisan/avoid-mmi-mir-printerAkshat Oke
2025-05-19[SCEVPatternMatch] Introduce m_scev_AffineAddRec (#140377)Ramkumar Ramachandra
2025-05-19IR: Remove redundant UseList check in addUse (#138676)Matt Arsenault
2025-05-19IR: Reorder ConstantData enum values (#138638)Matt Arsenault
2025-05-19[VPlan] Clean up the function VPInstruction::generate for ComputeReductionRes...Mel Chen
2025-05-19[IVDescriptor][LV] Return Instruction::Or for IAnyOf/FAnyOf in getOpcode(), n...Mel Chen
2025-05-19[SPIR-V] Clarify builtin default value handling; NFC (#139691)Sven van Haastregt
2025-05-19[X86] IsElementEquivalent - add basic handling for X86ISD::SUBV_BROADCAST_LOA...Simon Pilgrim
2025-05-19[RISCV] Add reusable SelectCC_GPR_riirr multiclass. NFC (#140224)Jim Lin
2025-05-18MC: Move R_PPC64_TOC case to PowerPCAsmBackendFangrui Song
2025-05-19[RISCV] Add sext_inreg patterns for XAndesPerf nds.bfos instruction (#139714)Jim Lin
2025-05-18[CMake] Add a linker test for -Bsymbolic-functions to AddLLVM (#79539)Brad Smith
2025-05-18MC: Generalize RISCV/LoongArch handleAddSubRelocations and AVR shouldForceRel...Fangrui Song
2025-05-19[gn build] Port ad673151085cLLVM GN Syncbot
2025-05-18ELFObjectWriter: Simplify R_PPC64_TOC special case. NFCFangrui Song
2025-05-18[SLP]Relax assertion to avoid compiler crashAlexey Bataev
2025-05-18ELFObjectWriter: SimplifyFangrui Song
2025-05-18[LAA] Add assert check CanDoRTIFNeeded can be computed w/o RT.Need (NFC)Florian Hahn
2025-05-18Revert "[VPlan] Support cloning initial VPlan (NFC)."Florian Hahn
2025-05-18[SLP]Change the insertion point for outside-block-used nodes and prevec phi o...Alexey Bataev
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke
2025-05-18[VPlan] Support cloning initial VPlan (NFC).Florian Hahn
2025-05-18[gn build] Port 3d0c616ce30cLLVM GN Syncbot
2025-05-18[bugpoint] Use range-based for loops (NFC) (#140438)Kazu Hirata
2025-05-18[Support] Use std::optional::value_or (NFC) (#140436)Kazu Hirata
2025-05-18[llvm] Remove unused local variables (NFC) (#140422)Kazu Hirata
2025-05-18[X86] Move X86ISD::FP_TO_SINT_SAT/FP_TO_UINT_SAT outside of the MEMORY_OPCODE...Simon Pilgrim
2025-05-18[AMDGPU] select-undef.ll - regenerate test checksSimon Pilgrim
2025-05-18[LoopPeel] Make sure exit condition has a single use when peeling last.Florian Hahn
2025-05-18[LoopPeel] Handle constants when updating exit values when peeling last.Florian Hahn
2025-05-18[LAA] Improve forked-pointers.ll test (#140383)Ramkumar Ramachandra
2025-05-18[VPlan] Add narrowToSingleScalarRecipe transform. (#139150)Florian Hahn
2025-05-17Revert "[AMDGPU] Add flag to prevent reruns of LowerModuleLDS (#129520)"Shilei Tian
2025-05-17[AsmParser] Use range-based for loops (NFC) (#140414)Kazu Hirata
2025-05-17[llvm] Use llvm::find_if (NFC) (#140412)Kazu Hirata
2025-05-17[Support] Use range-based for loops (NFC) (#140401)Kazu Hirata
2025-05-17[PassManager] Simplify code with DenseMap::try_emplace (NFC) (#140402)Kazu Hirata
2025-05-17[SandboxVectorizer] Use llvm::upper_bound (NFC) (#140400)Kazu Hirata
2025-05-17[llvm] Use llvm::is_sorted (NFC) (#140399)Kazu Hirata
2025-05-17[RISCV] Use llvm::any_of (NFC) (#140398)Kazu Hirata
2025-05-17[MC] Use *Map::try_emplace (NFC) (#140397)Kazu Hirata
2025-05-17[LICM] Add test reassociating ADD nuw nsw.Florian Hahn
2025-05-17[NFC] Run code formatter on Diagnostic.h/cpp ProfileList.cpp SpecialCaseList.cppQinkun Bao
2025-05-17[ProfileData] Use DenseMap::try_emplace (NFC) (#140394)Kazu Hirata
2025-05-17[Reassociate] Add tests with disjoint OR.Florian Hahn
2025-05-17[ICP] Use a block with LLVM_DEBUG (NFC) (#140387)Kazu Hirata
2025-05-17MC: Improve ,unique testsFangrui Song
2025-05-17[NFC] Add a specialization of DenseMapInfo for SmallVector (#140380)Jon Chesterfield
2025-05-17Revert "[SLP]Change the insertion point for outside-block-used nodes and prev...Alexey Bataev
2025-05-17[DirectX][SPIRV] Fix the lowering of dot4add (#140315)Justin Bogner