aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ExtractGV.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the private linkage.Rafael Espindola2009-01-151-1/+2
* Fix a bug that prevented llvm-extract -delete from working.Dan Gohman2008-10-211-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-4/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* Fix some compilation errors on msvc:Ted Kremenek2008-03-091-0/+1
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-0/+174