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
/
IR
/
Attributes.cpp
Age
Commit message (
Expand
)
Author
2013-02-28
Don't add an attribute that already exists and don't remove an attribute that...
Bill Wendling
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-22
Remove warning about default covering no cases.
Bill Wendling
2013-02-22
Add a bitmask for NoBuiltin. This should *not* be used.
Bill Wendling
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-18
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-16
GCC doesn't like ++ on enums.
Benjamin Kramer
2013-02-16
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-15
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
Revert "Simplify the attributes '<' comparison function."
Anna Zaks
2013-02-15
Simplify the attributes '<' comparison function.
Bill Wendling
2013-02-13
Use array_pod_sort.
Bill Wendling
2013-02-13
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-12
Support string attributes in the AttrBuilder.
Bill Wendling
2013-02-11
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-10
The 'Raw' method cannot handle 'string' attributes. Don't even try.
Bill Wendling
2013-02-10
Handle string attributes in the AttrBuilder.
Bill Wendling
2013-02-10
Add accessor for the LLVMContext.
Bill Wendling
2013-02-06
Add a 'StringRef' version of hasAttribute.
Bill Wendling
2013-02-06
Add methods to merge an AttrBuilder into another builder.
Bill Wendling
2013-02-05
Add the target-dependent (string) attributes from the AttrBuilder to the Attr...
Bill Wendling
2013-02-05
Convert to storing the attribute's internals as enums, integers, and strings.
Bill Wendling
2013-02-05
Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.
Bill Wendling
2013-02-04
Initial cleanups of the param-attribute code in the bitcode reader/writer.
Bill Wendling
2013-02-02
Remove AttrBuilder::Raw().
Bill Wendling
2013-02-02
Use the AttributeSet's iterators.
Bill Wendling
2013-02-01
Change the AttributeImpl to hold a single Constant* for the values.
Bill Wendling
2013-02-01
Remove some dead code, improve some asserts, and other assorted changes. No f...
Bill Wendling
2013-02-01
Remove one of the odious 'Raw' methods.
Bill Wendling
2013-02-01
Use iterators instead of relying upon a bitmask of attributes to remove attri...
Bill Wendling
2013-01-31
Add iterators to the AttributeSet class so that we can access the Attributes ...
Bill Wendling
2013-01-31
s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...
Bill Wendling
2013-01-31
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2013-01-31
Add support for emitting a string attribute.
Bill Wendling
2013-01-31
Remove the Attribute::hasAttributes() function.
Bill Wendling
2013-01-31
Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...
NAKAMURA Takumi
2013-01-31
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
Bill Wendling
2013-01-31
Revert for now:
Bill Wendling
2013-01-31
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-30
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
Remove redundant code.
Bill Wendling
2013-01-29
Add a couple of accessor methods to get the kind and values of an attribute.
Bill Wendling
2013-01-29
s/Data/Kind/g. No functionality change.
Bill Wendling
2013-01-29
AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,...
NAKAMURA Takumi
2013-01-29
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
Use an AttrBuilder to generate the correct AttributeSet.
Bill Wendling
2013-01-29
Convert the AttrBuilder into a list of Attributes instead of one Attribute ob...
Bill Wendling
2013-01-29
S'more small non-functional changes in comments and #includes.
Bill Wendling
[next]