summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PostRASchedulerList.cpp
AgeCommit message (Expand)Author
2025-05-22[LLVM][CodeGen] Add convenience accessors for MachineFunctionProperties (#140...users/pcc/spr/main.elf-add-branch-to-branch-optimizationRahul Joshi
2025-02-05CodeGen][NewPM] Port PostRAScheduler to NPM. (#125798)Christudasan Devadasan
2024-12-28Simplify enablePostRAScheduler and test enablePostRAScheduler() earlyFangrui Song
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-03-30[MachineScheduler] Rename postprocessDAG to postProcessDAG. NFCjacquesguan
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata
2022-01-30[CodeGen] Use default member initialization (NFC)Kazu Hirata
2021-12-09[llvm] Use llvm::count (NFC)Kazu Hirata
2021-12-04[CodeGen] Use range-based for loops (NFC)Kazu Hirata
2020-09-21Revert "[NFC][ScheduleDAG] Remove unused EntrySU SUnit"Alexander Belyaev
2020-09-18[NFC][ScheduleDAG] Remove unused EntrySU SUnitFrancis Visoiu Mistrih
2020-04-14[AntidepBreaker] Move AntiDepBreaker to include folder.Thomas Raoux
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-11-07PostRAScheduler - fix uninitialized variable warning. NFCI.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-19ScheduleDAG: Cleanup dumping code; NFCMatthias Braun
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-05-27ScheduleDAGInstrs: Fix fixupKills()Matthias Braun
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2017-01-28Cleanup dump() functions.Matthias Braun
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-07-01CodeGen: Use MachineInstr& in PostRASchedulerList, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-05-19CodeGen: Move check of EnablePostRAScheduler to avoid disabling antidependen...Mitch Bodart
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff
2016-03-08Invoke DAG postprocessing in the post-RA schedulerKrzysztof Parzyszek
2016-03-05Add DAG mutation interface to the post-RA schedulerKrzysztof Parzyszek
2016-02-27CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith
2015-11-06MachineScheduler: Add regpressure information to debug dumpMatthias Braun
2015-11-03ScheduleDAGInstrs: Remove IsPostRA flag; NFCMatthias Braun
2015-10-09CodeGen: Use range-based for in PostRAScheduler, NFCDuncan P. N. Exon Smith
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth