[IR] Limit bits used for CallingConv::ID, update tests
[oota-llvm.git] / include / llvm / IR / Function.h
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-06 Duncan P. N. Exon... IR: Remove unnecessary specialization of getSymTab...
2015-10-06 Duncan P. N. Exon... IR: Use typedefs for getSublistAccess(), NFC
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
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-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
2015-05-19 Pete CooperMove Function::lookupIntrinsicID to a static method...
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-08 Diego NovilloUpdate Function::getContext documentation. NFC.
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-04-24 Duncan P. N. Exon... IR: Add Function metadata attachments
2015-04-24 Duncan P. N. Exon... IR: Use a bitmask to access GlobalObject subclass data
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-13 Daniel BerlinAllow printing functions with an optional annotationwriter
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Duncan P. N. Exon... CodeGen: Canonicalize access to function attributes...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2014-12-03 Peter CollingbournePrologue support
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-26 Eli BenderskyAdd args() iteartor adapter to Function, for range...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-24 Bill WendlingAdd helpful accessor methods to get the specified funct...
2013-07-07 Nick LewyckyAdd missing per-argument doesNotAccessMemory accessors...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-21 Kostya Serebryanyadd Function::removeFnAttr()
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-18 Bill WendlingAdd some convenience methods for querying function...
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-21 Bill WendlingRemove unused method.
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...