aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-07[NFC] Fix spelling/newlines in comments/debug messagesDavid Penry1-2/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-2/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+0
2022-06-04[CodeGen] Use a range-based for loop (NFC)Kazu Hirata1-2/+1
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song1-4/+3
2022-05-05[MachinePipeliner] Fix unscheduled instructionThomas Preud'homme1-1/+3
2022-04-29Reapply [CodeGen][ARM] Enable Swing Module Scheduling for ARMDavid Penry1-8/+89
2022-04-28Revert "[CodeGen][ARM] Enable Swing Module Scheduling for ARM"David Penry1-89/+8
2022-04-28[CodeGen][ARM] Enable Swing Module Scheduling for ARMDavid Penry1-8/+89
2022-04-04[Pipeliner] Fix comment typoThomas Preud'homme1-1/+1
2022-03-16Cleanup codegen includesserge-sans-paille1-2/+2
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-2/+2
2022-03-10Cleanup codegen includesserge-sans-paille1-2/+2
2022-03-09[MachinePipeliner] Fix isPseduo typo.Thomas Preud'homme1-2/+2
2021-12-12[llvm] Use llvm::reverse (NFC)Kazu Hirata1-4/+2
2021-12-08[NFC] Rename MachineFunction::deleteMachineInstr (coding style)Mircea Trofin1-2/+2