aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
AgeCommit message (Expand)Author
2004-09-17Fix typo in commentChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-06-21Make order of argument addition deterministic. In particular, the layoutChris Lattner
2004-05-23Fairly substantial changes to update the alias analysis we are querying asChris Lattner
2004-03-08Implement ArgumentPromotion/aggregate-promote.llChris Lattner
2004-03-07Implement: ArgumentPromotion/chained.llChris Lattner
2004-03-07Fix another minor bug, exposed by perlbmkChris Lattner
2004-03-07Fix a minor bug and turn debug output into, well, debug output.Chris Lattner
2004-03-07New LLVM pass: argument promotion. This version only handles simple scalarChris Lattner