Trim include
[oota-llvm.git] / include / llvm / Target / SubtargetFeature.h
2011-06-29 Evan ChengTrim include
2011-04-15 Evan ChengIncrease SubtargetFeatureKV Value and Implies fields...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-08 Dan GohmanAdd explicit keywords.
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-03-24 Jim LaskeyClean up some commentary.
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-23 Chris LattnerMove static functions to .cpp file, reduce #includes...
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-02 Jeff CohenFix VC++ build errors
2005-09-01 Jim LaskeyThis new class provides support for platform specific...