For PR411:
[oota-llvm.git] / tools / llvm-ld / Optimize.cpp
2007-02-05 Reid SpencerFor PR411:
2006-12-01 Chris Lattnertarget constructors are never used
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-08-27 Chris Lattnereliminate only use of FilteredPassNameParser
2006-08-20 Reid SpencerMake sure the verify pass gets run after the user's...
2006-08-20 Reid SpencerRename the -verify option to be -verify-each so that...
2006-08-20 Reid SpencerConvert llvm-ld to use the PluginLoader like opt instea...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-07 Reid SpencerShorten a value description so --help out isn't so...
2006-06-02 Chris LattnerFix a -pedantic warning
2005-10-18 Chris LattnerFix PR637
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-11 Reid SpencerRevert the last patch. We really do need SimplyCFG.
2004-12-10 Reid SpencerRemove this pass as its no longer needed.
2004-12-02 Chris LattnerAdjust to change in pass name
2004-11-20 Reid SpencerFirst cut at implementing generic link-time Optimization