[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposin...
[oota-llvm.git] / include / llvm / IR / GlobalAlias.h
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-08-19 Peter CollingbourneIntroduce non-const overloads for GlobalAlias::{get...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...