Add dependency to "make check".
[oota-llvm.git] / include / llvm / Target / TargetSchedule.td
2010-09-30 Evan ChengComments about operand cycles and pipeline forwarding...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-07 Anton KorobeynikovSince tblgen bug was fixed (thanks Jakob!) we don't...
2010-04-07 Anton KorobeynikovMake use of new reserved/required scheduling stuff...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2009-09-15 Dan GohmanFix apostrophos.
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...