Trim include
[oota-llvm.git] / include / llvm / Target / TargetInstrItineraries.h
2011-06-01 Benjamin KramerInitialize IssueWidth to zero.
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-15 Bob WilsonSpelling fix.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-06-12 Chris Lattnerdeclare a class with 'class' instead of struct to avoid...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
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-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-20 Dan GohmanDelete redundant inline keywords.
2008-11-20 Dan GohmanDoxygenate comments.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-11-04 Jeff Cohen<cassert> no longer required to make VC++ happy.
2005-11-04 Duraid Madinachange NULL to 0, unbreaks the ppc target when building...
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
2005-11-02 Jeff CohenKeep VC++ happy.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-27 Jim LaskeyStructures used to hold scheduling information.