summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAge
* Remove VISIBILITY_HIDDEN from this file.Nick Lewycky2009-09-03
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Use DebugInfoFinder.Devang Patel2009-08-06
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* More LLVMContext-ification.Owen Anderson2009-07-06
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-26
* The second argument to RecursivelyDeleteTriviallyDeadInstructions hasDan Gohman2009-05-02
* Fix -strip-debug-declare to work when there areDale Johannesen2009-03-13
* Remove llvm.dbg.global_variables also.Devang Patel2009-03-09
* Add helper pass to remove llvm.dbg.declare intrinsics.Devang Patel2009-03-09
* Recursively remove dead argument while removing llvm.dbg.declare intrinsic.Devang Patel2009-03-03
* Remove all dbg symobls, including those with circular references.Devang Patel2009-03-02
* Add the private linkage.Rafael Espindola2009-01-15
* Do not forget llvm.dbg.declare's first argument while removing debugging info...Devang Patel2008-11-20
* Remove unused variables.Devang Patel2008-11-19
* Fix typo.Devang Patel2008-11-19
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-18
* Remove even more llvm.dbg variables.Devang Patel2008-11-18
* simplify loopChris Lattner2008-11-16
* Refactor code.Devang Patel2008-11-14
* Really remove all debug information.Devang Patel2008-11-13
* 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