summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging codeChris Lattner2004-11-131-1/+0
* Argument promotion transforms functions to unconditionally load theirChris Lattner2004-11-131-3/+51
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* Add commentChris Lattner2004-09-191-1/+1
* Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner2004-09-181-39/+33
* Fix typo in commentChris Lattner2004-09-171-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* bug 122:Reid Spencer2004-07-181-30/+1
* Make order of argument addition deterministic. In particular, the layoutChris Lattner2004-06-211-10/+35
* Fairly substantial changes to update the alias analysis we are querying asChris Lattner2004-05-231-39/+92
* Implement ArgumentPromotion/aggregate-promote.llChris Lattner2004-03-081-25/+145
* Implement: ArgumentPromotion/chained.llChris Lattner2004-03-071-0/+5
* Fix another minor bug, exposed by perlbmkChris Lattner2004-03-071-3/+11
* Fix a minor bug and turn debug output into, well, debug output.Chris Lattner2004-03-071-2/+2
* New LLVM pass: argument promotion. This version only handles simple scalarChris Lattner2004-03-071-0/+328
OpenPOWER on IntegriCloud