aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
AgeCommit message (Expand)Author
2006-03-23Strip changes to llvm.dbg intrinsics.Jim Laskey
2006-03-15Teach the strip pass to strip type names in addition to value names. ThisChris Lattner
2006-03-13Handle the removal of the debug chain.Jim Laskey
2006-03-09fix a pastoChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-12-03Implement stripping of debug symbols, making the --strip-debug options inChris Lattner
2004-12-02Initial reimplementation of the -strip pass, with a stub for implementingChris Lattner