aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recursively remove dead argument while removing llvm.dbg.declare intrinsic.Devang Patel2009-03-031-2/+3
* Remove all dbg symobls, including those with circular references.Devang Patel2009-03-021-3/+15
* Add the private linkage.Rafael Espindola2009-01-151-6/+6
* Do not forget llvm.dbg.declare's first argument while removing debugging info...Devang Patel2008-11-201-4/+12
* Remove unused variables.Devang Patel2008-11-191-12/+9
* Fix typo.Devang Patel2008-11-191-1/+1
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-181-28/+51
* Remove even more llvm.dbg variables.Devang Patel2008-11-181-33/+50
* simplify loopChris Lattner2008-11-161-5/+2
* Refactor code.Devang Patel2008-11-141-37/+60
* Really remove all debug information.Devang Patel2008-11-131-11/+52
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+4
* Handle attribute(used) global variables that are i8.Chris Lattner2008-01-161-14/+13
* Do not strip llvm.used values.Devang Patel2008-01-161-3/+25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-041-11/+9
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+206