[opaque pointer types] Push the passing of value types up from Function/GlobalVariabl...
[oota-llvm.git] / include / llvm / IR / GlobalVariable.h
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2013-10-29 Rafael EspindolaClarify that GlobalVariables definitions must have...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-02-05 Michael GottesmanChanged in comment cxx -> C++. Thanks Richard Smith!.
2013-02-05 Michael GottesmanAdd code to GlobalVariable.h so that global variables...
2013-02-03 Michael GottesmanAdded instance variable/initializers/getter/setters...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...