summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
AgeCommit message (Expand)Author
2024-01-22[CodeGen][MachinePipeliner] Limit register pressure when scheduling (#74807)Ryotaro KASUGA
2023-12-11[MachinePipeliner] Fix store-store dependences (#72575)bcahoon
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland
2023-08-24Revert "[TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics"Michael Maitland
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland
2023-08-24Revert "[TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics"Michael Maitland
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland
2023-06-16[MC] Add MCRegisterInfo::regunits for iteration over register unitsSergei Barannikov
2023-06-01[CodeGen] Make use of MachineInstr::all_defs and all_uses. NFCI.Jay Foad
2023-04-08[CodeGen] Use range-based for loops (NFC)Kazu Hirata
2023-03-30[MachineScheduler] Rename postprocessDAG to postProcessDAG. NFCjacquesguan
2023-02-07[CodeGen] Define and use MachineOperand::getOperandNoJay Foad
2023-01-22Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata
2023-01-13[CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFCCraig Topper
2022-11-07[SWP] Recognize mem carried dep with different baseThomas Preud'homme
2022-09-16[MachinePipeliner] Fix the interpretation of the scheduling modelYuta Mukai
2022-08-30[ModuloScheduler] Fix missing LLVM_DEBUGDavid Penry
2022-08-22[ModuloSchedule] Add interface call to accept/reject SMS schedulesDavid Penry
2022-08-17Revert "[ModuloSchedule] Add interface call to accept/reject SMS schedules"David Penry
2022-08-17[ModuloSchedule] Add interface call to accept/reject SMS schedulesDavid Penry
2022-07-18CodeGen: Remove AliasAnalysis from regallocMatt Arsenault
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata
2022-06-18[llvm] Call *set::insert without checking membership first (NFC)Kazu Hirata
2022-06-10[CodeGen] Use llvm::erase_value (NFC)Kazu Hirata
2022-06-07[NFC] Fix spelling/newlines in comments/debug messagesDavid Penry
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04[CodeGen] Use a range-based for loop (NFC)Kazu Hirata
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-05-05[MachinePipeliner] Fix unscheduled instructionThomas Preud'homme
2022-04-29Reapply [CodeGen][ARM] Enable Swing Module Scheduling for ARMDavid Penry
2022-04-28Revert "[CodeGen][ARM] Enable Swing Module Scheduling for ARM"David Penry
2022-04-28[CodeGen][ARM] Enable Swing Module Scheduling for ARMDavid Penry
2022-04-04[Pipeliner] Fix comment typoThomas Preud'homme
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-03-09[MachinePipeliner] Fix isPseduo typo.Thomas Preud'homme
2021-12-12[llvm] Use llvm::reverse (NFC)Kazu Hirata
2021-12-08[NFC] Rename MachineFunction::deleteMachineInstr (coding style)Mircea Trofin
2021-12-06[CodeGen] Use range-based for loops (NFC)Kazu Hirata
2021-12-04[CodeGen] Use range-based for loops (NFC)Kazu Hirata
2021-11-29[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-28[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-28[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-10-26[CodeGen, Hexagon] Use MachineBasicBlock::phis (NFC)Kazu Hirata
2021-08-13[NFC] Clean up users of AttributeList::hasAttribute()Arthur Eubanks
2021-04-09[NFC][AA] Prepare to convert AliasResult to class with PartialAlias offset.dfukalov