aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
AgeCommit message (Expand)Author
2006-01-22Make iostream #inclusion explicitChris Lattner
2005-05-09Preserve calling conventions when doing IPOChris Lattner
2005-05-06preserve the tail markerChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-01-08Fix VS warnings.Chris Lattner
2004-11-13Remove debugging codeChris Lattner
2004-11-13Argument promotion transforms functions to unconditionally load theirChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-19Add commentChris Lattner
2004-09-18Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner
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