aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-30[LoongArch] Custom legalize vector_shuffle which elements from halves or quar...users/zhaoqi5/opt-shuffle-halves-quartersQi Zhao3-61/+165
2025-10-30[LoongArch][NFC] Pre-commit tests for vector_shuffle which elements from halv...users/zhaoqi5/tests-for-shuffle-halves-quartersQi Zhao1-0/+173
2025-10-30[LV] Only skip scalarization overhead for members used as address.Florian Hahn1-7/+12
2025-10-30[bazel][mlir] Port #165629: ControlFlowTransforms deps (#165646)Jordan Rupprecht2-0/+3
2025-10-29[mlir][CF] Add structural type conversion patterns (#165629)Matthias Springer6-0/+248
2025-10-29[clang-shlib] Fix linking libclang-cpp on Haiku (#156401)Brad Smith1-0/+4
2025-10-29[llvm] Proofread HowToSubmitABug.rst (#165511)Kazu Hirata1-23/+23
2025-10-29[WebAssembly] Remove a redundant cast (NFC) (#165508)Kazu Hirata1-1/+1
2025-10-29[MC] Remove a duplicate #include (NFC) (#165507)Kazu Hirata1-1/+0
2025-10-29[acc] Expand OpenACCSupport to provide getRecipeName and emitNYI (#165628)Razvan Lupusoru10-5/+329
2025-10-29[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (#165281)lb901-7/+10
2025-10-29[flang][rt] Add install target for header files (#165610)Valentin Clement (バレンタイン クレメン)1-0/+16
2025-10-29[HashRecognize] Forbid optz when data.next has exit-block user (#165574)Ramkumar Ramachandra3-1/+131
2025-10-29[ARM] Add instruction selection for strict FP (#160696)Erik Enikeev8-139/+1896
2025-10-29[dfsan] Fix getShadowAddress computation (#162864)anoopkg61-2/+6
2025-10-29[clang-format][NFC] Port FormatTestComments to verifyFormat (#164310)Björn Schäpers1-3420/+3207
2025-10-29[lldb-dap] Improving consistency of tests by removing concurrency. (#165496)John Harrison8-203/+159
2025-10-29[DirectX] Use an allow-list of DXIL compatible module metadata (#165290)Finn Plummer5-63/+97
2025-10-29[mlir][sparse] Include sparse emit strategy in wrapping iterator (#165611)Jordan Rupprecht2-6/+18
2025-10-29[gn build] Port e9389436e5eaLLVM GN Syncbot1-0/+1
2025-10-29[libc++] Fix locale-related compilation errors on NetBSD (#143055)Alex Rønne Petersen5-1/+27
2025-10-29[flang][cuda] Convert src and dst to llvm.ptr in tma_bulk_load (#165618)Valentin Clement (バレンタイン クレメン)2-7/+9
2025-10-29[mlir][amdgpu][rocdl] Allow for graceful wmma conversion failures (#165616)Jakub Kuderski4-11/+32
2025-10-29[TSan][Test-Only][Darwin] Fix typo in external.cpp again (#165612)Dan Blackwell1-1/+1
2025-10-29[AArch64][PAC] Fix an implicit pointer-to-bool conversion (#165056)Jon Roelofs1-1/+1
2025-10-29[AMDGPU] Support true16 spill restore with sram-ecc (#165320)Stanislav Mekhanoshin4-1/+348
2025-10-29[DirectX] Add DXIL validation of `llvm.loop` metadata (#164292)Finn Plummer7-70/+443
2025-10-29[lldb-dap] Report any errors during attach request (#165270)Ebuka Ezike2-0/+17
2025-10-29[SLP] Do not match the gather node with copyable parent, containing insert in...Alexey Bataev2-1/+53
2025-10-29[LLDB] Skip TestMultipleSlides.py on Windows (#165604)nerix1-0/+4
2025-10-30[SimplifyCFG] Hoist common code when succ is unreachable block (#165570)Kunqiu Chen2-3/+128
2025-10-29Revert "[mlir][affine] Add fold logic when the affine.yield has IV as operand...lonely eagle2-37/+5
2025-10-29[VPlan] Don't preserve LCSSA in expandSCEVs. (#165505)Florian Hahn10-28/+18
2025-10-29[lldb] Do not narrow `GetIndexOfChildWithName` return type to int (#165453)Ebuka Ezike6-9/+11
2025-10-29[X86] combinePTESTCC - canonicalize constants to the RHS if the PTEST/TESTP n...Simon Pilgrim1-4/+5
2025-10-30[mlir][affine] Add fold logic when the affine.yield has IV as operand in the ...lonely eagle2-5/+37
2025-10-30[mlir][bufferize] Use the flag of skipRegions to print op (NFC) (#165516)lonely eagle1-4/+6
2025-10-29[flang][cuda][NFC] Enhance test for tma_bulk_g2s lowering (#165603)Valentin Clement (バレンタイン クレメン)1-1/+12
2025-10-29[LLDB][PDB] Explicitly set DIA plugin in unit test (#165592)nerix2-0/+11
2025-10-29[X86] vector-reduce-or-cmp.ll - add v4i64 signbit test coverage (#165588)Simon Pilgrim1-12/+57
2025-10-29[MLIR][Conversion] XeGPU to XeVM: Lower ranked dynamic base memory for create...Sang Ik Lee2-3/+26
2025-10-29[DAGCombiner] Lower dynamic insertelt chain more efficiently (#162368)Princeton Ferro3-35/+848
2025-10-30[DFAJumpThreading] Add MaxOuterUseBlocks threshold (#163428)Hongyu Chen2-5/+359
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix4-19/+17
2025-10-29[DebugInfo] Propagate DebugLoc from switch in simplifySwitchOfPowersOfTwo (#1...Stephen Tozer2-1/+84
2025-10-29[flang][Driver] Enable -pie and -no-pie in flang's driverTarun Prabhu3-17/+108
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams16-57/+173
2025-10-29[DAG] Add generic m_TernaryOp() / m_c_TernaryOp() matchers (#165520)陈子昂2-0/+82
2025-10-29[flang][driver] Use -Xflang in diagnosticsTarun Prabhu2-5/+31
2025-10-29[clang-tidy] Allow thread-local variables in avoid-non-const-global-variables...Sirui Mu5-1/+29