index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Attributes.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-31
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
Add a few more c'tors:
Bill Wendling
2012-12-30
Add a few (as yet unused) query methods to determine if the attribute that's
Bill Wendling
2012-12-30
Uniquify the AttributeImpl based on the Constant pointer, since those are
Bill Wendling
2012-12-30
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-29
Use a 'Constant' object instead of a bit field to store the attribute data.
Bill Wendling
2012-12-29
Use the accessor method instead of the raw ivar to get the bits.
Bill Wendling
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-20
Some random comment, naming, and format changes.
Bill Wendling
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...
Bill Wendling
2012-12-19
Add a context so that once we uniquify strings we can access them easily.
Bill Wendling
2012-12-19
s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-12
Kerning.
Bill Wendling
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-19
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-10-30
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-22
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-16
Cleanup whitespace.
Bill Wendling
2012-10-16
Cleanup whitespace.
Bill Wendling
2012-10-16
Have AttributesImpl defriend the Attributes class.
Bill Wendling
2012-10-16
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
Put simple c'tors inline.
Bill Wendling
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Use a ::get method to create the attribute from Attributes::AttrVals instead ...
Bill Wendling
2012-10-15
Move the AttributesImpl header file into the VMCore directory so that it can ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Remove dead methods.
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Don't use the new syntax just yet.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise OR operator from the Attributes class. Replace it with the...
Bill Wendling
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-11
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-10
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-09
Revert r165547 to fix build.
Bill Wendling
2012-10-09
Use a single location for calculating the alignments.
Bill Wendling
[next]