aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
AgeCommit message (Expand)Author
2007-08-01More explicit keywords.Dan Gohman
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-07shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-06For PR411:Reid Spencer
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
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