Add Available Externally linkage type to isWeakForLinker()
[oota-llvm.git] / include / llvm / IR / GlobalValue.h
2015-12-08 Mehdi AminiAdd Available Externally linkage type to isWeakForLinker()
2015-09-14 David Blaikie[opaque pointer types] Add an explicit value type to...
2015-09-08 Evgeniy StepanovFix isDiscardableIfUnused to include available_external...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Pete CooperDevirtualize Constant::destroyConstant.
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-10 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-05-19 Tobias GrosserDrop unnecessary ';' after namespace
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 David BlaikieAdd some type safety to GlobalObject/GlobalValue -...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-01 David MajnemerIR: Add a helper to check for LinkOnceODRLinkage
2014-06-27 David MajnemerIR: Add COMDATs to the IR
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-20 Duncan P. N. Exon... GlobalValue: Automatically reset visibility when settin...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Rafael EspindolaStyle fix: The name of variables starts with an upper...
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-05-09 Rafael EspindolaAdd missing linkage predicates.
2014-05-07 Duncan P. N. Exon... GlobalValue: Assert symbols with local linkage have...
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
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-02 Rafael EspindolaRemove dead declaration.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
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-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-09-04 Rafael EspindolaRevert "Add r159136 back now that pr13124 has been...
2013-09-03 Rafael EspindolaAdd r159136 back now that pr13124 has been fixed.
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-01 Peng Chengget rid of windows warning:
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...