summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Correct word hyphenationsAlp Toker2013-12-05
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* Fixed typo.Michael Gottesman2013-08-27
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-23
* Fixed typo.Michael Gottesman2013-08-21
* Removed trailing whitespace.Michael Gottesman2013-08-21
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* 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