| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for the Builtin attribute. | Michael Gottesman | 2013-06-27 | 1 | -0/+16 |
* | [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN... | Michael Gottesman | 2013-06-19 | 1 | -1/+1 |
* | We want a string representation of the attribute, not the kind as a string. | Bill Wendling | 2013-06-18 | 1 | -2/+2 |
* | Require members of llvm.used to be named. | Rafael Espindola | 2013-06-11 | 1 | -0/+1 |
* | Make it explicit that GlobalAlias are ok in llvm.used. | Rafael Espindola | 2013-05-27 | 1 | -5/+4 |
* | Add a new function attribute 'cold' to functions. | Diego Novillo | 2013-05-24 | 1 | -1/+2 |
* | Add some constraints to use of 'returned': | Stephen Lin | 2013-04-23 | 1 | -0/+4 |
* | Also verify llvm.compiler_used. | Rafael Espindola | 2013-04-22 | 1 | -1/+2 |
* | Clarify that llvm.used can contain aliases. | Rafael Espindola | 2013-04-22 | 1 | -0/+23 |
* | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin | 2013-04-20 | 1 | -6/+45 |
* | This patch addresses two cleanup issues: | Bill Wendling | 2013-04-18 | 1 | -81/+71 |
* | 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 | -1/+2 |
* | [tsan/msan] adding thread_safety and uninitialized_checks attributes | Kostya Serebryany | 2013-02-11 | 1 | -0/+2 |
* | Add 'empty' query methods to the builder and use them in the verifier. | Bill Wendling | 2013-02-10 | 1 | -1/+1 |
* | Make the AttrBuilder creation method of Attribute private so that people won'... | Bill Wendling | 2013-01-31 | 1 | -1/+3 |
* | Revert for now: | Bill Wendling | 2013-01-31 | 1 | -3/+1 |
* | Remove the AttrBuilder version of the Attribute::get function. | Bill Wendling | 2013-01-31 | 1 | -1/+3 |
* | Convert typeIncompatible to return an AttributeSet. | Bill Wendling | 2013-01-30 | 1 | -2/+2 |
* | Attempt to fix dragonegg. Use the number of slots to determine if the Attribu... | Bill Wendling | 2013-01-30 | 1 | -1/+1 |
* | Remove some introspection functions. | Bill Wendling | 2013-01-25 | 1 | -2/+2 |
* | Add an accessor method to get the slot's index. This will limit the use of At... | Bill Wendling | 2013-01-25 | 1 | -12/+12 |
* | Use the AttributeSet query instead of the Attribute query. | Bill Wendling | 2013-01-25 | 1 | -2/+2 |
* | Use AttributeSet instead of Attribute to verify things. | Bill Wendling | 2013-01-21 | 1 | -53/+52 |
* | Push some more methods down to hide the use of the Attribute class. | Bill Wendling | 2013-01-18 | 1 | -29/+49 |
* | [IR] Add 'Append' and 'AppendUnique' module flag behaviors. | Daniel Dunbar | 2013-01-16 | 1 | -13/+33 |
* | [IR] Add verification for module flags with the "require" behavior. | Daniel Dunbar | 2013-01-15 | 1 | -7/+35 |
* | [IR] Add verifier support for llvm.module.flags. | Daniel Dunbar | 2013-01-15 | 1 | -0/+57 |
* | Support for half intrinsics. Pushes MMX into slower encoding path. | Michael Ilseman | 2013-01-11 | 1 | -0/+1 |
* | Remove unused #include | Eli Bendersky | 2013-01-04 | 1 | -1/+0 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -8/+8 |
* | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -0/+2015 |