summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-19[clang-doc] Remove uses of consumeErrorusers/ilovepi/remove-consume-errorPaul Kirth
2025-11-19[Support] Use StringMap::contains (NFC) (#168673)Kazu Hirata
2025-11-19[llvm-profdata] Use a range-based for loop (NFC) (#168672)Kazu Hirata
2025-11-19[llvm-cov] Use a range-based for loop (NFC) (#168671)Kazu Hirata
2025-11-19[ObjectYAML][CodeView] Include inline annotation data (#168211)nerix
2025-11-19[compiler-rt] [libFuzzer] Fix merge-posix test (again) (#168639)Andrew Haberlandt
2025-11-19[lldb][windows] add color to the Python.dll not found error (#168718)Charles Zablit
2025-11-19[X86] X86ISelDAGToDAG - don't let ADD/SUB(X,1) -> SUB/ADD(X,-1) constant fold...Simon Pilgrim
2025-11-20[IPT] Remove ipt.NumInstScanned statistic (#168515)Luke Lau
2025-11-19[Hexagon] Enable soft bf16 in hexagon (#167924)Fateme Hosseini
2025-11-19[AArch64][GlobalISel] Added support for hadd family of intrinsics (#163985)Joshua Rodriguez
2025-11-19[Clang] suppress -Wmissing-noreturn for virtual methods with throw-only bodie...Oleksandr T.
2025-11-19[NFC][MC] Namespace cleanup in MC (#168627)Rahul Joshi
2025-11-19[NFC][LLVM] Namespace cleanup in SLPVectorizer (#168623)Rahul Joshi
2025-11-19[NFC][TableGen] Add IfGuardEmitter and adopt it in InstrInfoEmitter (#168616)Rahul Joshi
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata
2025-11-19[llvm] Construct iterator_range with the conversion constructor (NFC) (#168674)Kazu Hirata
2025-11-19[libLTO] add thinlto caching flags to libLTO (#168567)Wael Yehia
2025-11-19[ASan] Fix interface_symbols_darwin.cpp on internal shellAiden Grossman
2025-11-19[flang][NFC] Strip trailing whitespace from tests (7 of N)Tarun Prabhu
2025-11-19[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENT...Maksim Levental
2025-11-19[AMDGPU] Remove leftover implicit operands from SI_SPILL/SI_RESTORE. (#168546)LU-JOHN
2025-11-19[clang][analyzer] Add defer_lock_t modelling to BlockInCriticalSectionChecker...Endre Fülöp
2025-11-19[mlir][vector] Missing indices on vectorization of 1-d reduction to 1-ranked ...Simone Pellegrini
2025-11-19[asan] Implement address sanitizer on AIX: platform support (#139587)Jake Egan
2025-11-19[mlir][tensor] Drop unused AffineExpr variable (NFC) (#168651)Longsheng Mou
2025-11-19[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan
2025-11-19[clang-tidy][docs][NFC] Enforce 80 characters limit (4/4) (#168049)mitchell
2025-11-19[libc++] Make views::iota aware of __int128 (#167869)Nikolas Klauser
2025-11-19[OpenACC][CIR] Implement 'atomic capture' lowering (#168422)Erich Keane
2025-11-19[HLSL] Add initial support for output semantics (#168095)Nathan Gauër
2025-11-19[RISCV][test] Add sincos-expansion.ll test caseAlex Bradbury
2025-11-19[LV] Consolidate shouldOptimizeForSize and remove unused BFI/PSI. NFC (#168697)Luke Lau
2025-11-19[flang] "Almost NFC" changes to fir::runtime::genCharCompare() (#168563)Eugene Epshteyn
2025-11-19[Clang] Gut the libc wrapper headers and simplify (#168438)Joseph Huber
2025-11-19[LoopInterchange] Don't consider loops with BTC=0 (#167113)Sjoerd Meijer
2025-11-19[DA] Replace delinearization for fixed size array (#161822)Ryotaro Kasuga
2025-11-19[AArch64] Update zero latency instructions in Neoverse scheduling tables (#16...Simon Wallis
2025-11-19[MLIR][ODS] Fully qualify namespace for mlir::Attribute in ODS generated code...BogdanDragosV
2025-11-19[Clang][Codegen] Move floating point math intrinsic check to separate functio...Hendrik Hübner
2025-11-19[AArch64] match TRN starting from undef elements (#167955)Philip Ginsbach-Chen
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse
2025-11-19[VPLan] Reduce duplication in VPHeaderPHIRecipe::classof. (NFCI)Florian Hahn
2025-11-19[AArch64][GlobalISel] Check unmergeSrc is a vector in matchCombineBuildUnmerg...Ryan Cowan
2025-11-19[LifetimeSafety] Detect use-after-return (#165370)Kashika Akhouri
2025-11-19[Clang][X86] allow VPERMILPD/S imm intrinsics to be used in constexpr (#168044)stomfaig
2025-11-19[X86] EltsFromConsecutiveLoads - add recursion depth limiter (#168694)Simon Pilgrim
2025-11-19[AllocToken] Fix and clarify -falloc-token-max=0 (#168689)Marco Elver
2025-11-19[SPARC][NFC] Move clang tests into own subdirectory (#168657)Koakuma
2025-11-19[AMDGPU][SDAG] Only fold flat offsets if they are inbounds PTRADDs (#165427)Fabian Ritter