aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-03llvm-tli-checker: Avoid a temporary string while printingusers/arsenm/llvm-tli-checker/avoid-temp-string-printingMatt Arsenault1-12/+10
2025-06-03llvm-tli-checker: Print custom name instead of standard nameusers/arsenm/llvm-tli-checker/print-custom-nameMatt Arsenault5-14/+24
2025-06-03TargetLibraryInfo: Add tests for function availabilityusers/arsenm/target-library-info/add-tests-of-tli-checker-outputMatt Arsenault37-0/+18970
2025-06-03llvm-tli-checker: Remove TLINameList helper structMatt Arsenault2-34/+36
2025-06-02[NFC][CodeGen] Extract SanitizerHandler into own header (#142527)Vitaly Buka2-34/+51
2025-06-02[compiler-rt][RISC-V] ILP32E/LP64E Save/Restore Grouping (#95398)Sam Elliott2-28/+61
2025-06-02[mlir][memref] Add a folder for chained AssumeAlignmentOp ops. (#142425)Han-Chung Wang3-0/+23
2025-06-03[MISched] Add templates for creating custom schedulers (#141935)Pengcheng Wang9-69/+58
2025-06-03[RISCV] Add pre-defined macro tests for Andes vendor extension. NFC. (#141172)Jim Lin1-0/+32
2025-06-03[Clang] Properly deprecate `__reference_binds_to_temporary` (#141909)A. Jiang3-0/+6
2025-06-02[llvm] Use *Set::insert_range (NFC) (#138237)Kazu Hirata5-12/+8
2025-06-02[MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU [2/N] (#142477)Chao Chen11-49/+976
2025-06-03[libc++] Use `__reference_constructs_from_temporary` if eligible (#141916)A. Jiang4-22/+19
2025-06-02[AArch64] Initial compiler support for SVE unwind on Windows. (#138609)Eli Friedman9-41/+2760
2025-06-03[llvm-readobj] Support --string-table for COFF (#141552)Haohai Wen5-2/+57
2025-06-02[utils][tests] Adjust timeout-hang.py tolerances (#142089)Hubert Tong1-6/+15
2025-06-02[CIR] Support inline C++ member function definitions (#142484)Andy Kaylor14-23/+326
2025-06-02[libc][obvious] fix wchar yaml formatting (#142506)Michael Jones1-10/+10
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz7-0/+258
2025-06-02[libc] wcsstr implementation (#142440)sribee87-0/+202
2025-06-02[clang] Rename diag notes that assumed precompiled dependencies are pch's, NF...Cyndy Ishida6-12/+14
2025-06-02[llvm] annotate interfaces in llvm/IR for DLL export (#141650)Andrew Rogers105-3139/+3510
2025-06-02[gn build] Port 1a0f284dea00LLVM GN Syncbot1-0/+1
2025-06-02[NFC] Extract DWARFCFIProgram into separate files (#139326)Sterling-Augustine5-538/+605
2025-06-03[CIR][NFS] Remove unnecessary constraints asserts in VecCmpOp (#142473)Amr Hesham1-4/+0
2025-06-02[libc] added nullptr checks for wcspbrk (#142216)Uzair Nawaz3-0/+15
2025-06-02[libc] wcsncat implementation (#142431)sribee87-0/+167
2025-06-02[libc] Implemented wcsrchr (#142436)Uzair Nawaz7-0/+148
2025-06-02[libc] Implemented wcscmp (#142423)Uzair Nawaz7-0/+177
2025-06-02[llvm-pdbutil] Fix register enum field dumping/parsing (#82299)Nikita5-0/+57
2025-06-02[NFC][IR2Vec] Removing Dimension from `Embedder::Create` (#142486)S. VenkataKeerthy4-28/+19
2025-06-02[libc] Implemented wmempcpy (#142067)Uzair Nawaz7-0/+130
2025-06-02[Sanitizer][Ignorelist] Expanding =sanitize to mainfile. (#142472)Qinkun Bao2-6/+17
2025-06-02[Sanitizer][Ignorelist] Expanding =sanitize to global. (#142456)Qinkun Bao2-1/+38
2025-06-02[lldb-dap] Bump the version to 0.2.15Jonas Devlieghere1-1/+1
2025-06-02Have lldb-dap extension support multi-root workspace (#142470)award9991-2/+2
2025-06-02Revert "[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instru...Tulio Magno Quites Machado Filho2-90/+0
2025-06-02[RISCV] Use addi rather than addiw for immediates materialised by lui+addi(w)...Alex Bradbury153-1985/+1926
2025-06-02[UBSan][Ignorelist] Expanding =sanitize to fun. (#142074)Qinkun Bao2-1/+84
2025-06-02[Github] Bump Github Actions Runner in CI Agent ContainersAiden Grossman2-2/+2
2025-06-02[CIR] Fix dso_local and comdat handling for global vars (#142214)Andy Kaylor9-32/+191
2025-06-02[clang-format] Correctly annotate token-pasted function decl names (#142337)Owen Pan2-0/+9
2025-06-02Reland "[HLSL][RootSignature] Add parsing of filter enum for StaticSampler" (...Finn Plummer6-3/+180
2025-06-02[CIR][NFC] Upstream VectorType support in helper function (#142222)Amr Hesham7-41/+95
2025-06-02Revert "[MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU [2/N]" ...Chao Chen10-965/+48
2025-06-02[bazel] Port 0210750d5a5b4cfc8d2b6a9e94ace24d31d65ddcBenjamin Kramer1-0/+6
2025-06-02[BOLT] Fix references in ignored functions in CFG state (#140678)Maksim Panchenko6-14/+102
2025-06-02[Offload] Optimistically accept SM architectures (#142399)Joseph Huber1-2/+1
2025-06-02[mlir][linalg] Fix EraseIdentityLinalgOp on fill-like ops (#130000)Ian Wood2-11/+51
2025-06-03[NFC][RISCV] Use -O0 in trampoline test for easier code observation (#142332)Jesse Huang1-40/+40