aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExactHazardRecognizer.cpp
AgeCommit message (Expand)Author
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-01-04Change errs() to dbgs().David Greene
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin
2009-10-1680 column violation.Evan Cheng
2009-09-24Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin
2009-09-22Use early returns.David Goodwin
2009-09-04Use delete[] to match new[] (found by valgrind).Duncan Sands
2009-09-03Don't crash when target has no itineraries.David Goodwin
2009-08-22Normalize how the 'namespace llvm {' is used in this file.Bill Wendling
2009-08-17Extend the instruction itinerary model to include the ability to indicate the...David Goodwin
2009-08-12Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin
2009-08-11Allow a zero cycle stage to reserve/require a FU without advancing the cycle ...David Goodwin
2009-08-11Fix a -Asserts warning.Daniel Dunbar
2009-08-11Replace DOUT.David Goodwin
2009-08-10Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin