aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/SubtargetFeature.h
AgeCommit message (Expand)Author
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-29Trim includeEvan Cheng
2011-04-15Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng
2010-11-29Merge System into Support.Michael J. Spencer
2010-05-11The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling
2009-11-25Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov
2009-11-21Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov
2009-11-18Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-23Switch SubtargetFeature off of ostreamsChris Lattner
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-08Add explicit keywords.Dan Gohman
2007-05-04Add an "implies" field to features. This indicates that, if the currentBill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-12Rollback changes to take a different tack.Jim Laskey
2006-12-12Honor the command line specification for machine type.Jim Laskey
2006-03-24Clean up some commentary.Jim Laskey
2006-01-26Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen
2005-10-25Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey
2005-10-23Move static functions to .cpp file, reduce #includes, pass strings byChris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-02Fix VC++ build errorsJeff Cohen
2005-09-01This new class provides support for platform specific "features". The intentJim Laskey