summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-26[AArch64][PAC] Simplify emission of authenticated pointer check (NFC)users/atrosinenko/pauth-simplify-pointer-check-emissionAnatoly Trosinenko
2025-09-26[X86] Add test showing failure to fold freeze(vpermps(x,y)) -> vpermps(freeze...Simon Pilgrim
2025-09-26[X86] Add test showing failure to fold freeze(pshufb(x,y)) -> pshufb(freeze(x...Simon Pilgrim
2025-09-26[VPlan] Run CSE closer to VPlan::execute. (#160572)Florian Hahn
2025-09-26[mlir][linalg] Propagate filter tensor encoding in im2col (#160099)fabrizio-indirli
2025-09-26[CodeGen] Ignore requiresStructuredCFG check in canSplitCriticalEdge if succe...Wenju He
2025-09-26[RegisterCoalescer] Mark implicit-defs of super-registers as dead in remat (#...Benjamin Maxwell
2025-09-26[compiler-rt] Fix test ifdefs and XFAILs (#160687)Martin Storsjö
2025-09-26[TTI][RISCV] Add cost modelling for intrinsic vp.load.ff (#160470)Shih-Po Hung
2025-09-26[X86] Set default rounding mode round to nearest for llvm.set.rounding (#160823)JaydeepChauhan14
2025-09-26[lldb][test] Make Linux cpuinfo check more robust (#160675)David Spickett
2025-09-26[LoongArch] Generate [x]vldi instructions with special constant splats (#159258)Zhaoxin Yang
2025-09-26[ARM] Improve comment on the 'J' inline asm modifier. (#160712)Simon Tatham
2025-09-26[lldb][test] Fix elf-no-shdrs-pt-notes.yaml on Windows (#160827)David Spickett
2025-09-26[ARM] Remove `UnsafeFPMath` uses in code generation part (#160801)paperchalice
2025-09-26[AMDGPU] Skip debug uses in SIInsertWaitcnts::shouldFlushVmCnt (#160818)Jay Foad
2025-09-26[LoongArch] Custom legalize vector_shuffle to xvpermi.d when possible (#160429)ZhaoQi
2025-09-26[clang][DebugInfo][test] Add tests for lambda capture packs (#160705)Michael Buch
2025-09-26[LoongArch] Refine 256-bit vector_shuffle legalization for LASX (#160254)ZhaoQi
2025-09-26[MachineSink] Remove subrange of live-ins from super register as well. (#159145)Pete Chou
2025-09-26[AMDGPU] Avoid constraining RC based on folded into operand (NFC) (#160743)Josh Hutton
2025-09-25[Mips] Fix atomic min/max generate mips4 instructions when compiling for mips...yingopq
2025-09-26[clang][SPARC] Pass 16-aligned structs with the correct alignment in CC (#155...Koakuma
2025-09-26[compiler-rt] fix typos (#160799)co63oc
2025-09-26[DAGCombiner] Remove `NoSignedZerosFPMath` uses in `visitFADD` (#160635)paperchalice
2025-09-25[profcheck] Add unknown branch weights for inlined strcmp/strncmp (#160455)Jin Huang
2025-09-26[Unifomity] Fix type of ValueRefNull (NFC)Carl Ritson
2025-09-26[VPlan] Fix packed replication of struct types (#160274)Luke Lau
2025-09-26[LoongArch] Override shouldScalarizeBinop to enable `extract(binop)->binop(ex...ZhaoQi
2025-09-26[LoongArch] Support vector types for hasAndNot to enable more DAG combines (#...ZhaoQi
2025-09-25[msan] Handle AVX512/AVX10 vrndscale (#160624)Thurston Dang
2025-09-25[libc++] Use pandas.DataFrame in compare-benchmarksLouis Dionne
2025-09-25[MLIR][MLIRToLLVM] Fix zero fp value to array translation (#160713)Alexey Bataev
2025-09-25[llvm] Add benchmarks for Mustache (#160164)Paul Kirth
2025-09-25[DWARFVerifier] Verify that DW_AT_LLVM_stmt_sequence is set correctly (#152807)Peter Rong
2025-09-25[MLIR][Python] don't generate type stubs when cross-compiling (#160793)Maksim Levental
2025-09-26[RegAlloc] Account for use availability when applying rematerializable weight...Luke Lau
2025-09-25[SPIRV][NFC] Update issue number in XFAIL test for non-uniform resource index...Helena Kotas
2025-09-25[Clang][FIX] Fix type qualifiers on vector builtins (#160185)Joseph Huber
2025-09-25[lld][WebAssembly] Fix check for exporting mutable globals (#160787)Sam Clegg
2025-09-25[gn build] Port 85aeb6ab7778LLVM GN Syncbot
2025-09-25[clang-tidy] add readability-redundant-parentheses (#159911)Congcong Cai
2025-09-25[gn build] Port 0e17fcf93b6cLLVM GN Syncbot
2025-09-25[clang][DebugInfo][NFC] Simplify CollectRecordLambdaFields (#160690)Michael Buch
2025-09-25[LifetimeSafety] Implement support for lifetimebound attribute (#158489)Utkarsh Saxena
2025-09-25[offload-arch] Fix warningsKazu Hirata
2025-09-25[ADT] Adding bidirectional iterator functionality + unit tests (#160726)Francisco Geiman Thiesen
2025-09-25[clang] Load `-fbasic-block-sections=list=` through the VFS (#160785)Jan Svoboda
2025-09-25[gn build] Port b86aaacf28b3LLVM GN Syncbot
2025-09-25Revert "[libc++] Avoid constructing additional objects when using map::at" (#...Andrew Lazarev