Fix a bug John tracked down in libstdc++ where we were incorrectly deleting
[oota-llvm.git] / lib / Transforms / IPO / GlobalOpt.cpp
2004-10-14 Chris LattnerFix a bug John tracked down in libstdc++ where we were...
2004-10-11 Chris LattnerThis patch implements two things (sorry).
2004-10-10 Chris LattnerJust because we cannot completely eliminate all uses...
2004-10-10 Chris LattnerFix 2004-10-10-CastStoreOnce.llx, by adjusting types...
2004-10-10 Chris LattnerImplement GlobalOpt/deadglobal-2.llx, deletion of globa...
2004-10-10 Chris LattnerAvoid calling use_size() which could (in theory) be...
2004-10-09 Chris LattnerEliminate global pointers that are only stored a single...
2004-10-09 Chris LattnerFix infinite loop due to iteration
2004-10-08 Chris LattnerIf we found a dead global, we should at least delete...
2004-10-08 Chris Lattner* Pull out the meat of runOnModule into another functio...
2004-10-08 Chris LattnerWe might as well delete the known-dead global sooner...
2004-10-08 Chris LattnerImplement SRA for global variables. This allows the...
2004-10-07 Chris LattnerImprove comments, no functionality changes
2004-10-07 Chris LattnerFix a bug in the safety analysis routine
2004-10-07 Chris Lattner* Rename pass to globalopt, since we do more than just...
2004-10-06 Chris LattnerImplement GlobalConstifier/trivialstore.llx, and also...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-14 Chris LattnerImplement test/Regression/Transforms/GlobalConstifier...
2004-07-20 Chris LattnerIgnore instructions that are in trivially dead function...
2004-07-18 Chris LattnerStrip out and simplify some code. This also fixes...
2004-07-18 Reid Spencerbug 122:
2004-02-27 Chris Lattnersetcond instructions don't have aliasing implications.
2004-02-25 Chris LattnerMy faith in programmers has been found to be totally...