Split GlobalValue into GlobalValue and GlobalObject.
[oota-llvm.git] / lib / IR / Globals.cpp
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-05-09 Rafael EspindolaDelete trailing white space.
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getSection.
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getAlignment.
2014-05-06 Rafael EspindolaBe more strict about not allowing setSection on aliases.
2014-05-06 Rafael EspindolaBe more strict about not calling setAlignment on global...
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-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
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.