summaryrefslogtreecommitdiff
path: root/lib/IR/Attributes.cpp
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
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-03
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-03
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-02
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-02
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-11
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* 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 the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-29
* 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
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-19
* 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
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling2013-02-28
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Remove warning about default covering no cases.Bill Wendling2013-02-22
* Add a bitmask for NoBuiltin. This should *not* be used.Bill Wendling2013-02-22
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-18
* GCC doesn't like ++ on enums.Benjamin Kramer2013-02-16
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-16
* Simplify the 'operator<' for the attribute object.Bill Wendling2013-02-15
* Revert "Simplify the attributes '<' comparison function."Anna Zaks2013-02-15
* Simplify the attributes '<' comparison function.Bill Wendling2013-02-15
* Use array_pod_sort.Bill Wendling2013-02-13
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-13
* Support string attributes in the AttrBuilder.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
* The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling2013-02-10
* Handle string attributes in the AttrBuilder.Bill Wendling2013-02-10