Don't include DFAPacketizer in TargetInstrInfo, there's no reason.
[oota-llvm.git] / include / llvm / Target / TargetSchedule.td
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2013-12-05 Andrew TrickMachine model comments. Explain a ProcessorUnit's Buffe...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2012-10-03 Andrew TrickAdded instregex support to TableGen subtarget emitter.
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-14 Andrew Trickmisched: Generic tablegen classes for the new machine...
2012-09-14 Andrew Trickcomment
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-05 Andrew Trickwhitespace
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...