aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/SubtargetEmitter.h
AgeCommit message (Expand)Author
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-04-01Add annotations to tablegen-generated processor itineraries, or replace them ...Andrew Trick
2011-04-01whitespaceAndrew Trick
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng
2010-09-09For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng
2010-04-18Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov
2009-08-17Extend the instruction itinerary model to include the ability to indicate the...David Goodwin
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2007-12-29remove attributions from utils.Chris Lattner
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-10-31Generate cpu to itinerary map.Jim Laskey
2005-10-28Removed Mr. Smith from the code.Jim Laskey
2005-10-27Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey
2005-10-26Give full control of subtarget features over to table generated code.Jim Laskey
2005-10-25Refactored to make room for more stuff (scheduling info.)Jim Laskey
2005-10-21New TableGen backends for subtarget information. Only command line stuffJim Laskey