summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ExactHazardRecognizer.h
Commit message (Collapse)AuthorAgeFilesLines
* - Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng2010-06-141-86/+0
| | | | | | - Rename ExactHazardRecognizer to PostRAHazardRecognizer and move its header to include to allow targets to extend it. llvm-svn: 105959
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-071-1/+2
| | | | llvm-svn: 100645
* Factor out scoreboard into separate class. This way we might have several ↵Anton Korobeynikov2010-04-071-21/+45
| | | | | | different score boards. llvm-svn: 100644
* Post RA scheduler changes. Introduce a hazard recognizer that uses the ↵David Goodwin2009-08-101-0/+61
target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets. llvm-svn: 78563
OpenPOWER on IntegriCloud