Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / include / llvm / Target / SubtargetFeature.h
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...