1. 70327da Use delete[] to match new[] (found by valgrind). by Duncan Sands · 16 years ago
  2. 4f7228f Don't crash when target has no itineraries. by David Goodwin · 16 years ago
  3. fb98a43 Normalize how the 'namespace llvm {' is used in this file. by Bill Wendling · 16 years ago
  4. fac8541 Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed. by David Goodwin · 16 years ago
  5. 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 16 years ago
  6. 546952f Allow a zero cycle stage to reserve/require a FU without advancing the cycle counter. by David Goodwin · 16 years ago
  7. d4d415a Fix a -Asserts warning. by Daniel Dunbar · 16 years ago
  8. 3a5f0d4 Replace DOUT. by David Goodwin · 16 years ago
  9. d94a4e5 Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets. by David Goodwin · 16 years ago