aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-20/+90
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+14
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+5
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-0/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-2/+0
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-0/+3
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-021-0/+4
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-021-2/+20
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-251-0/+7
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-0/+4
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-111-64/+39
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-0/+2
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-0/+3
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+3
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-011-9/+6
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-301-2/+2
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-291-2/+1
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-291-6/+10
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-251-10/+6
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-0/+3
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-191-5/+4
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-181-1/+1
* Cleanup patch:Bill Wendling2013-04-181-50/+50
* This patch addresses two cleanup issues:Bill Wendling2013-04-181-27/+0
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-171-5/+11
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-131-0/+7
* Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling2013-02-281-0/+2
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-12/+12
* Remove warning about default covering no cases.Bill Wendling2013-02-221-3/+2
* Add a bitmask for NoBuiltin. This should *not* be used.Bill Wendling2013-02-221-1/+2
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-1/+31
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-181-14/+12
* GCC doesn't like ++ on enums.Benjamin Kramer2013-02-161-1/+1
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-161-24/+23
* Simplify the 'operator<' for the attribute object.Bill Wendling2013-02-151-15/+13
* Revert "Simplify the attributes '<' comparison function."Anna Zaks2013-02-151-13/+15
* Simplify the attributes '<' comparison function.Bill Wendling2013-02-151-15/+13
* Use array_pod_sort.Bill Wendling2013-02-131-1/+1
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-131-0/+41
* Support string attributes in the AttrBuilder.Bill Wendling2013-02-121-11/+25
* Add support for printing out the attribute groups.Bill Wendling2013-02-111-12/+19
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+6
* 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 accessor for the LLVMContext.Bill Wendling2013-02-101-0/+4
* 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