summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ExtractGV.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-0/+3
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-3/+0
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-0/+3
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob1-1/+1
2015-10-13IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-4/+4
2015-07-06[llvm-extract] Drop comdats from declarationsReid Kleckner1-2/+8
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-10-28Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi1-1/+1
2014-10-28Untabify and whitespace cleanups.NAKAMURA Takumi1-5/+5
2014-05-07GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith1-3/+2
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-2/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2013-11-22Add a fixed version of r195470 back.Rafael Espindola1-17/+37
2013-11-22Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola1-37/+17
2013-11-22Convert linkonce* to weak* instead of strong.Rafael Espindola1-17/+37
2013-03-04Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames1-3/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-10-29llvm-extract changes linkages so that functions on both sides of theRafael Espindola1-12/+25
2012-10-29llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola1-0/+30
2012-07-19Remove tabs.Bill Wendling1-10/+10
2011-06-09Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola1-4/+16
2010-09-23Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson1-16/+14
2010-09-05Fix warning reported by MSVC++ builder.Nick Lewycky1-2/+2
2010-08-26Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman1-125/+32
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands1-1/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-1/+2
2009-07-29Eliminate a few unused-variable warningsDouglas Gregor1-2/+0
2009-07-29Move types back to the 2.5 API.Owen Anderson1-2/+2
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson1-1/+1
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson1-1/+1
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-5/+6
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson1-0/+2
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson1-2/+2
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson1-1/+1
2009-07-06More LLVMContext-ification.Owen Anderson1-4/+5
2009-01-15Add the private linkage.Rafael Espindola1-1/+2
2008-10-21Fix a bug that prevented llvm-extract -delete from working.Dan Gohman1-1/+1
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-05-26Factor code to copy global value attributes likeDuncan Sands1-4/+1
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif1-2/+2
2008-03-09Fix some compilation errors on msvc:Ted Kremenek1-0/+1
2008-03-07add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth1-0/+174