summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-19fix testsusers/joaosaffran/144957joaosaffran
2025-06-19adding support to version in metadatajoaosaffran
2025-06-18[MLIR][XEGPU] Add blocking support for scatter ops (#144766)Jianhui Li
2025-06-18[lldb-dap] Use protocol types for ReadMemory request (#144552)Ebuka Ezike
2025-06-18[llvm-debuginfo-analyzer] Apply various memory savings in Core/LVxxx base cla...Javier Lopez-Gomez
2025-06-18[RISCV] Reduce the VL of both operands in VMERGE_VVM (#144759)Min-Yih Hsu
2025-06-18[mlir] Fix integer comparison warning (#144794)Diego Caballero
2025-06-18[CIR] Upstream ComplexType builtin_complex (#144225)Amr Hesham
2025-06-18[lldb][target] Add progress report for wait-attaching to process (#144768)Chelsea Cassanova
2025-06-18[clang] Use TargetInfo to determine device kernel calling convention (#144728)Nick Sarnie
2025-06-18[mlir][Vector] Add `vector.to_elements` op (#141457)Diego Caballero
2025-06-18Hexagon v87 v89 elf flags (#144584)Alexey Karyakin
2025-06-18Revert "[mlir][spirv] Fix int type declaration duplication when serializing" ...Jakub Kuderski
2025-06-18[llvm] build Blake3 source with LLVM_EXPORTS defined (#144753)Andrew Rogers
2025-06-18[lldb][breakpoint] Grey out disabled breakpoints (#91404)Chelsea Cassanova
2025-06-18[VPlan] Remove redundant VPWidenRecipe constructors (NFC)Florian Hahn
2025-06-18lsan: Support free_sized and free_aligned_sized from C23 (#144604)Justin King
2025-06-18[Remarks] Auto-detect remark parser format (#144554)Tobias Stadler
2025-06-18[CIR] Upstream support for IncompleteArrayType (#144138)Amr Hesham
2025-06-18[MemCpyOpt] allow some undef contents overread in processMemCpyMemCpyDependen...Jameson Nash
2025-06-18[AArch64] fix trampoline implementation: actually use X15 (#143892)Jameson Nash
2025-06-18Revert "[llvm-cov] Export decision coverage to output json" (#144783)Alan Phipps
2025-06-18[HashRecognize] Tighten pre-conditions for analysis (#144757)Ramkumar Ramachandra
2025-06-18[HashRecognize] Don't const-qualify Values in result (#144752)Ramkumar Ramachandra
2025-06-18[HashRecognize] Fix big-endian CRC tables (#144754)Ramkumar Ramachandra
2025-06-18[libc++] Fix a typo in documentation (#144763)Kazu Hirata
2025-06-18[llvm-cov] Export decision coverage to output json (#144335)uthmanna
2025-06-18[Clang][OpenMP][LoopTransformations] Fix incorrect number of generated loops ...Walter J.T.V
2025-06-18[flang][driver] add ability to look up feature flags without setting them (#1...Andre Kuhlenschmidt
2025-06-18[NFC][PowerPC] pre-commit running the update_llc_test_checks.py for all-atomi...zhijian lin
2025-06-18[TTI] Remove PPC hasActiveVectorLength impl, simplify interface (NFC). (#142310)Florian Hahn
2025-06-18Revert "[VPlan] Remove unnecessary DomTreeUpdater flush (NFC)." (#144758)Arthur Eubanks
2025-06-18[libc] Internal getrandom implementation (#144427)sribee8
2025-06-18[AArch64] improve zero-cycle regmov test (#143680)Tomer Shafir
2025-06-18[PowerPC] Add code to spill and restore DMRp registers (#142443)Lei Huang
2025-06-18sanitizer_common: add unsupported test for free_sized and free_aligned_sized ...Justin King
2025-06-18Revert "Add missing intrinsics to cuda headers" (#144755)Artem Belevich
2025-06-18[AArch64] Fix build failure with -Werror (#144749)John Brawn
2025-06-18[CodeGen][NFC] Fix quadratic c-t for large jump tablesAlexis Engelke
2025-06-18[flang] Show types in DumpEvExpr (#143743)Krzysztof Parzyszek
2025-06-18[mlir][vector] Support complete folding in single pass for vector.insert/vect...Yang Bai
2025-06-18[DAG] add (~a | x) & (a | y) -> (a & (x ^ y)) ^y for foldMaskedMerge (#144342)woruyu
2025-06-18[libc++] Optimize ranges::{for_each, for_each_n} for segmented iterators (#13...Peng Liu
2025-06-18[libc++] Clean up casts in std::forward_list (#130310)Peng Liu
2025-06-18Fix bazel build issue caused by #142986 second attempt (#144721 didnt… (#14...Karlo Basioli
2025-06-18[Clang] Fix the clang/test/PCH/ignored-pch.c test. (#144737)Ying Yi
2025-06-18[libc++] Make list constexpr as part of P3372R3 (#129799)Peng Liu
2025-06-18[scudo] Make report pointers const. (#144624)Christopher Ferris
2025-06-18[Matrix] Propagate shape information through PHI insts (#141681)Jon Roelofs
2025-06-18[InstCombine] Implement vp.reverse reordering/elimination through binop/unop ...Philip Reames