Make the 'get*AlignmentFromAttr' functions into member functions within the Attribute...
[oota-llvm.git] / include / llvm / Attributes.h
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRemove more bare uses of the different Attribute enums.
2012-09-20 Bill WendlingMake the 'getAsString' function a method of the Attribu...
2012-09-19 Bill WendlingAdd predicates for queries on whether an attribute...
2012-09-14 Bill WendlingSome small reorganization to get read for Attributes...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-07-24 Rafael EspindolaIn order to correctly compile
2012-07-08 Benjamin KramerRemove some trivial copy ctors so the classes become...
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-02-08 Kostya SerebryanyDon't use static CTORs for the Attributes constants...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-05-25 Rafael EspindolaFix some issues Duncan found in the previous commit.
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-23 Oscar FuentesAvoid warnings about conversions to `bool' in MS compilers.
2010-02-21 Charles DavisReduce size of 'StackAlignment' field from 5 to 3 bits...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-04 Mikhail GlushenkovFix the Emacs mode string.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-06-11 Duncan SandsCosmetic changes to parameter attribute verification.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2008-12-31 Chris LattnerAdd a new Attribute::getAlignmentFromAttrs method.
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIt turns out that "align 1" and unaligned are different...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-10-15 Dan GohmanFix whitespace in a comment.
2008-10-14 Devang PatelRemove dead code.
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Devang PatelVerify function attributes.
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-09-27 Bill WendlingAdd missing #include for asserts.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-24 Devang Patels/ParamAttributeListImpl/AttributeListImpl/g
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patel80 cols
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g