aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ExtractGV.cpp
AgeCommit message (Expand)Author
2008-10-21Fix a bug that prevented llvm-extract -delete from working.Dan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-05-26Factor code to copy global value attributes likeDuncan Sands
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-09Fix some compilation errors on msvc:Ted Kremenek
2008-03-07add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth