summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Handle attribute(used) global variables that are i8.Chris Lattner2008-01-16
* Do not strip llvm.used values.Devang Patel2008-01-16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-04
* More explicit keywords.Dan Gohman2007-08-01
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-07
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-01-06
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Strip changes to llvm.dbg intrinsics.Jim Laskey2006-03-23
* Teach the strip pass to strip type names in addition to value names. ThisChris Lattner2006-03-15
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* fix a pastoChris Lattner2006-03-09
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Implement stripping of debug symbols, making the --strip-debug options inChris Lattner2004-12-03
* Initial reimplementation of the -strip pass, with a stub for implementingChris Lattner2004-12-02