Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
[oota-llvm.git] / include / llvm / IR / GlobalValue.h
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...