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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+357