Fix "the the" and similar typos.
[oota-llvm.git] / lib / CodeGen / ExactHazardRecognizer.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-04 David GreeneChange errs() to dbgs().
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-10-16 Evan Cheng80 column violation.
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-22 David GoodwinUse early returns.
2009-09-04 Duncan SandsUse delete[] to match new[] (found by valgrind).
2009-09-03 David GoodwinDon't crash when target has no itineraries.
2009-08-22 Bill WendlingNormalize how the 'namespace llvm {' is used in this...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-11 David GoodwinAllow a zero cycle stage to reserve/require a FU withou...
2009-08-11 Daniel DunbarFix a -Asserts warning.
2009-08-11 David GoodwinReplace DOUT.
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...