[FunctionAttrs] Extract a helper function for the core logic used to
[oota-llvm.git] / lib / Transforms / IPO / StripSymbols.cpp
2008-01-16 Devang PatelDo not strip llvm.used values.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-08-01 Dan GohmanMore explicit keywords.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-01-06 Reid SpencerFor PR411:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-03-23 Jim LaskeyStrip changes to llvm.dbg intrinsics.
2006-03-15 Chris LattnerTeach the strip pass to strip type names in addition...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-09 Chris Lattnerfix a pasto
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-12-03 Chris LattnerImplement stripping of debug symbols, making the -...
2004-12-02 Chris LattnerInitial reimplementation of the -strip pass, with a...