aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/SubtargetFeature.h
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-10-081-1/+1
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-041-0/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Rollback changes to take a different tack.Jim Laskey2006-12-121-3/+0
* Honor the command line specification for machine type.Jim Laskey2006-12-121-0/+3
* Clean up some commentary.Jim Laskey2006-03-241-1/+1
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-261-4/+4
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-251-9/+27
* Move static functions to .cpp file, reduce #includes, pass strings byChris Lattner2005-10-231-68/+7
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-0/+5
* Fix VC++ build errorsJeff Cohen2005-09-021-0/+1
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-011-0/+145