summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-28address commentsusers/matthias-springer/vector_type_ptrMatthias Springer
2025-03-27address commentsMatthias Springer
2025-03-27[mlir][IR] Experiment: Allow ptr as vector element typeMatthias Springer
2025-03-27[X86] combineINSERT_SUBVECTOR - fold insert_subvector(base,extract_subvector(...Simon Pilgrim
2025-03-27[lldb] Remove (deprecated) Function::GetAddressRange (#132923)Pavel Labath
2025-03-27[lldb] Remove UnwindPlan::Row shared_ptrs (#132370)Pavel Labath
2025-03-27[LoongArch][MC] Add support for disassembly option "no-aliases" (#132900)WÁNG Xuěruì
2025-03-27[X86] SimplifyDemandedBitsForTargetNode - add X86ISD::BLENDI handling (#133102)Simon Pilgrim
2025-03-27[Coro] Allow spilling @llvm.coro.suspend() to the coro frame (#133088)Hans Wennborg
2025-03-27[libclc] Move log1p/asinh/acosh/atanh to the CLC library (#132956)Fraser Cormack
2025-03-27Fix MSVC signed/unsigned comparison warning. NFC.Simon Pilgrim
2025-03-27Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim
2025-03-27Revert "[MIPS] Define SubTargetFeature for i6500 cpu" (#133215)Djordje Todorovic
2025-03-27[clang-format] Allow `Language: Cpp` for C files (#133033)Owen Pan
2025-03-27[clang-format] Fix a regression on annotating template angles (#132885)Owen Pan
2025-03-27[MIPS] Define SubTargetFeature for i6500 cpu (#132907)Mallikarjuna Gouda
2025-03-27Invalidate range metadata when folding bitcast into load (#133095)LU-JOHN
2025-03-27[mlir][llvmir] Add llvm.intr.ldexp operation (#133070)Letu Ren
2025-03-27[mlir][llvmir] add llvm.experimental.constrained.sitofp intrinsics (#133166)Letu Ren
2025-03-26[lldb] Avoid flickering by not clearing the statusline when redrawingJonas Devlieghere
2025-03-26[lldb] Avoid unnecessary statusline redraw in HandleProgressEventJonas Devlieghere
2025-03-27[C++20] [Modules] Add a testChuanqi Xu
2025-03-26[asan][NFCI] Add ASAN_POISONING_H header guard (#133178)Thurston Dang
2025-03-27clang/lib/Sema/SemaExprCXX.cpp: Suppress a warning introduced in #133113. [-W...NAKAMURA Takumi
2025-03-27[Docs][RISCV] Update RISCVVectorExtension.rst to reflect RISCVVMV0Elimination...Luke Lau
2025-03-26[RISCV] Drop '-x c' from riscv-target-features.c. NFCCraig Topper
2025-03-26[Driver] Use a range constructor of StringSet (NFC) (#133201)Kazu Hirata
2025-03-26[RISCV] Use named sub-operands to simplify encoding/decoding for CoreV Reg-Re...Craig Topper
2025-03-27[compiler-rt][builtins] Add missing flag for builtins standalone build (#133046)Wu Yingcong
2025-03-27[CI] Fix typo in compute_projects_test.pyAiden Grossman
2025-03-26[mlir][NFC] Move and rename EnumAttrCase, EnumAttr C++ classes (#132650)Krzysztof Drewniak
2025-03-26[RISCV] Use a precise size for MMO on scalable spill and fill (#133171)Philip Reames
2025-03-27[LoongArch] Custom lower vector trunc to vector shuffle (#130938)tangaac
2025-03-26[libc++][ranges] Adjust inheritance detection for `enable_view` (#132582)A. Jiang
2025-03-26[libc++] Verify std::forward_like's mandates clause. (#127318)Mark de Wever
2025-03-27Port `NVPTXTargetLowering::LowerCONCAT_VECTORS` to SelectionDAG (#120030)Ethan Kaji
2025-03-26[DWARFLinker] Handle empty sequences when processing `DW_AT_LLVM_stmt_sequenc...alx32
2025-03-26[CI] Exclude runtimes from being tested as projectsAiden Grossman
2025-03-26[webkit.RefCntblBaseVirtualDtor] Add support for NoVirtualDestructorBase. (#1...Ryosuke Niwa
2025-03-26[clang][ExtractAPI] fix a couple crashes when used via libclang (#132297)QuietMisdreavus
2025-03-26[github] remove more caches after downloading things (#133129)George Burgess IV
2025-03-26[RISCV] Fix incorrect runline for testPhilip Reames
2025-03-26[AMDGPU][True16][CodeGen] srl pattern for true16 mode (#132987)Brox Chen
2025-03-26[AsmPrinter] Don't pass Twine by value. NFCCraig Topper
2025-03-26[mlir][IntegerRangeAnalysis] expose maybeReplaceWithConstant (#133151)Maksim Levental
2025-03-26[RISCV] Remove unnecessary struct keyword. NFCCraig Topper
2025-03-26[gn build] Port 9c18edc62123LLVM GN Syncbot
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere
2025-03-26[TableGen] Speed up inferMatchingSuperRegClass. NFC. (#133060)Jay Foad
2025-03-26[libc][bazel] Create a libc_header_library macro for hand-in-hand. (#133131)Alexey Samsonov