Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / Attributes.h
2012-12-31 Bill WendlingRemove dead method.
2012-12-31 Bill WendlingAdd some comparison operators to compare the Attribute...
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-30 Bill Wendlings/hasAttribute/contains/g to be more consistent with...
2012-12-30 Bill Wendlings/Raw/getBitMask/g to be more in line with current...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-20 Bill Wendlings/AttributesImpl/AttributeImpl/g This is going to apply...
2012-12-19 Bill Wendlings/AttributeListImpl/AttributeSetImpl/g to match the...
2012-12-19 Chad RosierRemove superfluous brief command from getAsString.
2012-12-19 Bill WendlingInline hasFunctionOnlyAttrs into its only use.
2012-12-19 Bill WendlingInline the only use of the hasParameterOnlyAttrs method.
2012-12-19 Bill WendlingInline the 'hasIncompatibleWithVarArgsAttrs' method...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-16 Benjamin KramerRemove default public copy ctors.
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-26 Bill WendlingRemove the unneeded initializers.
2012-10-26 Bill WendlingAlphabetize the enum list.
2012-10-22 Nadav RotemAdd the "ForceSizeOpt" attribute.
2012-10-16 Bill WendlingAnd now we can call the other 'get' method from this...
2012-10-16 Bill WendlingUse the appropriate Attributes::get method to create...
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Bill WendlingHave AttrBuilder defriend the Attributes class.
2012-10-16 Bill WendlingPut simple c'tors inline.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd comments.
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingUse a ::get method to create the attribute from Attribu...
2012-10-15 Bill WendlingSupply a default 'operator=' method.
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise OR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-14 Bill WendlingDecode the LLVM attributes from bitcode using the attri...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-14 Bill WendlingRemove dead method.
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-10 Bill WendlingCleanup. Get rid of now dead code.
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingRemove this now unused variable macro.
2012-10-09 Bill WendlingUse appropriate method calls to get the alignment value.
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
2012-10-09 Bill WendlingMove the 'FunctionOnly' attributes thingy inside of...
2012-10-09 Bill WendlingMove the 'ParameterOnly' variable inside of the Attribu...
2012-10-09 Bill WendlingRemove the now dead VarArgsIncompatible variable.
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingRemove ifdef'd code.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-08 Bill WendlingBegin the transition to using the AttributesImpl object...
2012-10-07 Bill WendlingMove more methods out-of-line. This is in preparation...
2012-10-05 Bill WendlingMove methods out-of-line.
2012-10-03 Bill WendlingNo need to call functions which do the same thing as...
2012-10-03 Bill WendlingRemove assert that's too restrictive.
2012-09-28 Bill WendlingRemove unused methods.
2012-09-27 Bill WendlingAdd constructors to the attribute builder.
2012-09-26 Bill WendlingInitial commit for the AttributesImpl class.
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
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.
next