Add comdat key field to llvm.global_ctors and llvm.global_dtors
[oota-llvm.git] / lib / Transforms / Utils / CtorUtils.cpp
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.