summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ExtractGV.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IPO][AVR] Create new Functions in the default address space specified in the...Dylan McKay2018-12-181-0/+1
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-1/+1
* Remove redundant includes from lib/Transforms.Michael Zolotukhin2017-12-131-2/+0
* [ExtractGV] Fix the doxygen comment on the constructor and the class to refer...Craig Topper2017-06-081-6/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-6/+6
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+3
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-1/+1
* IPO: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-4/+4
* [llvm-extract] Drop comdats from declarationsReid Kleckner2015-07-061-2/+8
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi2014-10-281-1/+1
* Untabify and whitespace cleanups.NAKAMURA Takumi2014-10-281-5/+5
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-071-3/+2
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-1/+1
* Add a fixed version of r195470 back.Rafael Espindola2013-11-221-17/+37
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-221-37/+17
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-11-221-17/+37
* Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames2013-03-041-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* llvm-extract changes linkages so that functions on both sides of theRafael Espindola2012-10-291-12/+25
* llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola2012-10-291-0/+30
* Remove tabs.Bill Wendling2012-07-191-10/+10
* Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola2011-06-091-4/+16
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-231-16/+14
* Fix warning reported by MSVC++ builder.Nick Lewycky2010-09-051-2/+2
* Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman2010-08-261-125/+32
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Eliminate a few unused-variable warningsDouglas Gregor2009-07-291-2/+0
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-5/+6
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-2/+2
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-061-4/+5
* Add the private linkage.Rafael Espindola2009-01-151-1/+2
OpenPOWER on IntegriCloud