Fix generation of certain scheduler itineraries.
[oota-llvm.git] / utils / TableGen / SubtargetEmitter.cpp
2007-04-22 Christopher LambFix generation of certain scheduler itineraries.
2006-12-12 Jim LaskeyIgnore entries with blank names.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-11-03 Reid SpencerDon't write out variables that are never used.
2006-11-02 Reid SpencerFor PR786:
2006-05-24 Chris LattnerDon't make zero-sized static arrays
2006-03-03 Chris Lattnerremove out of date comment
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerThere is at least a 'noitinerary' itinerary now
2005-12-30 Duraid Madinaalmost got the HP-UX tester up.. :)
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
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 Chris LattnerRename Record::getValueAsListDef to getValueAsListOfDef...
2005-10-28 Jim LaskeyRemoved Mr. Smith from the code.
2005-10-28 Jim LaskeyAdd some commentary.
2005-10-28 Jeff CohenKeep Visual Studio happy.
2005-10-27 Jim LaskeyNow generating instruction itineraries for scheduling...
2005-10-26 Jim LaskeySimplify.
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-23 Chris LattnerAdd the needed #include, emit enums with the sizes...
2005-10-22 Jim LaskeySort the features and processor lists for the sake...
2005-10-21 Jim LaskeyNew TableGen backends for subtarget information. Only...