Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / SubtargetEmitter.h
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-04-01 Andrew TrickAdd annotations to tablegen-generated processor itinera...
2011-04-01 Andrew Trickwhitespace
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...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2007-12-29 Chris Lattnerremove attributions from utils.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-31 Jim LaskeyGenerate cpu to itinerary map.
2005-10-28 Jim LaskeyRemoved Mr. Smith from the code.
2005-10-27 Jim LaskeyNow generating instruction itineraries for scheduling...
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-25 Jim LaskeyRefactored to make room for more stuff (scheduling...
2005-10-21 Jim LaskeyNew TableGen backends for subtarget information. Only...