summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ExtractGV.cpp
Commit message (Expand)AuthorAge
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-07
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Add a fixed version of r195470 back.Rafael Espindola2013-11-22
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-22
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-11-22
* Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames2013-03-04
* 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
* llvm-extract changes linkages so that functions on both sides of theRafael Espindola2012-10-29
* llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola2012-10-29
* Remove tabs.Bill Wendling2012-07-19
* Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola2011-06-09
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-23
* Fix warning reported by MSVC++ builder.Nick Lewycky2010-09-05
* Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman2010-08-26
* 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
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Eliminate a few unused-variable warningsDouglas Gregor2009-07-29
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* More LLVMContext-ification.Owen Anderson2009-07-06
* Add the private linkage.Rafael Espindola2009-01-15
* Fix a bug that prevented llvm-extract -delete from working.Dan Gohman2008-10-21
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Fix some compilation errors on msvc:Ted Kremenek2008-03-09
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-07