| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for the Builtin attribute. | Michael Gottesman | 2013-06-27 | 1 | -0/+2 |
* | Add a new function attribute 'cold' to functions. | Diego Novillo | 2013-05-24 | 1 | -0/+1 |
* | Now that the underlying issue is fixed, revert r180750 and r180722. | Rafael Espindola | 2013-05-01 | 1 | -2/+1 |
* | Change getSlotIndex to return unsigned. | Rafael Espindola | 2013-04-30 | 1 | -1/+1 |
* | Revert "revert r179735, it has no testcases, and doesn't really make sense." | Reid Kleckner | 2013-04-29 | 1 | -1/+2 |
* | revert r179735, it has no testcases, and doesn't really make sense. | Chris Lattner | 2013-04-25 | 1 | -2/+1 |
* | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin | 2013-04-20 | 1 | -0/+1 |
* | Make the TargetIndependent flag have the right boolean value. | Bill Wendling | 2013-04-18 | 1 | -1/+1 |
* | Cleanup patch: | Bill Wendling | 2013-04-18 | 1 | -12/+12 |
* | This patch addresses two cleanup issues: | Bill Wendling | 2013-04-18 | 1 | -3/+0 |
* | Add an option `-enable-old-style-attr-syntax' to print out function attribute... | Bill Wendling | 2013-04-17 | 1 | -1/+2 |
* | Remove default copy ctor/assignment, makes AttributeSet trivially copyable. | Benjamin Kramer | 2013-03-18 | 1 | -5/+0 |
* | Add some additonal attribute helper functions. Test will be on follow | Reed Kotler | 2013-03-13 | 1 | -0/+5 |
* | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany | 2013-02-26 | 1 | -3/+3 |
* | Implement the NoBuiltin attribute. | Bill Wendling | 2013-02-22 | 1 | -25/+2 |
* | Futureproof AttrBuild if we ever have more than 64 attr enum values. | Benjamin Kramer | 2013-02-18 | 1 | -5/+5 |
* | Remove comma at the end of enum. Still my favourite C++11 feature. | Benjamin Kramer | 2013-02-16 | 1 | -1/+1 |
* | Turn the enum attributes DenseSet in AttrBuilder into a set of bits. | Benjamin Kramer | 2013-02-16 | 1 | -40/+15 |
* | Add some accessor and query methods for retrieving Attribute objects and such. | Bill Wendling | 2013-02-13 | 1 | -0/+9 |
* | Add a default empty string to the 'value' of a string attribute. | Bill Wendling | 2013-02-12 | 1 | -1/+1 |
* | Add support for printing out the attribute groups. | Bill Wendling | 2013-02-11 | 1 | -2/+2 |
* | [tsan/msan] adding thread_safety and uninitialized_checks attributes | Kostya Serebryany | 2013-02-11 | 1 | -0/+4 |
* | Add 'empty' query methods to the builder and use them in the verifier. | Bill Wendling | 2013-02-10 | 1 | -0/+4 |
* | Add accessor for the LLVMContext. | Bill Wendling | 2013-02-10 | 1 | -0/+3 |
* | Add a DenseMapInfo class for the AttributeSet. | Bill Wendling | 2013-02-09 | 1 | -13/+35 |
* | Improve comment. | Bill Wendling | 2013-02-06 | 1 | -2/+6 |
* | Add a 'StringRef' version of hasAttribute. | Bill Wendling | 2013-02-06 | 1 | -0/+4 |
* | Add methods to merge an AttrBuilder into another builder. | Bill Wendling | 2013-02-06 | 1 | -0/+7 |
* | Add the target-dependent (string) attributes from the AttrBuilder to the Attr... | Bill Wendling | 2013-02-05 | 1 | -0/+15 |
* | Convert to storing the attribute's internals as enums, integers, and strings. | Bill Wendling | 2013-02-05 | 1 | -12/+28 |
* | Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder. | Bill Wendling | 2013-02-05 | 1 | -0/+8 |
* | Initial cleanups of the param-attribute code in the bitcode reader/writer. | Bill Wendling | 2013-02-04 | 1 | -17/+3 |
* | Remove AttrBuilder::Raw(). | Bill Wendling | 2013-02-02 | 1 | -2/+0 |
* | Change the AttributeImpl to hold a single Constant* for the values. | Bill Wendling | 2013-02-01 | 1 | -3/+5 |
* | Remove one of the odious 'Raw' methods. | Bill Wendling | 2013-02-01 | 1 | -5/+2 |
* | Add iterators to the AttributeSet class so that we can access the Attributes ... | Bill Wendling | 2013-01-31 | 1 | -0/+5 |
* | s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ... | Bill Wendling | 2013-01-31 | 1 | -4/+4 |
* | Remove the AttrBuilder form of the Attribute::get creators. | Bill Wendling | 2013-01-31 | 1 | -3/+2 |
* | Remove the Attribute::hasAttributes() function. | Bill Wendling | 2013-01-31 | 1 | -3/+0 |
* | Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt... | NAKAMURA Takumi | 2013-01-31 | 1 | -3/+6 |
* | Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. | Bill Wendling | 2013-01-31 | 1 | -6/+3 |
* | Make the AttrBuilder creation method of Attribute private so that people won'... | Bill Wendling | 2013-01-31 | 1 | -1/+2 |
* | Revert for now: | Bill Wendling | 2013-01-31 | 1 | -1/+2 |
* | Remove the AttrBuilder version of the Attribute::get function. | Bill Wendling | 2013-01-31 | 1 | -2/+1 |
* | Make sure that the Attribute object represents one attribute only. | Bill Wendling | 2013-01-31 | 1 | -8/+7 |
* | Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. | Bill Wendling | 2013-01-30 | 1 | -12/+0 |
* | Convert typeIncompatible to return an AttributeSet. | Bill Wendling | 2013-01-30 | 1 | -6/+3 |
* | Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th... | Bill Wendling | 2013-01-30 | 1 | -1/+1 |
* | Add a couple of accessor methods to get the kind and values of an attribute. | Bill Wendling | 2013-01-29 | 1 | -0/+7 |
* | Convert getAttributes() to return an AttributeSetNode. | Bill Wendling | 2013-01-29 | 1 | -1/+1 |