Implement SRA for global variables. This allows the other global variable
[oota-llvm.git] / lib / Transforms / IPO / GlobalOpt.cpp
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...