aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SubtargetFeature.cpp
AgeCommit message (Expand)Author
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-04-15Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-12-19Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo>Nick Lewycky
2010-05-11Simplify this logic of creating a default Features object.Bill Wendling
2010-05-11Don't create a StringRef with a NULL value.Bill Wendling
2010-05-11The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-01-05Change errs() to dbgs().David Greene
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-08-23Switch SubtargetFeature off of ostreamsChris Lattner
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-06-27Set implied features based upon the CPU's feature list.Bill Wendling
2007-05-04Add an "implies" field to features. This indicates that, if the currentBill Wendling
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
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-23If a user requests help, give them help on both features and processorsChris Lattner
2005-10-23Improve help output.Chris Lattner
2005-10-23Move static functions from .h file, reduce #includes, pass strings by const&,Chris Lattner
2005-09-07Print:Chris 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