summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/IPConstantPropagation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2003-11-211-4/+3
| | | | llvm-svn: 10138
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Propagating constants to arguments can make other arguments constant. For nowChris Lattner2003-10-271-5/+15
| | | | | | do something dumb, and inefficient, but more complete. llvm-svn: 9542
* We might as well strip off any CPRs before propagationChris Lattner2003-10-231-1/+4
| | | | llvm-svn: 9437
* Check in initial version of ipcpChris Lattner2003-10-231-0/+110
llvm-svn: 9423
OpenPOWER on IntegriCloud