aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SubtargetFeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify this logic of creating a default Features object.Bill Wendling2010-05-111-26/+8
* Don't create a StringRef with a NULL value.Bill Wendling2010-05-111-0/+2
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-111-8/+20
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov2009-11-251-27/+0
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-211-0/+27
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-181-0/+27
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-231-25/+20
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-2/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Set implied features based upon the CPU's feature list.Bill Wendling2007-06-271-0/+7
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-041-2/+49
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-26/+26
* Clean up some commentary.Jim Laskey2006-03-241-1/+1
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-261-1/+4
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-251-21/+46
* If a user requests help, give them help on both features and processorsChris Lattner2005-10-231-24/+40
* Improve help output.Chris Lattner2005-10-231-12/+16
* Move static functions from .h file, reduce #includes, pass strings by const&,Chris Lattner2005-10-231-45/+99
* Print:Chris Lattner2005-09-071-4/+4
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-0/+27
* Fix VC++ build errorsJeff Cohen2005-09-021-1/+1
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-011-0/+173