More templatization.
[oota-llvm.git] / lib / Target / SubtargetFeature.cpp
2007-06-27 Bill WendlingSet implied features based upon the CPU's feature list.
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
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 LattnerIf a user requests help, give them help on both feature...
2005-10-23 Chris LattnerImprove help output.
2005-10-23 Chris LattnerMove static functions from .h file, reduce #includes...
2005-09-07 Chris LattnerPrint:
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...