summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
AgeCommit message (Expand)Author
2025-02-07[MachineScheduler] Move the constructor definitions inside the class (NFC).users/cdevadas/code-refactor-to-avoid-compile-time-overheadChristudasan Devadasan
2025-02-05[MISched] Small debug improvements (#125072)Cullen Rhodes
2025-02-05CodeGen][NewPM] Port MachineScheduler to NPM. (#125703)Christudasan Devadasan
2025-02-05[CodeGen][MachineScheduler] Remove the unimplemented print method. (#125702)Christudasan Devadasan
2025-02-05[CodeGen] Move MISched target hooks into TargetMachine (#125700)Christudasan Devadasan
2025-01-22[CodeGen] Rename RegisterMaskPair to VRegMaskOrUnit. NFC (#123799)Craig Topper
2024-12-12[MISched] Unify the way to specify scheduling direction (#119518)Pengcheng Wang
2024-12-10[MISched] Compare right next cluster node (#116584)Pengcheng Wang
2024-12-05[Sched] Skip MemOp with unknown size when clustering (#118443)Pengcheng Wang
2024-11-27[MISched] Use right boundary when trying latency heuristics (#116592)Pengcheng Wang
2024-11-12[MISched] Add a hook to override PostRA scheduling policy (#115455)Pengcheng Wang
2024-11-08[CodeGen][MISched] Set DumpDirection after initPolicy (#115112)Pengcheng Wang
2024-09-24llvm-reduce: Don't print verifier failed machine functions (#109673)Matt Arsenault
2024-08-29[ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (#86149)Stephen Tozer
2024-08-04[CodeGen] Construct SmallVector with ArrayRef (NFC) (#101841)Kazu Hirata
2024-07-10[CodeGen][NewPM] Port `LiveIntervals` to new pass manager (#98118)paperchalice
2024-07-09[CodeGen][NewPM] Port `SlotIndexes` to new pass manager (#97941)paperchalice
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice
2024-07-01[llvm][CodeGen] Avoid 'raw_string_ostream::str' (NFC) (#97318)Youngsuk Kim
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice
2024-05-22[MISched][NFC] Add documentation comment in pickNode for ReadyQueue maintenen...Michael Maitland
2024-05-21MachineScheduler: Add parameter name commentsMatt Arsenault
2024-04-15[mi-sched] Suppress register pressure with i64. (#88256)laichunfeng
2024-04-02MachineScheduler: Simplify usage of TargetInstrInfoMatt Arsenault
2024-03-25[CodeGen][MISched] Add misched post-regalloc bidirectional scheduling (#77138)Michael Maitland
2024-03-06[Codegen] Make Width in getMemOperandsWithOffsetWidth a LocationSize. (#83875)David Green
2024-02-27[CodeGen][MISched] Add misched post-regalloc bottom-up schedulingMichael Maitland
2024-02-27[CodeGen][MISched] dumpSched direction depends on field in DAG.Michael Maitland
2024-02-07[Sched] Add MacroFusion mutation if fusions are not empty (#72227)Wang Pengcheng
2024-01-25[llvm] Move CodeGenTypes library to its own directory (#79444)Nico Weber
2024-01-24[CodeGen][MISched] Rename instance of Cycle -> ReleaseAtCycleMichael Maitland
2024-01-24[CodeGen][MISched] Handle empty sized resource usage. (#75951)Michael Maitland
2024-01-17[CodeGen][MISched][NFC] Rename some instances of Cycle -> ReleaseAtCycleMichael Maitland
2024-01-16[MachineScheduler] Add option to control reordering for store/load clustering...Alex Bradbury
2023-12-11[CodeGen][MachineScheduler][NFC]Update some comments of scheduler (#74705)Ningning Shi(史宁宁)
2023-12-06[MachineScheduler][NFCI] Add Offset and OffsetIsScalable args to shouldCluste...Alex Bradbury
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-08-01[MISched] Do not erase resource booking history for subunits.Francesco Petrogalli
2023-06-28[MISched] Fix bug(s) in bottom-up scheduling.Francesco Petrogalli
2023-06-20[llc][MISched] Add `-misched-detail-resource-booking` to llc.Francesco Petrogalli
2023-06-20Revert "[llc][MISched] Add `-misched-detail-resource-booking` to llc."Francesco Petrogalli
2023-06-20[llc][MISched] Add `-misched-detail-resource-booking` to llc.Francesco Petrogalli
2023-06-13[MISched][scheduleDump] Use stable_sort to prevent test failures.Francesco Petrogalli
2023-06-12[MISched] Use StartAtCycle in trace dumps.Francesco Petrogalli
2023-06-09[CodeGen] Fix a warning in release buildsKazu Hirata