aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ExactHazardRecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use delete[] to match new[] (found by valgrind).Duncan Sands2009-09-041-1/+1
* Don't crash when target has no itineraries.David Goodwin2009-09-031-54/+58
* Normalize how the 'namespace llvm {' is used in this file.Bill Wendling2009-08-221-4/+2
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-171-5/+6
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-121-29/+25
* Allow a zero cycle stage to reserve/require a FU without advancing the cycle ...David Goodwin2009-08-111-5/+16
* Fix a -Asserts warning.Daniel Dunbar2009-08-111-4/+4
* Replace DOUT.David Goodwin2009-08-111-8/+9
* Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin2009-08-101-0/+149