summaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Support string attributes in the AttrBuilder.Bill Wendling2013-02-121-11/+25
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-121-4/+4
* Add support for printing out the attribute groups.Bill Wendling2013-02-113-17/+88
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-112-0/+8
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-113-18/+20
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-111-3/+3
* The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling2013-02-101-0/+4
* Handle string attributes in the AttrBuilder.Bill Wendling2013-02-101-1/+5
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-101-1/+1
* Add accessor for the LLVMContext.Bill Wendling2013-02-101-0/+4
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-083-2/+38
* Minor cleanup.Dan Gohman2013-02-081-1/+1
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-081-28/+1
* Remove extra blank line between closing curly brace and 'else'Craig Topper2013-02-061-6/+3
* Remove unused private field to suppress a build warning.Craig Topper2013-02-061-1/+0
* Add a 'StringRef' version of hasAttribute.Bill Wendling2013-02-061-4/+16
* Add methods to merge an AttrBuilder into another builder.Bill Wendling2013-02-061-0/+17
* Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling2013-02-051-2/+13
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-052-127/+251
* Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling2013-02-051-1/+13
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-051-0/+1
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-041-41/+1
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-042-15/+4
* PR15149: crash when printing debug info metadata containing an invalid langua...David Blaikie2013-02-041-2/+2
* Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman2013-02-031-5/+10
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-022-21/+8
* Remove AttrBuilder::Raw().Bill Wendling2013-02-021-25/+18
* Use the AttributeSet's iterators.Bill Wendling2013-02-022-5/+22
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-012-27/+23
* Remove some dead code, improve some asserts, and other assorted changes. No f...Bill Wendling2013-02-012-29/+13
* Remove one of the odious 'Raw' methods.Bill Wendling2013-02-012-13/+3
* Use iterators instead of relying upon a bitmask of attributes to remove attri...Bill Wendling2013-02-011-11/+17
* Add iterators to the AttributeSet class so that we can access the Attributes ...Bill Wendling2013-01-311-0/+12
* s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...Bill Wendling2013-01-311-15/+15
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-312-34/+38
* Add support for emitting a string attribute.Bill Wendling2013-01-312-45/+77
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-312-10/+1
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-312-6/+15
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-312-15/+6
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-311-1/+3
* Revert for now:Bill Wendling2013-01-312-15/+20
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-312-20/+15
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-0/+3
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-311-6/+5
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-301-3/+3
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-302-12/+10
* Remove redundant code.Bill Wendling2013-01-301-20/+2
* Clean up whitespace and indentation a bitEli Bendersky2013-01-301-4/+4
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-301-1/+1
* Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling2013-01-291-0/+8