summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-08[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.boltnfci-simplify-dataaggregator-using-traces-1Amir Ayupov
2025-06-08[BOLT][NFCI] Skip validation in parseLBRSample (#143288)Amir Ayupov
2025-06-08[BOLT] Sort EntryData (#143308)Amir Ayupov
2025-06-08[BOLT][NFC] Move LBREntry from DataReader to DataAggregator (#143287)Amir Ayupov
2025-06-09[X86][FP16] Do not generate X86 FMIN/FMAX for FP16 when VLX not enabled (#143...Phoebe Wang
2025-06-08[llvm] Use *Map::try_emplace (NFC) (#143321)Kazu Hirata
2025-06-08[llvm] Use std::none_of (NFC) (#143320)Kazu Hirata
2025-06-08[lldb] Use std::none_of (NFC) (#143319)Kazu Hirata
2025-06-08[lld] Use std::none_of (NFC) (#143318)Kazu Hirata
2025-06-08[clangd] Use llvm::find (NFC) (#143317)Kazu Hirata
2025-06-08[CI] Use LLVM_ENABLE_RUNTIMES for runtimes builds on LinuxAiden Grossman
2025-06-08[libcxx] Include __fwd/span.h in <mdspan>Aiden Grossman
2025-06-08[LV] Reorganize index select tests (NFC).Florian Hahn
2025-06-08[VPlan] Infer result type for ComptueReductionResult in ::execute (NFC).Florian Hahn
2025-06-08[AArch64][GlobalISel] Add patterns for FPR i8 G_DUPDavid Green
2025-06-08[AArch64][GlobalISel] Add dup tests where load is not combined into dup. NFCDavid Green
2025-06-08[clang-tidy][NFC] run clang-format over 'cert', 'cppcore', 'fuchsia',… (#14...Baranov Victor
2025-06-08[clang-tidy][NFC] run clang-format over 'android', 'boost' and 'bugprone' che...Baranov Victor
2025-06-08[clang-tidy][NFC] run clang-format over `abseil` and `altera` checks. (#143314)Baranov Victor
2025-06-08[clang] AST: fix dependency calculation for TypedefTypes (#143291)Matheus Izvekov
2025-06-08Pretty print on -dump-pass-pipeline (#143223)Jeremy Kun
2025-06-08[LLVM][Tests] remove %exeext from lli-child-target parameter. (#143077)jeremyd2019
2025-06-08[ARM] Handle roundeven for MVE. (#142557)David Green
2025-06-08ELF,test: Make tests not rely on PPC64 .TOC.Fangrui Song
2025-06-08[LLD][Cygwin] Add libcygwin and libmsys-2.0 to exclude-from-auto-export libra...Tomohiro Kashiwada
2025-06-08[llvm][GVN] Propagate `trunc nuw to i1` equalities (#143273)Yash Solanki
2025-06-08[NFC][Clang] Adopt simplified `getTrailingObjects` in AST/Type (#143258)Rahul Joshi
2025-06-08[NFC][Clang] Adopt simplified `getTrailingObjects` in TemplateBase (#143257)Rahul Joshi
2025-06-08CodeGen: Look up frame-pointer attribute once (#142902)Matt Arsenault
2025-06-08[X86] Add test coverage for #143238Simon Pilgrim
2025-06-08Revert "[X86] Fold (add X, (srl Y, 7)) -> (sub X, (ashr Y, 7)) on vXi8 vector...Simon Pilgrim
2025-06-08[clang-tidy][NFC] fix formatting of `namespace-comment-check` (#143305)Baranov Victor
2025-06-08[DAGCombiner] Allow freeze to sink through fmul by adding it to AllowMultiple...Harrison Hao
2025-06-08[mlir][linalg] Simplify `createWriteOrMaskedWrite` (NFC) (#141567)Andrzej Warzyński
2025-06-08[AtomicExpandPass] Match isIdempotentRMW with InstcombineRMW (#142277)AZero13
2025-06-08added option `google-readability-namespace-comments.AllowNoNamespaceComments`...Thorsten Klein
2025-06-08[Scalar] Use std::none_of (NFC) (#143282)Kazu Hirata
2025-06-08[clang-tools-extra] Use llvm::any_of (NFC) (#143281)Kazu Hirata
2025-06-08[mlir] Strip away lambdas (NFC) (#143280)Kazu Hirata
2025-06-08[Vectorize] Strip away lambdas (NFC) (#143279)Kazu Hirata
2025-06-08[clang-move] Teach getDeclarationList to return ArrayRef (NFC) (#143278)Kazu Hirata
2025-06-08LanaiMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-08MipsMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-08[Clang] Support constexpr asm at global scope. (#143268)Corentin Jabot
2025-06-08AVRMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-08SystemZMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-08MCExpr: Move isSymbolUsedInExpression workaround to AMDGPUFangrui Song
2025-06-08[clang-tidy] Fix false positives with deducing this in `readability-convert-m...flovent
2025-06-07ARMMCExpr: Migrate to MCSpecifierExprFangrui Song
2025-06-07MCSpecifierExpr: Make dtor defaultedFangrui Song