aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/Attributes.cpp
AgeCommit message (Expand)Author
2013-05-01Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola
2013-04-30Change getSlotIndex to return unsigned.Rafael Espindola
2013-04-29Revert the command line option patch. However, keep the part that makes this ...Bill Wendling
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-19Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling
2013-04-18Cleanup patch:Bill Wendling
2013-04-18This patch addresses two cleanup issues:Bill Wendling
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
2013-02-28Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-22Remove warning about default covering no cases.Bill Wendling
2013-02-22Add a bitmask for NoBuiltin. This should *not* be used.Bill Wendling
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-18Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer
2013-02-16GCC doesn't like ++ on enums.Benjamin Kramer
2013-02-16Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer
2013-02-15Simplify the 'operator<' for the attribute object.Bill Wendling
2013-02-15Revert "Simplify the attributes '<' comparison function."Anna Zaks
2013-02-15Simplify the attributes '<' comparison function.Bill Wendling
2013-02-13Use array_pod_sort.Bill Wendling
2013-02-13Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling
2013-02-12Support string attributes in the AttrBuilder.Bill Wendling
2013-02-11Add support for printing out the attribute groups.Bill Wendling
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-10The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling
2013-02-10Handle string attributes in the AttrBuilder.Bill Wendling
2013-02-10Add accessor for the LLVMContext.Bill Wendling
2013-02-06Add a 'StringRef' version of hasAttribute.Bill Wendling
2013-02-06Add methods to merge an AttrBuilder into another builder.Bill Wendling
2013-02-05Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling
2013-02-05Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling
2013-02-05Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-02-02Remove AttrBuilder::Raw().Bill Wendling
2013-02-02Use the AttributeSet's iterators.Bill Wendling
2013-02-01Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling
2013-02-01Remove some dead code, improve some asserts, and other assorted changes. No f...Bill Wendling
2013-02-01Remove one of the odious 'Raw' methods.Bill Wendling
2013-02-01Use iterators instead of relying upon a bitmask of attributes to remove attri...Bill Wendling
2013-01-31Add iterators to the AttributeSet class so that we can access the Attributes ...Bill Wendling
2013-01-31s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...Bill Wendling
2013-01-31Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling
2013-01-31Add support for emitting a string attribute.Bill Wendling
2013-01-31Remove the Attribute::hasAttributes() function.Bill Wendling
2013-01-31Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi
2013-01-31Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling