aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ScheduleHazardRecognizer.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+16
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-051-0/+2
* misched: Added ScoreboardHazardRecognizer.Andrew Trick2012-05-241-1/+1
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-211-0/+2
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-3/+23
* Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin2009-08-101-0/+5
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-161-1/+4
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-0/+63