aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-19fix scf.for parserusers/matthias-springer/fix_scf_for_parserMatthias Springer1-8/+13
2025-02-17[mlir][affine] make affine-loop-unroll-jam interface pass (#127402)lonely eagle4-5/+46
2025-02-17Reapply "[Analyzer][CFG] Correctly handle rebuilt default arg and default ini...yronglin10-61/+208
2025-02-16[X86] Avoid repeated map lookups (NFC) (#127374)Kazu Hirata1-2/+2
2025-02-16[TableGen] Avoid repeated hash lookups (NFC) (#127373)Kazu Hirata1-3/+3
2025-02-16[GlobalISel] Avoid repeated hash lookups (NFC) (#127372)Kazu Hirata1-4/+4
2025-02-16[AMDGPU] Avoid repeated hash lookups (NFC) (#127371)Kazu Hirata1-2/+3
2025-02-16[clang-tidy] Avoid repeated hash lookups (NFC) (#127370)Kazu Hirata1-3/+3
2025-02-16[AST] Avoid repeated map lookups (NFC) (#127369)Kazu Hirata1-9/+7
2025-02-16[analyzer] StackAddrEscapeChecker: also check return for child stack frames (...Michael Flanders3-1/+74
2025-02-16[Flang] LLVM_ENABLE_RUNTIMES=flang-rt (#110217)Michael Kruse41-140/+2207
2025-02-16[InstCombine] Test foldSelectICmpAnd with cast. (NFC)Andreas Jonson1-0/+46
2025-02-16[ARM] Fix MRC cp10 and cp11 warning (#126407)hstk30-hw2-5/+9
2025-02-16[mlir] add some FP classification ops and their lowering to libdevice (#127322)Oleksandr "Alex" Zinenko6-5/+211
2025-02-16[Clang][NFCI] Fix a logic issue in TransformDesignatedInitExpr (#127211)GS-GOAT1-1/+1
2025-02-16[InstCombine] Test foldSelectICmpAnd with extra uses. (NFC)Andreas Jonson1-0/+33
2025-02-16[flang-rt] Fix aarch64-libcxx build failureMichael Kruse1-1/+1
2025-02-16ConstRange: test edge-cases of makeAllowedICmpRegion (#127080)Ramkumar Ramachandra1-3/+27
2025-02-16[AMDGPU] NFC: Fix some details for lit test (#127141)Jeffrey Byrnes1-12/+41
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse220-726/+825
2025-02-16[InstCombine] Do not keep samesign when speculatively executing icmps (#127007)Yingwei Zheng2-0/+29
2025-02-16[X86] Add missing explicit conversion for AMXAVX512 and SHA (#127385)Phoebe Wang4-5/+6
2025-02-16[clang][bytecode] Fix dynamic array allocation return values (#127387)Timm Baeder5-29/+82
2025-02-16[clang][bytecode] Add Descriptor::dumpFull (#127386)Timm Baeder2-0/+33
2025-02-16[InstCombine] Test for trunc to i1 in foldSelectICmpAndBinOp. (NFC)Andreas Jonson1-0/+79
2025-02-16[Clang] [NFC] Remove outdated FIXME (#126978)MagentaTreehouse1-2/+0
2025-02-16[libclc] [cmake] Fix per-target *_convert.cl dependencies (#127315)Michał Górny1-1/+7
2025-02-15[libc++] Fix initialization-order-fiasco with iostream.cpp constructors (#126...Vitaly Buka2-4/+30
2025-02-15[libc] Produce standard-compliant header guard macros in hdrgen (#127356)Roland McGrath3-7/+7
2025-02-15[SandboxVec][DAG] Add MemDGNode::MemSuccs (#127253)vporpo2-1/+56
2025-02-15[libc] Fill out generated malloc.h and related stdlib.h extensions (#127293)Roland McGrath3-8/+41
2025-02-15[mlir] lower min/maxnum to libdevice calls (#127323)Oleksandr "Alex" Zinenko2-1/+28
2025-02-15[PowerPC] Use getSignedTargetConstant in SelectOptimalAddrMode. (#127305)Craig Topper2-2/+15
2025-02-15[VPlan] Create IR basic block for middle.block in VPlan.Florian Hahn15-215/+204
2025-02-15[AArch64] Add extending reduction costs for addlv and dotDavid Green4-1/+1209
2025-02-15[NFC] Fix warning in recent commitChris Bieneman1-1/+1
2025-02-15[mlir][vector] Document `ConvertVectorStore` + unify var names (nfc) (#126422)Andrzej Warzyński2-119/+185
2025-02-15[mlir] Improve GreedyPatternRewriteDriver logging (#127314)Andrzej Warzyński1-2/+2
2025-02-15[Flang] Support overriding `LLVM_LIT_ARGS` in standalone builds (#127340)Michał Górny1-0/+5
2025-02-15[HLSL] Implement HLSL intialization list support (#123141)Chris B17-13/+2369
2025-02-15[libc++] Fixes (|multi)_set spaceship operator. (#127326)Mark de Wever2-106/+168
2025-02-15[libc++] Move unused basic_string function definition to the dylib sources (#...Nikolas Klauser3-27/+44
2025-02-15[webkit.UncountedLambdaCapturesChecker] Fix a crash in declProtectsThis (#127...Ryosuke Niwa2-2/+43
2025-02-15[LAA] Replace symbolic strides for translated pointers earlier (NFC).Florian Hahn1-4/+5
2025-02-15[flang] Revert MLIR_MAIN_SRC_DIR override (#127337)Michał Górny1-5/+0
2025-02-15ConstRange: factor and introduce splitPosNeg (NFC) (#126528)Ramkumar Ramachandra3-11/+30
2025-02-15[AArch64] Add patterns for addv(sext) and addv(zext)David Green4-95/+56
2025-02-15[LAA] Use getPointer/setPointer in createCheckForAccess (NFC).Florian Hahn1-5/+3
2025-02-15[CodeGen] Remove two dead pass initializer decls. NFCMichael Liao1-2/+0
2025-02-15[RISCV] Support Zb*/P Shared Instructions (#127160)realqhc8-13/+133