| Commit message (Expand) | Author | Age | Files | Lines |
* | Use array_pod_sort. | Bill Wendling | 2013-02-13 | 1 | -1/+1 |
* | Add some accessor and query methods for retrieving Attribute objects and such. | Bill Wendling | 2013-02-13 | 2 | -0/+45 |
* | Add static cast to unsigned char whenever a character classification function... | Guy Benyei | 2013-02-12 | 3 | -8/+12 |
* | Support string attributes in the AttrBuilder. | Bill Wendling | 2013-02-12 | 1 | -11/+25 |
* | DIBuilder: make the return type of createBasicType more specific | David Blaikie | 2013-02-12 | 1 | -4/+4 |
* | Add support for printing out the attribute groups. | Bill Wendling | 2013-02-11 | 3 | -17/+88 |
* | [tsan/msan] adding thread_safety and uninitialized_checks attributes | Kostya Serebryany | 2013-02-11 | 2 | -0/+8 |
* | Revert "Rename LLVMContext diagnostic handler types and functions." | Bob Wilson | 2013-02-11 | 3 | -18/+20 |
* | Fix unnecessary removal of const through cast machinery | David Blaikie | 2013-02-11 | 1 | -3/+3 |
* | The 'Raw' method cannot handle 'string' attributes. Don't even try. | Bill Wendling | 2013-02-10 | 1 | -0/+4 |
* | Handle string attributes in the AttrBuilder. | Bill Wendling | 2013-02-10 | 1 | -1/+5 |
* | Add 'empty' query methods to the builder and use them in the verifier. | Bill Wendling | 2013-02-10 | 1 | -1/+1 |
* | Add accessor for the LLVMContext. | Bill Wendling | 2013-02-10 | 1 | -0/+4 |
* | Enable *BasicBlockPass::createPrinterPass() | Sergei Larin | 2013-02-08 | 3 | -2/+38 |
* | Minor cleanup. | Dan Gohman | 2013-02-08 | 1 | -1/+1 |
* | Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12... | Bob Wilson | 2013-02-08 | 1 | -28/+1 |
* | Remove extra blank line between closing curly brace and 'else' | Craig Topper | 2013-02-06 | 1 | -6/+3 |
* | Remove unused private field to suppress a build warning. | Craig Topper | 2013-02-06 | 1 | -1/+0 |
* | Add a 'StringRef' version of hasAttribute. | Bill Wendling | 2013-02-06 | 1 | -4/+16 |
* | Add methods to merge an AttrBuilder into another builder. | Bill Wendling | 2013-02-06 | 1 | -0/+17 |
* | Add the target-dependent (string) attributes from the AttrBuilder to the Attr... | Bill Wendling | 2013-02-05 | 1 | -2/+13 |
* | Convert to storing the attribute's internals as enums, integers, and strings. | Bill Wendling | 2013-02-05 | 2 | -127/+251 |
* | Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder. | Bill Wendling | 2013-02-05 | 1 | -1/+13 |
* | Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in... | Michael Gottesman | 2013-02-05 | 1 | -0/+1 |
* | Initial cleanups of the param-attribute code in the bitcode reader/writer. | Bill Wendling | 2013-02-04 | 1 | -41/+1 |
* | [DebugInfo] remove more node indirection (this time from the subprogram's var... | David Blaikie | 2013-02-04 | 2 | -15/+4 |
* | PR15149: crash when printing debug info metadata containing an invalid langua... | David Blaikie | 2013-02-04 | 1 | -2/+2 |
* | Added instance variable/initializers/getter/setters for new keyword externall... | Michael Gottesman | 2013-02-03 | 1 | -5/+10 |
* | Remove the (apparently) unnecessary debug info metadata indirection. | David Blaikie | 2013-02-02 | 2 | -21/+8 |
* | Remove AttrBuilder::Raw(). | Bill Wendling | 2013-02-02 | 1 | -25/+18 |
* | Use the AttributeSet's iterators. | Bill Wendling | 2013-02-02 | 2 | -5/+22 |
* | Change the AttributeImpl to hold a single Constant* for the values. | Bill Wendling | 2013-02-01 | 2 | -27/+23 |
* | Remove some dead code, improve some asserts, and other assorted changes. No f... | Bill Wendling | 2013-02-01 | 2 | -29/+13 |
* | Remove one of the odious 'Raw' methods. | Bill Wendling | 2013-02-01 | 2 | -13/+3 |
* | Use iterators instead of relying upon a bitmask of attributes to remove attri... | Bill Wendling | 2013-02-01 | 1 | -11/+17 |
* | Add iterators to the AttributeSet class so that we can access the Attributes ... | Bill Wendling | 2013-01-31 | 1 | -0/+12 |
* | s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ... | Bill Wendling | 2013-01-31 | 1 | -15/+15 |
* | Remove the AttrBuilder form of the Attribute::get creators. | Bill Wendling | 2013-01-31 | 2 | -34/+38 |
* | Add support for emitting a string attribute. | Bill Wendling | 2013-01-31 | 2 | -45/+77 |
* | Remove the Attribute::hasAttributes() function. | Bill Wendling | 2013-01-31 | 2 | -10/+1 |
* | Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt... | NAKAMURA Takumi | 2013-01-31 | 2 | -6/+15 |
* | Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. | Bill Wendling | 2013-01-31 | 2 | -15/+6 |
* | 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 | 2 | -15/+20 |
* | Remove the AttrBuilder version of the Attribute::get function. | Bill Wendling | 2013-01-31 | 2 | -20/+15 |
* | Make sure that the Attribute object represents one attribute only. | Bill Wendling | 2013-01-31 | 1 | -0/+3 |
* | Fix ConstantFold's folding of icmp instructions to recognize that, | Dan Gohman | 2013-01-31 | 1 | -6/+5 |
* | Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. | Bill Wendling | 2013-01-30 | 1 | -3/+3 |
* | Convert typeIncompatible to return an AttributeSet. | Bill Wendling | 2013-01-30 | 2 | -12/+10 |
* | Remove redundant code. | Bill Wendling | 2013-01-30 | 1 | -20/+2 |