summaryrefslogtreecommitdiff
path: root/include/llvm/Target/SubtargetFeature.h
Commit message (Expand)AuthorAge
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-23
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-10-08
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-04
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Rollback changes to take a different tack.Jim Laskey2006-12-12
* Honor the command line specification for machine type.Jim Laskey2006-12-12
* Clean up some commentary.Jim Laskey2006-03-24
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-26
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-25
* Move static functions to .cpp file, reduce #includes, pass strings byChris Lattner2005-10-23
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-02
* Fix VC++ build errorsJeff Cohen2005-09-02
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-01