summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Attributes.h
Commit message (Expand)AuthorAge
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* IR: Cleanup AttributeSet::get for AttrBuilderDavid Majnemer2014-05-03
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-25
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-01
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-30
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-18
* Cleanup patch:Bill Wendling2013-04-18
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-17
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-18
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-18
* Remove comma at the end of enum. Still my favourite C++11 feature.Benjamin Kramer2013-02-16
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-16
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-13
* Add a default empty string to the 'value' of a string attribute.Bill Wendling2013-02-12
* Add support for printing out the attribute groups.Bill Wendling2013-02-11
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-10
* Add accessor for the LLVMContext.Bill Wendling2013-02-10
* Add a DenseMapInfo class for the AttributeSet.Bill Wendling2013-02-09
* Improve comment.Bill Wendling2013-02-06
* Add a 'StringRef' version of hasAttribute.Bill Wendling2013-02-06
* Add methods to merge an AttrBuilder into another builder.Bill Wendling2013-02-06
* Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling2013-02-05
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-05
* Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling2013-02-05
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-04
* Remove AttrBuilder::Raw().Bill Wendling2013-02-02
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-01
* Remove one of the odious 'Raw' methods.Bill Wendling2013-02-01
* Add iterators to the AttributeSet class so that we can access the Attributes ...Bill Wendling2013-01-31
* s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...Bill Wendling2013-01-31
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-31
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-31