summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-19WIP - AffineMin foldingusers/nico/padNicolas Vasilache
2025-06-18[mlir][Linalg] WIP - Generalize and fix rewriteAsPaddedOpNicolas Vasilache
2025-06-18add use_prescribed_tensor_shapes optionFabian Mora
2025-06-18[mlir][linalg] Add sizeToPadTo option to linalg::LinalgPaddingOptionsFabian Mora
2025-06-18[HLSL][SPIRV] Add vk::constant_id attribute. (#143544)Steven Perron
2025-06-18[PowerPC] Split tests into asm and mir parts (NFC)Nikita Popov
2025-06-18[lldb][test] explicit-member-function-quals.cpp: add -glldbMichael Buch
2025-06-18[LICM] Support hoisting of non-argmemonly readonly calls (#144497)Nikita Popov
2025-06-18Fix for bazel build #142079 (#144665)Karlo Basioli
2025-06-18[Thumb2] Regenerate some test checks. NFCBjorn Pettersson
2025-06-18Fixed a bug in `-fsanitize-kcfi-arity` (#142867)Scott Constable
2025-06-18[gn build] Port 669627d0c77eLLVM GN Syncbot
2025-06-18[SystemZ] Treat FAKE_USE instructions as instructions without a size (#144390)Stephen Tozer
2025-06-18[runtimes] Allow use of external llvm-lit on standalone builds (#144347)Lucas Duarte Prates
2025-06-18Fix bazel build for #142771 (#144659)Karlo Basioli
2025-06-18[clang][headers]Remove unnecessary guard of !defined(__SCE__). (#144522)Ying Yi
2025-06-18[CIR] Add support for __builtin_assume (#144376)Sirui Mu
2025-06-18[TSan] Fix missing inst cleanup (#144067)Kunqiu Chen
2025-06-18[mlir][mesh] adding option for traversal order in sharding propagation (#144079)Frank Schlimbach
2025-06-18Add check 'cppcoreguidelines-use-enum-class' (#138282)Philipp Jung
2025-06-18[OMPIRBuilder] Fix gcc -Wparentheses warning [NFC]Mikael Holmen
2025-06-18[PowerPC][AIX] Specify pointer info and alignment for stack store (#144526)Nikita Popov
2025-06-18[GlobalOpt] Use cast instead of dyn_cast. NFC (#144634)Craig Topper
2025-06-18[flang][fir] Provide allocation block for `fir.local` when required (#144521)Kareem Ergawy
2025-06-18[RISCV] Support non-power-of-2 types when expanding memcmpPengcheng Wang
2025-06-18[LoopVectorize] Vectorize fixed-order recurrence with vscale x 1. (#142772)Mel Chen
2025-06-18[libc][printf] Fix out-of-range shift in float320 printf (#144542)Simon Tatham
2025-06-18Revert "[GlobalISel] prevent G_UNMERGE_VALUES for vectors with different elem...Robert Imschweiler
2025-06-18[DAG] Implement SDPatternMatch `m_Abs()` matcher (#144512)Rajveer Singh Bharadwaj
2025-06-18Reland [Driver] Add support for GCC installation detection in Baremetal toolc...Garvit Gupta
2025-06-18[PhaseOrdering][X86] Copy FMUL+ADDSUB/FMADDSUB build vector patterns from cod...Simon Pilgrim
2025-06-18[X86] combineAndNotIntoANDNP - pull out repeated SDLoc(). NFC.Simon Pilgrim
2025-06-18[X86] combineAndNotOrIntoAndNotAnd - pull out repeated SDLoc(). NFC.Simon Pilgrim
2025-06-18[X86] combineAndMaskToShift - pull out repeated SDLoc(). NFC.Simon Pilgrim
2025-06-18[GlobalISel] prevent G_UNMERGE_VALUES for vectors with different elements (#1...Robert Imschweiler
2025-06-18[MSan] Fix wrong unpoison size in SignalAction (#144071)Kunqiu Chen
2025-06-18[mlir][emitc] Make CExpression trait into interface (#142771)Kirill Chibisov
2025-06-17[SelectionDAG][RISCV] Fold (add (vscale * C0), (vscale * C1)) to (vscale * (C...Craig Topper
2025-06-18PowerPC: Fix using long double libm functions for f128 intrinsics (#144382)Matt Arsenault
2025-06-18PowerPC: Add baseline tests for more f128 libcall handling (#144381)Matt Arsenault
2025-06-17[RISCV] Pre-test for #144461Liao Chunyu
2025-06-18[RISCV] Add patterns for generating QC_CTO and QC_CLO (#144532)Sudharsan Veeravalli
2025-06-17[lldb][Minidump Parser] Implement a range data vector for minidump memory ran...Jacob Lalonde
2025-06-18[RISCV] Add Andes XAndesVBFHCvt (Andes Vector BFLOAT16 Conversion) extension ...Jim Lin
2025-06-17LowerTypeTests: Use jump table entry type as value type of jump table alias.Peter Collingbourne
2025-06-18[AMDGPU] Support D16 folding for image.sample with multiple extractelement an...Harrison Hao
2025-06-17[MLIR][XeGPU] Clean up xegpu op tests (#144592)Jianhui Li
2025-06-17[lldb] Re-insert code to search for a binary by filepath if providedJason Molenda
2025-06-18github: Add mips backend to PR autolabeler (#140909)Matt Arsenault
2025-06-17[llvm] minor fixes for clang-cl Windows DLL build (#144386)Andrew Rogers