summaryrefslogtreecommitdiff
path: root/include/llvm/IR/GlobalValue.h
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* GlobalValue: Automatically reset visibility when setting local linkageDuncan P. N. Exon Smith2014-05-20
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Style fix: The name of variables starts with an upper case letter.Rafael Espindola2014-05-13
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* Add missing linkage predicates.Rafael Espindola2014-05-09
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-07
* Style update: don't duplicate the function name.Rafael Espindola2014-05-07
* 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
* Remove dead declaration.Rafael Espindola2014-05-02
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* 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
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* get rid of windows warning:Peng Cheng2013-05-01
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02