aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-28[CodeGen] Avoid repeated hash lookups (NFC) (#110203)Kazu Hirata1-5/+3
2024-09-18[MachinePipeliner] Fix incorrect use of getPressureSets. (#109179)Craig Topper1-12/+17
2024-09-03[MachinePipeliner] Make Recurrence MII More Accurate (#105475)Michael Marjieh1-7/+9
2024-08-06[MachinePipeliner] Fix instruction order with physical register (#99264)Ryotaro KASUGA1-4/+7
2024-07-24[llvm][CodeGen] Added a new restriction for II by pragma in window scheduler ...Kai Yan1-2/+10
2024-07-13[CodeGen] Use range-based for loops (NFC) (#98706)Kazu Hirata1-8/+8
2024-07-10[CodeGen][NewPM] Port `LiveIntervals` to new pass manager (#98118)paperchalice1-6/+8
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice1-3/+3
2024-07-03Reapply "[MachinePipeliner] Fix constraints aren't considered in cert… (#97...Ryotaro KASUGA1-31/+39
2024-07-01Revert "[MachinePipeliner] Fix constraints aren't considered in certain cases...Ryotaro KASUGA1-39/+31
2024-07-01[MachinePipeliner] Fix constraints aren't considered in certain cases (#95356)Ryotaro KASUGA1-31/+39
2024-06-13[llvm][CodeGen] Add a new software pipeliner 'Window Scheduler' (#84443)Hua Tian1-1/+42
2024-06-12[ModuloSchedule][AArch64] Implement modulo variable expansion for pipelining ...Yuta Mukai1-0/+9
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice1-3/+3
2024-04-12[AArch64] Improve scheduling latency into Bundles (#86310)David Green1-1/+2
2024-04-08Replace copy with a reference. (#87975)Malay Sanghi1-2/+2
2024-04-03Reapply "[CodeGen] Fix register pressure computation in MachinePipeli… (#87...Ryotaro KASUGA1-1/+1
2024-04-01Revert "[CodeGen] Fix register pressure computation in MachinePipeliner (#870...Gulfem Savrun Yeniceri1-1/+1
2024-04-01[CodeGen] Fix register pressure computation in MachinePipeliner (#87030)Ryotaro KASUGA1-1/+1
2024-03-17[CodeGen] Use LocationSize for MMO getSize (#84751)David Green1-6/+7
2024-03-05Replace copy with a reference. (#82485)MalaySanghiIntel1-2/+2
2024-02-22[MachinePipeliner] Fix elements being added while the list is iterated (#80805)Yuta Mukai1-1/+0
2024-02-03[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-2/+2
2024-01-22[CodeGen][MachinePipeliner] Fix -Wpessimizing-move in MachinePipeliner.cpp (NFC)Jie Fu1-4/+4
2024-01-22[CodeGen][MachinePipeliner] Limit register pressure when scheduling (#74807)Ryotaro KASUGA1-20/+462
2023-12-11[MachinePipeliner] Fix store-store dependences (#72575)bcahoon1-3/+5
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata1-1/+1
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland1-6/+6
2023-08-24Revert "[TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics"Michael Maitland1-6/+6
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland1-6/+6
2023-08-24Revert "[TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics"Michael Maitland1-6/+6
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland1-6/+6
2023-06-16[MC] Add MCRegisterInfo::regunits for iteration over register unitsSergei Barannikov1-8/+6
2023-06-01[CodeGen] Make use of MachineInstr::all_defs and all_uses. NFCI.Jay Foad1-15/+12
2023-04-08[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-2/+1
2023-03-30[MachineScheduler] Rename postprocessDAG to postProcessDAG. NFCjacquesguan1-2/+2
2023-02-07[CodeGen] Define and use MachineOperand::getOperandNoJay Foad1-8/+6
2023-01-22Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata1-2/+2
2023-01-13[CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFCCraig Topper1-3/+3
2022-11-07[SWP] Recognize mem carried dep with different baseThomas Preud'homme1-9/+17
2022-09-16[MachinePipeliner] Fix the interpretation of the scheduling modelYuta Mukai1-140/+251
2022-08-30[ModuloScheduler] Fix missing LLVM_DEBUGDavid Penry1-1/+1
2022-08-22[ModuloSchedule] Add interface call to accept/reject SMS schedulesDavid Penry1-0/+6
2022-08-17Revert "[ModuloSchedule] Add interface call to accept/reject SMS schedules"David Penry1-6/+0
2022-08-17[ModuloSchedule] Add interface call to accept/reject SMS schedulesDavid Penry1-0/+6
2022-07-18CodeGen: Remove AliasAnalysis from regallocMatt Arsenault1-3/+3
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata1-9/+9
2022-06-18[llvm] Call *set::insert without checking membership first (NFC)Kazu Hirata1-2/+1
2022-06-10[CodeGen] Use llvm::erase_value (NFC)Kazu Hirata1-1/+1