summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/IPConstantPropagation.cpp
Commit message (Expand)AuthorAge
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Only cound if we actually made a change.Chris Lattner2004-12-11
* Remove note to selfChris Lattner2004-11-14
* If a function always returns a constant, replace all calls sites with thatChris Lattner2004-11-14
* Actually, leave the check in. This prevents us from counting dead argumentsChris Lattner2004-11-11
* Fix bug: IPConstantProp/deadarg.llChris Lattner2004-11-11
* Make IP Constant prop more aggressive about handling self recursive calls.Chris Lattner2004-11-10
* Do not let dead constant expressions hanging off of functions prevent IPCP.Chris Lattner2004-11-09
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Avoid an unnecessary isa<Constant>.Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Propagating constants to arguments can make other arguments constant. For nowChris Lattner2003-10-27
* We might as well strip off any CPRs before propagationChris Lattner2003-10-23
* Check in initial version of ipcpChris Lattner2003-10-23