Use DataLayout from the module when easily available.
[oota-llvm.git] / lib / IR / Globals.cpp
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-02-13 Rafael EspindolaCopy dll storage in copyAttributes.
2014-02-10 Hans WennborgCopy the ThreadLocalMode in GlobalVariable::copyAttribu...
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-08-19 Peter CollingbourneIntroduce non-const overloads for GlobalAlias::{get...
2013-02-03 Michael GottesmanAdded instance variable/initializers/getter/setters...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.