summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-10[mlir][Transforms] CSE: Add filter options to control CSE'ingusers/matthias-springer/cse_filterMatthias Springer
2024-11-10[mlir][IR] `DominanceInfo`: Fix inconsistency in proper block/op dominance (#...Matthias Springer
2024-11-10[PAC][lld] Test warning emitted for non-PAuth-marked files with `-z pac-plt` ...Daniil Kovalev
2024-11-09[RISCV][GISel] Use boolean predicated legalization action methods to remove a...Craig Topper
2024-11-10[SLP][REVEC] Make GetMinMaxCost support FixedVectorType when REVEC is enabled...Han-Kuan Chen
2024-11-10Fix a warning. [-Wunused-but-set-variable]NAKAMURA Takumi
2024-11-10Fix mistakes in #113532 (#115631)Phoebe Wang
2024-11-09[RISCV][GISel] Add legalizer-info-validation test. NFCCraig Topper
2024-11-09[Target] Migrate away from PointerUnion::{is,get,dyn_cast} (NFC) (#115623)Kazu Hirata
2024-11-09[mlir][linalg] unfold projected permutation. (#114704)Javed Absar
2024-11-09[Vectorize] Simplify code with MapVector::operator[] (NFC) (#115592)Kazu Hirata
2024-11-09[VPlan] Add insertOnEdge to VPBlockUtils (NFC).Florian Hahn
2024-11-09Fix false positive in bugprone-throw-keyword-missing (#115302)Carlos Galvez
2024-11-09[ADT] Mark reverse and concat as nodiscard (#115611)Jakub Kuderski
2024-11-09[llvm] Add explicit visibility macros to YAMLTraits classes (#111484)Thomas Fransham
2024-11-09[VPlan] Add PredIdx and SuccIdx arguments to connectBlocks (NFC).Florian Hahn
2024-11-09[X86] Remove unused includes (NFC) (#115593)Kazu Hirata
2024-11-09[DebugInfo] Simplify code with std::map::operator[] (NFC) (#115591)Kazu Hirata
2024-11-09[lldb-dap] Use heterogenous lookups with std::map (NFC) (#115590)Kazu Hirata
2024-11-09[Inliner] Prevent adding pointer attributes to non-pointer arguments (#115569)Harald van Dijk
2024-11-09[VectorCombine] scalarizeBinopOrCmp - check for out of bounds element indicesSimon Pilgrim
2024-11-09[VectorCombine] Add test coverage for #115575Simon Pilgrim
2024-11-09[MemProf] Allow promotion if target is a declaration (#115555)Teresa Johnson
2024-11-09[libc][math] Fix log1p SEGV with large inputs when FTZ/DAZ flags are set. (#1...lntue
2024-11-09[X86] Make use of `null_frag` (NFC) (#115601)Sergei Barannikov
2024-11-09[InstCombine] Add load/select test with noundef/invariant.load.Florian Hahn
2024-11-09[GlobalISel][AArch64] Generate ptrtoint/inttoptr as opposed to bitcast in unm...David Green
2024-11-09[InstCombine] Add extra tests for preserving load metadata.Florian Hahn
2024-11-09[LLD][COFF] Support ARM64EC in BitcodeFile::getMachineType (#115474)Jacek Caban
2024-11-09[VPlan] Connect scalar header to CFG in VPlan unit test.Florian Hahn
2024-11-09[RISCV] When using global merging, don't enable merging of external globals b...Alex Bradbury
2024-11-09[LegalizeTypes] Support softening FMINIMUM/FMAXIMUM (#115463)Alex Bradbury
2024-11-09[InstCombine] add control for SimplifyDemandedVectorElts depth limit (#113717)Princeton Ferro
2024-11-09[SROA] Fix NumPromoted statistic for SROA pass (#115586)Afanasyev Ivan
2024-11-09[Instrumentation] Fix test failure in #115471 (#115596)paperchalice
2024-11-09[Instrumentation] Support `MachineFunction` in `OptNoneInstrumentation` (#115...paperchalice
2024-11-08[GlobalISel] Remove unused includes (NFC) (#115429)Kazu Hirata
2024-11-08[GISel][AArch64][RISCV] Allow G_SEXT_INREG patterns to be imported. (#115576)Craig Topper
2024-11-09[gn build] Port 8f4401374ca1LLVM GN Syncbot
2024-11-09Reland "[X86][AMX] Support AMX-AVX512" (#115581)Phoebe Wang
2024-11-08[CodeGen][X86] LiveRangeShrink: fix increment after end (#115276)Mirko
2024-11-09[TableGen][SelectionDAG] Remove the `implicit` DAG node (#115295)Sergei Barannikov
2024-11-08[Bazel] Add a comment why an export file is needed. (#115556)weiwei chen
2024-11-08AMDGPU: Default to selecting frame indexes to SGPRs (#115060)Matt Arsenault
2024-11-08[memprof] Teach extractCallsFromIR to look into inline stacks (#115441)Kazu Hirata
2024-11-08[RISCV] Fix some isel patterns that used a type where we normally put a regcl...Craig Topper
2024-11-08[FIX][AMDGPU] Fix test case failures that caused by reapply of #112403Shilei Tian
2024-11-08[HLSL] Add Append/ConsumeStructuredBuffer definitions to HLSLExternalSemaSour...Helena Kotas
2024-11-08Reapply "[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#...Shilei Tian
2024-11-08[lld][WebAssemlby] Implement --thinlto-object-suffix-replace/--thinlto-prefix...Sam Clegg