aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/StripSymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-15/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-22/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-18/+14
* Merging r195505:Manman Ren2013-12-091-51/+0
* Fixed typo.Michael Gottesman2013-08-271-1/+1
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-231-62/+93
* Fixed typo.Michael Gottesman2013-08-211-1/+1
* Removed trailing whitespace.Michael Gottesman2013-08-211-13/+13
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+8
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-13/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-4/+3
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-031-2/+3
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* switch to use the new api for structtypes.Chris Lattner2011-08-121-1/+1
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-091-2/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-9/+15
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-4/+12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-4/+4
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-251-2/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-4/+4
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-4/+4
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-4/+4
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-8/+9
* Make this code a little more readable.Dan Gohman2010-07-201-2/+4
* Fix a typo.Dan Gohman2010-07-201-1/+1
* Don't look up the "dbg" metadata kind by name.Dan Gohman2010-07-201-3/+2
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-011-0/+101
* If a named mdnode is removed then mark module as changed.Devang Patel2010-07-011-1/+3
* Remove all debug info related named mdnodes.Devang Patel2010-06-301-10/+6
* use ArgOperand APIGabor Greif2010-06-301-2/+2
* Return Changed. This required setting Changed if dbg metadataDuncan Sands2010-06-291-5/+7
* Strip llvm.dbg.lv also.Devang Patel2010-05-201-0/+6
* Strip new llvm.dbg.value intrinsic.Devang Patel2010-02-101-0/+9
* Another strncmp -> StringRef.startswith simplification.Benjamin Kramer2010-01-221-1/+1
* 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