summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-14Use SmallVectorusers/RossBrunton/link1Ross Brunton
2025-07-14[Offload] Have `doJITPostProcessing` accept multiple binariesRoss Brunton
2025-07-14[flang] Support `do concurrent ... reduce` for associating names (#148597)Kareem Ergawy
2025-07-14AMDGPU: Add more baseline tests for VGPR MFMA rewrite pass (#148173)Matt Arsenault
2025-07-14[BOLT] Force frame pointers off for runtimes (#148009)Peter Waller
2025-07-14[lldb] Update the String table offset based on the DWARF format (#147054)Hemang Gadhavi
2025-07-14[ADT] Avoid ambiguity by using std::memcpy instead of memcpy (NFC).Adrian Kuegel
2025-07-14[llvm][release] Mark gh commands in package verify exampleDavid Spickett
2025-07-14[flang][tco] Add more flags for generating codegen tests (#148171)Tom Eccles
2025-07-14SPARC: Add gnu run line to sincos test (#147714)Matt Arsenault
2025-07-14SPARC: Start moving runtime libcall config to tablegen (#147672)Matt Arsenault
2025-07-14Reland "[flang] Avoid undefined behaviour when parsing format expressions (#1...David Spickett
2025-07-14SPARC: Remove subtarget checks on setLibcallImpl (#147667)Matt Arsenault
2025-07-14[mlir][TOSA] Do not access erased operation (#148374)Matthias Springer
2025-07-14[CodeGen][NPM] VirtRegRewriter: Set VirtReg flag (#148107)Vikram Hegde
2025-07-14[RISCV] Split the intrinsic test for vector crypto to seperate directory. NFC.Jim Lin
2025-07-14[Loads] Keep using constant max BTCs for loops w/o computable BTCs.Florian Hahn
2025-07-14[Utils][Local] Preserve !nosanitize in combineMetadata when merging instructi...Kunqiu Chen
2025-07-14[Loads] Support dereferenceable assumption with variable size. (#128436)Florian Hahn
2025-07-14[Clang] Consider default template arguments when synthesizing CTAD guides (#1...Younan Zhang
2025-07-13ReleaseNotes: add lld/ELF notesFangrui Song
2025-07-14[MLIR][Interfaces] Remove negative branch weight verifier (#148234)Christian Ulmann
2025-07-13[HLSL][RootSignature] Allow for multiple parsing errors in `RootSignaturePars...Finn Plummer
2025-07-13[libcxx] Fix a typo in documentation (#148557)Kazu Hirata
2025-07-14[RISCV] Move intrinsic tests for Xsfvcp to sifive-intrinsics sub-directory. NFC.Jim Lin
2025-07-14[AMDGPU][NPM] Register AMDGPUWaitSGPRHazards pass (#148106)Vikram Hegde
2025-07-14[MLIR][Affine] Rename/update affine fusion test pass options to avoid confusi...Uday Bondhugula
2025-07-13[clang-format][NFC] Simplify some logic in BreakableLineCommentSection (#148324)Owen Pan
2025-07-13[BOLT][NFC] Add const qualifier to certain pointers to read-only objects (#14...YongKang Zhu
2025-07-14[DA] Add test cases where base ptr is not loop-invariant (#148240)Ryotaro Kasuga
2025-07-14[DebugInfo][LoopStrengthReduce] Salvage the debug value of the dead cmp instr...Shan Huang
2025-07-14[AVR] Simplify SPWRITE on XMEGA (#147210)Tom Vijlbrief
2025-07-14[RISCV] Add short forward branch scheduling for Andes45 (#147890)Jim Lin
2025-07-13[AArch64] "Support" debug info for SVE types on Windows. (#147865)Eli Friedman
2025-07-13[clang] Fix isConstantInitializer handling of transparent init lists. (#148030)Eli Friedman
2025-07-14Thread Safety Analysis: Move opcode comparison to Comparator (NFC)Aaron Puchert
2025-07-13[NVPTX] Use PRMT more widely, and improve folding around this instruction (#1...Alex MacLean
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-07-13MCAlignFragment: Rename fields and use uint8_t FillLenFangrui Song
2025-07-13[clang-tidy] Add filtering of check options by enabled checks in '--dump-conf...Baranov Victor
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-07-13[SystemZ] Remove unnecessary casts (NFC) (#148534)Kazu Hirata
2025-07-13[ARM] Remove unnecessary casts (NFC) (#148533)Kazu Hirata
2025-07-13[AArch64] Remove an unnecessary cast (NFC) (#148532)Kazu Hirata
2025-07-13[Sema] Remove an unnecessary cast (NFC) (#148531)Kazu Hirata
2025-07-13[LV] Use more precise isPredicatedInst in legacy CCH (NFC).Florian Hahn
2025-07-13[VPlan] Move using namespace VPlanPatternMatch to top level (NFC).Florian Hahn
2025-07-13[HLSL][RootSignature] Add basic parameter validations of Root Elements (#145795)Finn Plummer
2025-07-13[gn build] Port 59b39c0031edLLVM GN Syncbot
2025-07-13[clang-tidy] Add new check: `readability-use-concise-preprocessor-directives`...Victor Chernyakin