Add support for getelementptr, load, and correctly reject volatile stores.
[oota-llvm.git] / lib / Transforms / IPO / ArgumentPromotion.cpp
2005-05-09 Chris LattnerPreserve calling conventions when doing IPO
2005-05-06 Chris Lattnerpreserve the tail marker
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Chris LattnerFix VS warnings.
2004-11-13 Chris LattnerRemove debugging code
2004-11-13 Chris LattnerArgument promotion transforms functions to unconditiona...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-19 Chris LattnerAdd comment
2004-09-18 Chris LattnerConvert this pass to be a CallGraphSCCPass instead...
2004-09-17 Chris LattnerFix typo in comment
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-18 Reid Spencerbug 122:
2004-06-21 Chris LattnerMake order of argument addition deterministic. In...
2004-05-23 Chris LattnerFairly substantial changes to update the alias analysis...
2004-03-08 Chris LattnerImplement ArgumentPromotion/aggregate-promote.ll
2004-03-07 Chris LattnerImplement: ArgumentPromotion/chained.ll
2004-03-07 Chris LattnerFix another minor bug, exposed by perlbmk
2004-03-07 Chris LattnerFix a minor bug and turn debug output into, well, debug...
2004-03-07 Chris LattnerNew LLVM pass: argument promotion. This version only...