aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetInstrItineraries.h
AgeCommit message (Expand)Author
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-01Initialize IssueWidth to zero.Benjamin Kramer
2011-04-13Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick
2010-12-24whitespaceAndrew Trick
2010-09-29Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng
2010-09-15Spelling fix.Bob Wilson
2010-09-10Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng
2010-09-09For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng
2010-06-12declare a class with 'class' instead of struct to avoid tag mismatch Chris Lattner
2010-04-07Initial support for different kinds of FU reservation.Anton Korobeynikov
2009-09-24Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin
2009-08-19Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin
2009-08-17Extend the instruction itinerary model to include the ability to indicate the...David Goodwin
2009-08-12Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin
2009-08-10Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin
2008-11-21Implement ComputeLatency for MachineInstr ScheduleDAGs. FactorDan Gohman
2008-11-20Delete redundant inline keywords.Dan Gohman
2008-11-20Doxygenate comments.Dan Gohman
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-11-04<cassert> no longer required to make VC++ happy.Jeff Cohen
2005-11-04change NULL to 0, unbreaks the ppc target when building on ia64Duraid Madina
2005-11-031. Remove ranges from itinerary data.Jim Laskey
2005-11-02Keep VC++ happy.Jeff Cohen
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-10-27Structures used to hold scheduling information.Jim Laskey