summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAge
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-25
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Make this code a little more readable.Dan Gohman2010-07-20
* Fix a typo.Dan Gohman2010-07-20
* Don't look up the "dbg" metadata kind by name.Dan Gohman2010-07-20
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* If a named mdnode is removed then mark module as changed.Devang Patel2010-07-01
* Remove all debug info related named mdnodes.Devang Patel2010-06-30
* use ArgOperand APIGabor Greif2010-06-30
* Return Changed. This required setting Changed if dbg metadataDuncan Sands2010-06-29
* Strip llvm.dbg.lv also.Devang Patel2010-05-20
* Strip new llvm.dbg.value intrinsic.Devang Patel2010-02-10
* Another strncmp -> StringRef.startswith simplification.Benjamin Kramer2010-01-22
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-28
* Remove debug info attached with an instruction.Devang Patel2009-11-17
* llvm.dbg.global_variables do not exist anymore.Devang Patel2009-10-28
* Previously, all operands to Constant were themselves constant.Chris Lattner2009-10-28
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-21
* 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