aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/SubtargetFeature.h
AgeCommit message (Expand)Author
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-08Add explicit keywords.Dan Gohman
2007-05-04Add an "implies" field to features. This indicates that, if the currentBill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-12Rollback changes to take a different tack.Jim Laskey
2006-12-12Honor the command line specification for machine type.Jim Laskey
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-23Move static functions to .cpp file, reduce #includes, pass strings byChris 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