summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-20[Pass] Add `eraseIf` in pass managers and adaptorsusers/paperchalice/gt/11-20-_pass_add_eraseif_in_pass_managers_and_adaptorsPaperChalice
2024-11-20[llvm-profdata] fix typo (#116754)lifengxiang1025
2024-11-20Disable symbol versions for clang-cpp also with MSVCAaron Puchert
2024-11-20[LoongArch] Record the special AMO operand constraint with TableGen (#114398)WÁNG Xuěruì
2024-11-20Introduce symbol versioning for clang-cpp (#116556)Aaron Puchert
2024-11-20Revert "[flang] Introduce hlfir.elemental lowerings to omp.workshare_loop_nes...Ivan Radanov Ivanov
2024-11-20[flang] Introduce hlfir.elemental lowerings to omp.workshare_loop_nest (#104748)Ivan R. Ivanov
2024-11-19[CMake] Update CMake cache file for the ARM/Aarch64 cross toolchain builds. N...Vladimir Vereschaka
2024-11-20[mlir][arith] Fix build after #114152 (part 3) (#116903)Matthias Springer
2024-11-20[mlir][arith] Fix build after #114152 (part 2) (#116901)Matthias Springer
2024-11-19[flang][cuda] Update test after #116882Valentin Clement
2024-11-20[mlir][memref] Fix broken test after #114152 (#116898)Matthias Springer
2024-11-19[flang][cuda] Do not generate NVVM target attribute when creating the module ...Valentin Clement (バレンタイン クレメン)
2024-11-19[RISCV] Add additional CHECK prefixes to fixed-vectors-strided-load-store-asm...Craig Topper
2024-11-19Revert "Introduce symbol versioning for clang-cpp (#116556)"Shubham Sandeep Rastogi
2024-11-19[MLIR] extend `getCompressedMaskOp` support in `VectorEmulateNarrowType` (#11...lialan
2024-11-19[BOLT] Offset LPStart to avoid unnecessary instructions (#116713)Maksim Panchenko
2024-11-20[mlir][func] Remove `func-bufferize` pass (#114152)Matthias Springer
2024-11-19[SandboxVec][DAG] Register callback for erase instr (#116742)vporpo
2024-11-19[flang] Silence bogus error about insufficiently defined interfaces (#116694)Peter Klausler
2024-11-19[flang] Silence bogus error on local proc pointer initializer (#116663)Peter Klausler
2024-11-19[flang] Catch I/O statement error (#116647)Peter Klausler
2024-11-19[flang] Rework CUDA kernel DO host array check (#116301)Peter Klausler
2024-11-19[MachineSink] Fix stable sort comparator (#116705)Ellis Hoag
2024-11-19Revert "[lldb] Allow fetching of RA register when above fault handler (#98566)"Jason Molenda
2024-11-19[mlir,python] Expose replaceAllUsesExcept to Python bindings (#115850)Perry Gibson
2024-11-19[gn build] Port 3a6340768631LLVM GN Syncbot
2024-11-19[mlir] Support ROCDL::ReadlaneOp (#116593)Kyle Wang
2024-11-20[libc++] Make __atomic_base into an implementation detail of std::atomic (#11...Louis Dionne
2024-11-19Introduce symbol versioning for clang-cpp (#116556)Aaron Puchert
2024-11-19[rtsan] Add more file descriptor interceptors - dup*, lseek (#116853)Chris Apple
2024-11-19[rtsan] Add support for ReportErrorSummary (#116424)Chris Apple
2024-11-19[libcxx] Passthrough the necessary CMake variables to benchmarks (#116644)Petr Hosek
2024-11-19[RISCV] Add TT-Ascalon-d8 processor (#115100)Petr Penzin
2024-11-19[flang][cuda] Materialize constant src in memory (#116851)Valentin Clement (バレンタイン クレメン)
2024-11-19[Local] Only intersect llvm.access.group metadata if instr moves. (#115868)Florian Hahn
2024-11-19[lld][WebAssembly] Fix TLS-relative relocations when linking without shared m...Sam Clegg
2024-11-19AMDGPU: Clean up more real instruction predicate overrides (#116868)Matt Arsenault
2024-11-19[lldb] Fix comment in ~Thread (NFC) (#116850)Dave Lee
2024-11-19[mlir][Bindings] Fix missing return value of functions and incorrect type hin...annuasd
2024-11-19[mlir][XeGPU] Add a builder for xegpu.create_nd_tdesc op. (#116472)Md Abdullah Shahneous Bari
2024-11-19[CudaSPIRV] Add support for optional spir-v attributes (#116589)Alexander Shaposhnikov
2024-11-19[lldb] Refactor helper by using iterators and in-place edits (NFC) (#116876)Adrian Prantl
2024-11-19[AArch64] Make sure there is test coverage for ptr phis. NFCDavid Green
2024-11-19Fix broken linkAdrian Prantl
2024-11-19[BOLT] Overwrite .eh_frame and .gcc_except_table (#116755)Maksim Panchenko
2024-11-19[SPIR-V] Disable Machine Sink pass in SPIR-V Backend (#116060)Vyacheslav Levytskyy
2024-11-19[flang][cuda] Handle implicit global in cuf kernel and nested statement (#116...Valentin Clement (バレンタイン クレメン)
2024-11-19[RISCV][GISel] Make extended loads and truncating stores with s16 register ty...Craig Topper
2024-11-19[SLP]Check if the buildvector root is not a part of the graph before deletionAlexey Bataev