aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
AgeCommit message (Expand)AuthorFilesLines
7 days[MachinePipeliner] Add validation for missed loop-carried memory deps (#145878)Ryotaro Kasuga1-40/+154
2025-06-05[MachinePipeliner] Introduce a new class for loop-carried deps (#137663)Ryotaro Kasuga1-29/+219
2025-05-24[CodeGen] Remove unused includes (NFC) (#141320)Kazu Hirata1-1/+0
2025-05-14[MachinePipeliner] Extract some process into a separate function (#137662)Ryotaro Kasuga1-66/+59
2025-04-23[MachinePipeliner] Use AliasAnalysis properly when analyzing loop-carried dep...Ryotaro Kasuga1-88/+137
2025-03-23[CodeGen] Use *Set::insert_range (NFC) (#132651)Kazu Hirata1-2/+1
2025-03-21[MachinePipeliner] Fix incorrect handlings of unpipelineable insts (#126057)Ryotaro Kasuga1-0/+26
2025-03-20[llvm] Use *Set::insert_range (NFC) (#132325)Kazu Hirata1-5/+5
2025-03-06[MachinePipeliner] Use Register. NFC (#130165)Craig Topper1-29/+30
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr1-1/+1
2025-02-05[MachinePipeliner] Improve loop carried dependence analysis (#94185)Yuta Mukai1-74/+192
2025-02-05[CodeGen] Move MISched target hooks into TargetMachine (#125700)Christudasan Devadasan1-1/+1
2025-01-22[CodeGen] Rename RegisterMaskPair to VRegMaskOrUnit. NFC (#123799)Craig Topper1-5/+3
2025-01-18[CodeGen] Use Register/MCRegister::isPhysical. NFCCraig Topper1-1/+1
2024-12-24[MachinePipeliner] Add an abstract layer to manipulate Data Dependenc… (#10...Ryotaro Kasuga1-232/+300
2024-12-20[MachinePipeliner] Remove unused private field MFWang Pengcheng1-2/+1
2024-12-20[MachinePipeliner] Skip reserved registers when computing register pressure (...Pengcheng Wang1-6/+6
2024-12-18[MachinePipeliner] Use `RegisterClassInfo::getRegPressureSetLimit` (#119827)Pengcheng Wang1-42/+1
2024-12-16[NFC] Remove some unnecessary semicolonsDavid Green1-4/+4
2024-11-12[CodeGen] Remove unused includes (NFC) (#115996)Kazu Hirata1-3/+0
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