aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ExtractGV.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug that prevented llvm-extract -delete from working.Dan Gohman2008-10-211-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-4/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* Fix some compilation errors on msvc:Ted Kremenek2008-03-091-0/+1
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-0/+174