summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-06[LV] Bundle sub reductions into VPExpressionRecipeusers/SamTebbs33/expression-recipe-subSamuel Tebbs
2025-07-02[LV] Create in-loop sub reductionsSamuel Tebbs
2025-07-02[Offload] Add `MAX_WORK_GROUP_SIZE` device info query (#143718)Ross Brunton
2025-07-02[NFC] Replace "omp.default.mapper" with llvm::omp::OmpDefaultMapperName.Akash Banerjee
2025-07-02[CIR] Add OptInfo attribute (#146261)Sirui Mu
2025-07-02[CIR] Add mlir-translate to CMake (#146608)Andres-Salamanca
2025-07-02[Clang] Properly use `CommaJoined` for `--offload-arch` (#146687)Joseph Huber
2025-07-02[Bitcode] Extract common BitCodeAbbrevOps (NFC)Nikita Popov
2025-07-02[flang] Emit `fir.global` in the global address space (#146653)Kareem Ergawy
2025-07-02[DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (#142757)bd1976bris
2025-07-02[lldb][test] Consolidate generic and libcxx std::deque formatter tests (#146697)Michael Buch
2025-07-02[CIR] Untie Type and Attribute definitions (#146663)Henrich Lauko
2025-07-02[Clang][DLCov][NFCish] Fix debugloc coverage tracking macro in Clang (#146521)Stephen Tozer
2025-07-02[Clang][OpenCL] Declare cl_amd_media_ops/cl_amd_media_ops2 builtins with -fde...Juan Manuel Martinez CaamaƱo
2025-07-02[clang-fuzzer] Fix latent race condition in build (#146119)Paddy McDonald
2025-07-02[CIR] Clean up FPAttr (#146662)Henrich Lauko
2025-07-02[Xtensa] Implement THREADPTR and DFPAccel Xtensa Options. (#145543)Andrei Safronov
2025-07-02[InstCombine] Fix multi-use handling for multi-GEP rewrite (#146689)Nikita Popov
2025-07-02[AMDGPU] Remove HasSampler variable. NFC. (#146682)Jay Foad
2025-07-02[clang-tidy] Fix false positive for cppcoreguidelines-pro-bounds-pointer-arit...flovent
2025-07-02[HashRecognize] Rewrite arePHIsIntertwined (#144878)Ramkumar Ramachandra
2025-07-02[CIR] Clean up IntAttr (#146661)Henrich Lauko
2025-07-02[mlir][Affine] Fix crash in affine-loop-fusion pass by guarding against an em...Ayokunle Amodu
2025-07-02[CIR] Introduce IntTypeInterface to allow uniform integer types handling (#14...Henrich Lauko
2025-07-02[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)Joseph Huber
2025-07-02[mlir][linalg] Use `ub.poison` in linalg vectorizer instead of `0` for some t...Fabian Mora
2025-07-02[SystemZ][HLASM] Emit END instruction (#146110)Kai Nacke
2025-07-02[DAG] Refactor X86 combineVSelectWithAllOnesOrZeros fold into a generic DAG C...woruyu
2025-07-02Only restart failed libc++ jobs, not cancelled ones. (#146397)Eric
2025-07-02[llvm][docs] Remove LLDB DWARF64 release noteDavid Spickett
2025-07-02Remove helper function and use target agnostic needConversion function (#146680)Abhina Sree
2025-07-02[lldb][test][NFC] Rename libcxx unordered_map tests to unordered_map-iteratorMichael Buch
2025-07-02[AMDGPU] Use isImage. NFC. (#146677)Jay Foad
2025-07-02X86: Avoid some uses of getPointerTy (#146306)Matt Arsenault
2025-07-02[Offload] Store kernel name in GenericKernelTy (#142799)Ross Brunton
2025-07-02[LLD][COFF] Disallow importing DllMain from import libraries (#146610)Alexandre Ganea
2025-07-02[Offload] Improve liboffload documentation (#142403)Callum Fare
2025-07-02[SPIRV] Add FloatControl2 capability (#144371)Steven Perron
2025-07-02[GlobalISel] Allow expansion of urem by constant in prelegalizer (#145914)jyli0116
2025-07-02Reland [TSan] Clarify and enforce shadow end alignment (#146676)Kunqiu Chen
2025-07-02[AMDGPU] Add a debug option `-amdgpu-snop-padding` for `GCNHazardRecognizer` ...Shilei Tian
2025-07-02Revert "[TSan] Clarify and enforce shadow end alignment" (#146674)Kunqiu Chen
2025-07-02[MLIR] Remove spurious space when printing `prop-dict` (#145962)Mehdi Amini
2025-07-02[LV] Add support for partial reductions without a binary op (#133922)David Sherwood
2025-07-02[libc] Use is aligned builtin instead of ptrtoint (#146402)Joseph Huber
2025-07-02[lldb-dap] Fix flaky test TestDAP_server (#145231)DrSergei
2025-07-02TargetOptions: Look up frame-pointer attribute once (#146639)Matt Arsenault
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer
2025-07-02[Xtensa] Implement lowering SELECT_CC/BRCC for Xtensa FP Option. (#145544)Andrei Safronov
2025-07-02[LLVM][AArch64] Relax SVE/SME codegen predicates. (#145322)Paul Walker