Fix "the the" and similar typos.
[oota-llvm.git] / lib / Target / SubtargetFeature.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-05 David GreeneChange errs() to dbgs().
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-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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...