summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-04[libc++] Add ABI flag to make __tree nodes more compactusers/philnik777/tree_pointer_int_pairNikolas Klauser
2025-09-04[libc++] Add accessor functions to __tree_node_baseNikolas Klauser
2025-09-03[libc++] Add __pointer_int_pairNikolas Klauser
2025-09-03[libc++][C++03] Backport #111127, #112843 and #121620 (#155571)Nikolas Klauser
2025-09-03[libc++] Add thread safety annotations for std::lock (#154078)Nikolas Klauser
2025-09-03[libc++] Simplify std::function implementation further (#145153)Nikolas Klauser
2025-09-03[libc++] Refactor __tree::__find_equal to not have an out parameter (#147345)Nikolas Klauser
2025-09-03[libc++] Optimize {map,set}::insert(InputIterator, InputIterator) (#154703)Nikolas Klauser
2025-09-03AMDGPU: Add test for mfma rewrite pass respecting optnone (#153025)Matt Arsenault
2025-09-03AMDGPU: Add statistic for number of MFMAs moved to AGPR form (#153024)Matt Arsenault
2025-09-03AMDGPU: Add baseline test for unspilling VGPRs after MFMA rewrite (#154322)Matt Arsenault
2025-09-03AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy (#153022)Matt Arsenault
2025-09-03[RISCV] Remove unused `IntrinsicTypes` from help functions in RISCV.cpp. NFC.Jim Lin
2025-09-02[HLSL][NFC] Add assert to verify implicit binding resource attribute exists (...Helena Kotas
2025-09-02[RISCV] Add Zfh RUN lines to calling-conv-half.ll. NFC (#156562)Craig Topper
2025-09-03[MLIR][NVVM] [NFC] Rename Tcgen05GroupKind to CTAGroupKind (#156448)Durgadoss R
2025-09-03[X86] Clear EVEX512 feature for 128-bit and 256-bit FMA intrinsics (#156472)Chaitanya Koparkar
2025-09-02[libc] Add more elementwise wrapper functions (#156515)Joseph Huber
2025-09-03[RISCV] Simplify code gen for riscv_vector_builtin_cg.inc [NFC] (#156397)Kito Cheng
2025-09-03AMDGPU: Add tests for ds_write2 formation with agprs (#155765)Matt Arsenault
2025-09-02[AMDGPU][True16][CodeGen] update zext pattern with reg_sequence (#154952)Brox Chen
2025-09-03[RISCV] Fix incorrect folding of select on ctlz/cttz (#155231)Mitch
2025-09-03[VPlan] Reassociate (x & y) & z -> x & (y & z) (#155383)Luke Lau
2025-09-03[RISCV] Commute True in foldVMergeToMask (#156499)Luke Lau
2025-09-03AMDGPU: Try to constrain av registers to VGPR to enable ds_write2 formation (...Matt Arsenault
2025-09-03AMDGPU: Fix true16 d16 entry table for DS pseudos (#156419)Matt Arsenault
2025-09-02[CG] Add VTs for v[567]i1 and v[567]f16 (#156523)Adam Nemet
2025-09-03AMDGPU: Replace constexpr with inlineMatt Arsenault
2025-09-03AMDGPU: Fold 64-bit immediate into copy to AV class (#155615)Matt Arsenault
2025-09-03[NFC][libclc] Move _CLC_V_V_VP_VECTORIZE macro into clc_lgamma_r.cl and delet...Wenju He
2025-09-03AMDGPU: Refactor isImmOperandLegal (#155607)Matt Arsenault
2025-09-03AMDGPU: Avoid using exact class check in reg_sequence AGPR fold (#156135)Matt Arsenault
2025-09-03AMDGPU: Reorder arguments of DS_Real_gfx12 (NFC) (#156405)Matt Arsenault
2025-09-03AMDGPU: Fix adding m0 uses to gfx94/gfx12 ds atomics (#156402)Matt Arsenault
2025-09-02[AMDGPU] Update builtins-amdgcn-error-gfx1250-param.cl (#156551)Changpeng Fang
2025-09-02[AMDGPU] Support cluster load instructions for gfx1250 (#156548)Changpeng Fang
2025-09-02[libc] Install dladdr on X86 (#156500)Aiden Grossman
2025-09-02[libc] Add CMake Target for Dl_info.h Header (#156195)Aiden Grossman
2025-09-02[WebAssembly] Guard use of getSymbolName with isSymbol (#156105)Derek Schuff
2025-09-03[lldb][windows] use Windows APIs to print to the console (#156469)Charles Zablit
2025-09-02[AMDGPU] Adjust VGPR allocation encoding on gfx1250 (#156546)Stanislav Mekhanoshin
2025-09-02[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in ReshapeOpsUtil...Mehdi Amini
2025-09-02[MLIR] Apply clang-tidy fixes for modernize-use-emplace in TosaReduceTranspos...Mehdi Amini
2025-09-02[OpenACC] Make 'reduction' on a complex ill-formederichkeane
2025-09-02[NVPTX] Fix `fence-nocluster.ll` `ptxas` invocation (NFC) (#156531)Justin Fargnoli
2025-09-02[lldb] Format source/Commands/Options.td (#156517)Jonas Devlieghere
2025-09-02[flang][rt] Remove findloc.cpp from supported_sources fro CUDA build (#156542)Valentin Clement (バレンタイン クレメン)
2025-09-02[RISCV] Simplify interface of RISCVAsmPrinter::lowerToMCInst [nfc] (#156482)Philip Reames
2025-09-02Generalize test over 32 and 64bit targetsDavid Blaikie
2025-09-02[lldb][NativePDB] Sort function name and type basename maps deterministically...Zequan Wu