aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/IPConstantPropagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2003-11-211-4/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Propagating constants to arguments can make other arguments constant. For nowChris Lattner2003-10-271-5/+15
* We might as well strip off any CPRs before propagationChris Lattner2003-10-231-1/+4
* Check in initial version of ipcpChris Lattner2003-10-231-0/+110