summaryrefslogtreecommitdiff
path: root/lib/IR/Globals.cpp
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Make getBaseObject static.Rafael Espindola2014-06-18
* Fix gcc -Wparentheses warning.Patrik Hagglund2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* Delete trailing white space.Rafael Espindola2014-05-09
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* Be more strict about not allowing setSection on aliases.Rafael Espindola2014-05-06
* Be more strict about not calling setAlignment on global aliases.Rafael Espindola2014-05-06
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Check that GlobalAliases don't have section or alignment.Rafael Espindola2014-02-13
* Copy dll storage in copyAttributes.Rafael Espindola2014-02-13
* Copy the ThreadLocalMode in GlobalVariable::copyAttributesFromHans Wennborg2014-02-10
* Allow addrspacecast in global aliasesMatt Arsenault2014-01-02
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-19
* Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman2013-02-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02