summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-02[AArch64] Optimize extending loads of small vectorsusers/guy-david/aarch64-ext-load-small-vector-v2Guy David
2025-10-31[X86] detectPMADDUBSW - use SDPatternMatch to handle some of the commutative ...Simon Pilgrim
2025-10-31[lldb] Fix a lldb failure following #165707 (#165864)google-yfyang
2025-10-31[SPIRV] Fix vector bitcast check in LegalizePointerCast (#164997)Steven Perron
2025-10-31[lldb][docs] Add troubleshooting section to scripting introductionDavid Spickett
2025-10-31[Sema] Fix parameter index checks on explicit object member functions (#165586)Vladimir Vuksanovic
2025-10-31To fix polymorphic pointer assignment in FORALL when LHS is unlimited polymor...Daniel Chen
2025-10-31[CostModel][AArch64] Model cost of extract.last.active intrinsic (clastb) (#1...Graham Hunter
2025-10-31[MemProf] Select largest of matching contexts from profile (#165338)Teresa Johnson
2025-10-31[lldb][TypeSystem] Better support for _BitInt types (#165689)Michael Buch
2025-10-31[NVPTX] Move TMA G2S lowering to Tablegen (#165710)Rajat Bajpai
2025-10-31[MLIR][NVVM] Extend NVVM mma ops to support fp64 (#165380)Giacomo Castiglioni
2025-10-31[UTC] Support to test annotated IR (#165419)Kunqiu Chen
2025-10-31[X86] narrowBitOpRMW - add handling for single bit insertion patterns (#165742)Simon Pilgrim
2025-10-31[gn build] Port 5322fb626820LLVM GN Syncbot
2025-10-31[libc++] Simplify the implementation of destroy_at a bit (#165392)Nikolas Klauser
2025-10-31[MLIR][NVVM] Update mbarrier.init/inval Ops to use AnyTypeOf[] (#165558)Durgadoss R
2025-10-31[X86] Remove AMX-TRANSPOSE (#165556)Mikołaj Piróg
2025-10-31[CIR] Fix multiple returns in switch statements (#164468)Morris Hafner
2025-10-31[lld][test] Fix file cleanup in aarch64-build-attributes.s (#164396)David Spickett
2025-10-31[X86] combineTruncate - trunc(srl(load(p),amt)) -> load(p+amt/8) - ensure the...Simon Pilgrim
2025-10-31[llvm][docs] Remove guidance on adding release:reviewed label (#164395)Cullen Rhodes
2025-10-31[libc++] Update our documentation on the supported compilers (#165684)Nikolas Klauser
2025-10-31[AMDGPU][GlobalISel] Add register bank legalization for G_FADD (#163407)Abhinav Garg
2025-10-31[LLVM][ConstantFolding] Extend constantFoldVectorReduce to include scalable v...Paul Walker
2025-10-31[SDAG] Set InBounds when when computing offsets into memory objects (#165425)Fabian Ritter
2025-10-31[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE...Michael Buch
2025-10-31[NFCI] Address post-merge review of #162503 (#165582)Sam Tebbs
2025-10-31[clang][tools][scan-view] Remove Python2 compatibility code in ScanView.py (#...David Spickett
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::IsFloatingPointTyp...Michael Buch
2025-10-31[llvm][tools][opt-viewer] Put back missing functionDavid Spickett
2025-10-31[llvm][tools][opt-viewer] Remove Python2 compatability code in optrecord.py (...David Spickett
2025-10-31[clang][utils] Make CmpDriver Python3 compatible (#163740)David Spickett
2025-10-31[clang][docs] Remove Python2 import handler in dump_ast_matchers.py (#163730)David Spickett
2025-10-31[lldb][TypeSystem] Fix GetTypeInfo for vector and complex types (#165837)Michael Buch
2025-10-31[llvm][clang] Remove handling of Python2 ConfigParser module name (#163727)David Spickett
2025-10-31[llvm][dwarfdump] Show name of referenced DW_TAG_APPLE_property (#165537)Michael Buch
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix
2025-10-31[lld][ARM] Don't emit veneers for wraparound branches. (#165263)Simon Tatham
2025-10-31[PowerPC] Take ABI into account for data layout (#149725)Jens Reidel
2025-10-31[SDAG] Preserve InBounds in DAGCombines (#165424)Fabian Ritter
2025-10-31[Object,ELF] Implement PN_XNUM extension for program headers (#162288)aokblast
2025-10-31[GlobalISel] SBFX/UBFX does not create poison (#165675)David Green
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch
2025-10-31🍒 [lldb] Fix TestRealDefinition on older DWARF versions (#165729)Michael Buch
2025-10-31[mlir][vector] Fix missed `return` in ExtractStridedSliceOp::fold (#165669)Haocong Lu
2025-10-31[OpenMP] Remove OS checks for ARM and AArch64 (#165640)Brad Smith
2025-10-31[Fuzzer][Test-Only][Darwin] Mark coverage.test and exit_on_src_pos.test unsup...Dan Blackwell
2025-10-31[clang][SPIR][SPIRV] Don't generate constant NULL from addrspacecast generic ...Wenju He
2025-10-30[MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in SuperV...Mehdi Amini