summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAge
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* switch to use the new api for structtypes.Chris Lattner2011-08-12
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* 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