aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+5
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-1/+1
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-071-2/+23
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-5/+5
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR411:Reid Spencer2007-01-061-4/+3
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+3
* Strip changes to llvm.dbg intrinsics.Jim Laskey2006-03-231-7/+34
* Teach the strip pass to strip type names in addition to value names. ThisChris Lattner2006-03-151-0/+5
* Handle the removal of the debug chain.Jim Laskey2006-03-131-1/+1
* fix a pastoChris Lattner2006-03-091-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Implement stripping of debug symbols, making the --strip-debug options inChris Lattner2004-12-031-2/+82
* Initial reimplementation of the -strip pass, with a stub for implementingChris Lattner2004-12-021-0/+68