index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Attributes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-399
/
+0
*
Remove dead method.
Bill Wendling
2012-12-31
1
-6
/
+0
*
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
1
-1
/
+5
*
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-31
1
-3
/
+0
*
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
1
-3
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-0
/
+14
*
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
1
-2
/
+2
*
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-30
1
-3
/
+3
*
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
1
-8
/
+8
*
Some random comment, naming, and format changes.
Bill Wendling
2012-12-20
1
-18
/
+23
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-1
/
+3
*
s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...
Bill Wendling
2012-12-20
1
-5
/
+5
*
s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.
Bill Wendling
2012-12-19
1
-46
/
+42
*
Remove superfluous brief command from getAsString.
Chad Rosier
2012-12-19
1
-1
/
+1
*
Inline hasFunctionOnlyAttrs into its only use.
Bill Wendling
2012-12-19
1
-24
/
+0
*
Inline the only use of the hasParameterOnlyAttrs method.
Bill Wendling
2012-12-19
1
-8
/
+0
*
Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...
Bill Wendling
2012-12-19
1
-31
/
+26
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-88
/
+88
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-12
/
+12
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-12
/
+10
*
Remove default public copy ctors.
Benjamin Kramer
2012-11-16
1
-6
/
+0
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
1
-3
/
+3
*
Remove the unneeded initializers.
Bill Wendling
2012-10-26
1
-29
/
+29
*
Alphabetize the enum list.
Bill Wendling
2012-10-26
1
-24
/
+24
*
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-22
1
-3
/
+6
*
And now we can call the other 'get' method from this one and not duplicate th...
Bill Wendling
2012-10-16
1
-6
/
+3
*
Use the appropriate Attributes::get method to create an Attributes object.
Bill Wendling
2012-10-16
1
-7
/
+1
*
Cleanup whitespace.
Bill Wendling
2012-10-16
1
-5
/
+5
*
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
1
-1
/
+2
*
Put simple c'tors inline.
Bill Wendling
2012-10-16
1
-2
/
+2
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-128
/
+95
*
Add comments.
Bill Wendling
2012-10-15
1
-10
/
+30
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-2
/
+8
*
Use a ::get method to create the attribute from Attributes::AttrVals instead ...
Bill Wendling
2012-10-15
1
-12
/
+17
*
Supply a default 'operator=' method.
Bill Wendling
2012-10-15
1
-0
/
+4
*
Move the AttributesImpl header file into the VMCore directory so that it can ...
Bill Wendling
2012-10-15
1
-4
/
+1
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-11
/
+11
*
Remove dead methods.
Bill Wendling
2012-10-14
1
-3
/
+0
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-1
/
+0
*
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
1
-3
/
+0
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
1
-2
/
+1
*
Remove the bitwise OR operator from the Attributes class. Replace it with the...
Bill Wendling
2012-10-14
1
-1
/
+1
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-1
/
+0
*
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-3
/
+9
*
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
1
-7
/
+9
*
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-14
1
-16
/
+9
*
Remove dead method.
Bill Wendling
2012-10-14
1
-12
/
+3
*
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
1
-1
/
+1
*
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
1
-0
/
+1
[next]