Provide a way to specify inliner's attribute compatibility and merging.
[oota-llvm.git] / include / llvm / IR / Attributes.h
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
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-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-07 NAKAMURA TakumiAttributes.h: Fix incorrect \brief introduced in r23666...
2015-05-07 Justin BognerIR: Initialize DerefOrNullBytes in the AttrBuilder...
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Pete CooperUpdate all comments to match the previous commit. NFC
2015-05-06 Pete CooperAdd remove method to operate on AttrBuilder instead...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2014-09-03 Matt ArsenaultRevert accidentally committed r217107
2014-09-03 Matt ArsenaultDon't treat 0 as a special value for int attributes.
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-03 David MajnemerIR: Cleanup AttributeSet::get for AttrBuilder
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-04-30 Rafael EspindolaChange getSlotIndex to return unsigned.
2013-04-29 Reid KlecknerRevert "revert r179735, it has no testcases, and doesn...
2013-04-25 Chris Lattnerrevert r179735, it has no testcases, and doesn't really...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Bill WendlingMake the TargetIndependent flag have the right boolean...
2013-04-18 Bill WendlingCleanup patch:
2013-04-18 Bill WendlingThis patch addresses two cleanup issues:
2013-04-17 Bill WendlingAdd an option `-enable-old-style-attr-syntax' to print...
2013-03-18 Benjamin KramerRemove default copy ctor/assignment, makes AttributeSet...
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-18 Benjamin KramerFutureproof AttrBuild if we ever have more than 64...
2013-02-16 Benjamin KramerRemove comma at the end of enum. Still my favourite...
2013-02-16 Benjamin KramerTurn the enum attributes DenseSet in AttrBuilder into...
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-12 Bill WendlingAdd a default empty string to the 'value' of a string...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-02-10 Bill WendlingAdd accessor for the LLVMContext.
2013-02-09 Bill WendlingAdd a DenseMapInfo class for the AttributeSet.
2013-02-06 Bill WendlingImprove comment.
2013-02-06 Bill WendlingAdd a 'StringRef' version of hasAttribute.
2013-02-06 Bill WendlingAdd methods to merge an AttrBuilder into another builder.
2013-02-05 Bill WendlingAdd the target-dependent (string) attributes from the...
2013-02-05 Bill WendlingConvert to storing the attribute's internals as enums...
2013-02-05 Bill WendlingAdd target-dependent versions of addAttribute/removeAtt...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-02-02 Bill WendlingRemove AttrBuilder::Raw().
2013-02-01 Bill WendlingChange the AttributeImpl to hold a single Constant...
2013-02-01 Bill WendlingRemove one of the odious 'Raw' methods.
2013-01-31 Bill WendlingAdd iterators to the AttributeSet class so that we...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Bill WendlingUse the number of 'slots' in the AttributeSetImpl being...
2013-01-29 Bill WendlingAdd a couple of accessor methods to get the kind and...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-29 Bill WendlingUse an AttrBuilder to generate the correct AttributeSet.
2013-01-29 Bill WendlingS'more small non-functional changes in comments and...
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
2013-01-28 Bill WendlingTry to appease some broken compilers by using 'unsigned...
2013-01-28 Bill WendlingRemove the AttributeWithIndex class.
2013-01-28 Bill WendlingMid-air collision. reapply r173656.
2013-01-28 Bill WendlingRewrite the removeAttr() method.
2013-01-28 Bill WendlingRewrite the addAttr() method.
2013-01-28 NAKAMURA TakumiRevert r173646, "Use proper type for the index."
2013-01-28 Bill WendlingUse proper type for the index.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingPush the calculation of the 'Raw' attribute mask down...
2013-01-27 Bill WendlingDon't erase these methods. They're used during testing.
2013-01-27 Bill WendlingAdd special 'get' methods to create an Attribute with...
next