summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-4/+2
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-1/+1
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-281-3/+1
* Remove debug info attached with an instruction.Devang Patel2009-11-171-36/+18
* llvm.dbg.global_variables do not exist anymore.Devang Patel2009-10-281-9/+0
* Previously, all operands to Constant were themselves constant.Chris Lattner2009-10-281-5/+4
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-211-2/+0
* Remove VISIBILITY_HIDDEN from this file.Nick Lewycky2009-09-031-4/+3
* Reapply 79977.Devang Patel2009-08-281-118/+7
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-7/+118
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-118/+7
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-2/+2
* Use DebugInfoFinder.Devang Patel2009-08-061-10/+9
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-6/+5
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+0
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-21/+16
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+1
* More LLVMContext-ification.Owen Anderson2009-07-061-1/+2
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-1/+20
* The second argument to RecursivelyDeleteTriviallyDeadInstructions hasDan Gohman2009-05-021-2/+2
* Fix -strip-debug-declare to work when there areDale Johannesen2009-03-131-19/+17
* Remove llvm.dbg.global_variables also.Devang Patel2009-03-091-0/+10
* Add helper pass to remove llvm.dbg.declare intrinsics.Devang Patel2009-03-091-0/+62
* 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
* 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
OpenPOWER on IntegriCloud