summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
Commit message (Expand)AuthorAge
* Remove unused leftover header (it moved to llvm/IR).Benjamin Kramer2013-01-16
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove dead method.Bill Wendling2012-12-31
* Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling2012-12-31
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-30
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Some random comment, naming, and format changes.Bill Wendling2012-12-20
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-20
* s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling2012-12-19
* Remove superfluous brief command from getAsString.Chad Rosier2012-12-19
* Inline hasFunctionOnlyAttrs into its only use.Bill Wendling2012-12-19
* Inline the only use of the hasParameterOnlyAttrs method.Bill Wendling2012-12-19
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* Remove default public copy ctors.Benjamin Kramer2012-11-16
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Remove the unneeded initializers.Bill Wendling2012-10-26
* Alphabetize the enum list.Bill Wendling2012-10-26
* Add the "ForceSizeOpt" attribute.Nadav Rotem2012-10-22
* And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling2012-10-16
* Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling2012-10-16
* Cleanup whitespace.Bill Wendling2012-10-16
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-16
* Put simple c'tors inline.Bill Wendling2012-10-16
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Add comments.Bill Wendling2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-15
* Supply a default 'operator=' method.Bill Wendling2012-10-15
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove dead methods.Bill Wendling2012-10-14
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-14
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-14
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling2012-10-14
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-14
* Remove dead method.Bill Wendling2012-10-14