aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ExactHazardRecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-071-11/+42
* Factor out scoreboard into separate class. This way we might have several dif...Anton Korobeynikov2010-04-071-37/+25
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Change errs() to dbgs().David Greene2010-01-041-7/+7
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-1/+1
* 80 column violation.Evan Cheng2009-10-161-1/+2
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-241-5/+3
* Use early returns.David Goodwin2009-09-221-59/+61
* 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