summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAge
...
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-20
* Revert previous patch. Still breaking things.Evan Cheng2006-10-03
* Another attempt at making ArgPromotion smarter. This patch no longer breaks ...Owen Anderson2006-09-28
* revert previous two patches. They cause miscompilation of MultiSource/Applic...Chris Lattner2006-09-15
* Revert my previous work on ArgumentPromotion. Further investigation has reve...Owen Anderson2006-09-15
* Make ArgumentPromotion handle recursive functions that pass pointers in their...Owen Anderson2006-09-02
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Make iostream #inclusion explicitChris Lattner2006-01-22
* Preserve calling conventions when doing IPOChris Lattner2005-05-09
* preserve the tail markerChris Lattner2005-05-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Fix VS warnings.Chris Lattner2005-01-08
* Remove debugging codeChris Lattner2004-11-13
* Argument promotion transforms functions to unconditionally load theirChris Lattner2004-11-13
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Add commentChris Lattner2004-09-19
* Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner2004-09-18
* Fix typo in commentChris Lattner2004-09-17
* Changes For Bug 352Reid Spencer2004-09-01
* bug 122:Reid Spencer2004-07-18
* Make order of argument addition deterministic. In particular, the layoutChris Lattner2004-06-21
* Fairly substantial changes to update the alias analysis we are querying asChris Lattner2004-05-23
* Implement ArgumentPromotion/aggregate-promote.llChris Lattner2004-03-08
* Implement: ArgumentPromotion/chained.llChris Lattner2004-03-07
* Fix another minor bug, exposed by perlbmkChris Lattner2004-03-07
* Fix a minor bug and turn debug output into, well, debug output.Chris Lattner2004-03-07
* New LLVM pass: argument promotion. This version only handles simple scalarChris Lattner2004-03-07