Age | Commit message (Expand) | Author |
---|---|---|
2009-09-24 | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin |
2009-09-22 | Use early returns. | David Goodwin |
2009-09-04 | Use delete[] to match new[] (found by valgrind). | Duncan Sands |
2009-09-03 | Don't crash when target has no itineraries. | David Goodwin |
2009-08-22 | Normalize how the 'namespace llvm {' is used in this file. | Bill Wendling |
2009-08-17 | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin |
2009-08-12 | Enhance the InstrStage object to enable the specification of an Itinerary wit... | David Goodwin |
2009-08-11 | Allow a zero cycle stage to reserve/require a FU without advancing the cycle ... | David Goodwin |
2009-08-11 | Fix a -Asserts warning. | Daniel Dunbar |
2009-08-11 | Replace DOUT. | David Goodwin |
2009-08-10 | Post RA scheduler changes. Introduce a hazard recognizer that uses the target... | David Goodwin |