Improve the handling of available_externally and llvm.global_ctors.
[oota-llvm.git] / lib / Transforms / IPO / ExtractGV.cpp
2011-06-09 Rafael EspindolaImprove the handling of available_externally and llvm...
2010-09-23 Bob WilsonFix llvm-extract so that it changes the linkage of...
2010-09-05 Nick LewyckyFix warning reported by MSVC++ builder.
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-29 Douglas GregorEliminate a few unused-variable warnings
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-06 Owen AndersonMore LLVMContext-ification.
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-10-21 Dan GohmanFix a bug that prevented llvm-extract -delete from...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-09 Ted KremenekFix some compilation errors on msvc:
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...