remove some dead options.
[oota-llvm.git] / tools / llvm-ld / Optimize.cpp
2008-06-25 Chris Lattnerremove some dead options.
2008-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-21 Chris Lattnerrun the jump threading pass in llvm-ld also
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-03-19 Andrew Lenharthstyle and spelling
2008-03-19 Andrew Lenharthllvm-ld deserves disable-verify too. opt shouldn't...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-09-08 Owen AndersonTurn GVN on by default.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-17 Owen AndersonTurn on FastDSE by default.
2007-06-06 Chris Lattnerif internalize is disabled, don't run the pass at all!
2007-04-05 Chris Lattnerrun a late dce pass to clean up extra cruft.
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-02-08 Reid SpencerFor PR1153:
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