summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExactHazardRecognizer.cpp
Commit message (Expand)AuthorAge
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* 80 column violation.Evan Cheng2009-10-16
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* Use early returns.David Goodwin2009-09-22
* Use delete[] to match new[] (found by valgrind).Duncan Sands2009-09-04
* Don't crash when target has no itineraries.David Goodwin2009-09-03
* Normalize how the 'namespace llvm {' is used in this file.Bill Wendling2009-08-22
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-12
* Allow a zero cycle stage to reserve/require a FU without advancing the cycle ...David Goodwin2009-08-11
* Fix a -Asserts warning.Daniel Dunbar2009-08-11
* Replace DOUT.David Goodwin2009-08-11
* Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin2009-08-10