Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
[oota-llvm.git] / lib / IR / Globals.cpp
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-11-10 Rafael EspindolaCopy externally_initialized in GlobalVariable::copyAttr...
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-18 Rafael EspindolaMake getBaseObject static.
2014-06-04 Patrik HagglundFix gcc -Wparentheses warning.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
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-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.