aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR
AgeCommit message (Expand)Author
2013-03-01Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman
2013-03-01test commit to use consistent comment notation.Peng Cheng
2013-03-01Minor coding style fixMichael Liao
2013-02-27Copy missing member in DataLayout copy ctor.David Blaikie
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem
2013-02-18Add some convenience methods for querying function attributes.Bill Wendling
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-18Use llvm::cast instead of reinterpret_cast.Jakub Staszak
2013-02-18Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer
2013-02-16Remove comma at the end of enum. Still my favourite C++11 feature.Benjamin Kramer
2013-02-16Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer
2013-02-13Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling
2013-02-12Add a default empty string to the 'value' of a string attribute.Bill Wendling
2013-02-12[NVPTX] Disable vector registersJustin Holewinski
2013-02-11Rename to something more sensible. No functionality change.Bill Wendling
2013-02-11[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...Justin Holewinski
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-11Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson
2013-02-10Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling
2013-02-10Add accessor for the LLVMContext.Bill Wendling
2013-02-09Add a DenseMapInfo class for the AttributeSet.Bill Wendling
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson
2013-02-06Improve comment.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-05Changed in comment cxx -> C++. Thanks Richard Smith!.Michael Gottesman
2013-02-05Add code to GlobalVariable.h so that global variables marked asMichael Gottesman
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-02-03Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman
2013-02-02Remove AttrBuilder::Raw().Bill Wendling
2013-02-01Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling
2013-02-01Remove one of the odious 'Raw' methods.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-31Cherry-pick r174067Derek Schuff
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
2013-01-31Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling
2013-01-31Revert for now:Bill Wendling
2013-01-31Remove the AttrBuilder version of the Attribute::get function.Bill Wendling
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling