summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AttributeImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-1/+4
* Remove TrailingObjects::operator delete. It's still suffering fromRichard Smith2016-02-091-2/+2
* Re-commit r259942 (reverted in r260053) with a different workaround for the M...Richard Smith2016-02-091-0/+4
* Revert 259942, r259943, r259948.Nico Weber2016-02-071-4/+0
* Attempt#2 to work around MSVC rejects-valid.Richard Smith2016-02-051-2/+2
* More workarounds for undefined behavior exposed when compiling in C++14 withRichard Smith2016-02-051-0/+4
* Use Support/DataTypes.h instead of cstdintMatthias Braun2016-01-301-1/+1
* Fix the MSVC build by moving static asserts into constructorsReid Kleckner2016-01-291-5/+5
* Need #include <cstdint> for uint64_tMatthias Braun2016-01-291-1/+2
* Need #include <climit> for CHAR_BITMatthias Braun2016-01-291-0/+1
* AttributeSetImpl: Summarize existing function attributes in a bitset.Matthias Braun2016-01-291-1/+27
* AttributeSetNode: Summarize existing attributes in a bitset.Matthias Braun2016-01-291-2/+15
* llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introdu...NAKAMURA Takumi2015-08-061-2/+2
* Add a TrailingObjects template class.James Y Knight2015-08-051-18/+19
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Tweak wording of alignment static_assert messages.James Y Knight2015-06-171-6/+7
* Fix alignment issues in LLVM.James Y Knight2015-06-171-2/+11
* Add missing dereferenceable_or_null gettersSanjoy Das2015-05-061-0/+1
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-4/+4
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-6/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Add a dereferenceable attributeHal Finkel2014-07-181-1/+3
* Rename AlignAttribute to IntAttributeHal Finkel2014-07-181-9/+9
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-051-1/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-0/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-2/+0
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-6/+6
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-6/+6
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-021-0/+2
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-021-0/+9
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-111-114/+92
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-011-1/+1
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-301-2/+2
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-291-1/+1
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-251-1/+1
* Cleanup patch:Bill Wendling2013-04-181-9/+9
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-171-1/+1
* Don't add the 'Value' string if there isn't one.Bill Wendling2013-02-281-1/+1
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-131-0/+4
* Add support for printing out the attribute groups.Bill Wendling2013-02-111-1/+1
* Remove unused private field to suppress a build warning.Craig Topper2013-02-061-1/+0
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-051-21/+101
* Use the AttributeSet's iterators.Bill Wendling2013-02-021-1/+0
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-011-12/+10
* Remove some dead code, improve some asserts, and other assorted changes. No f...Bill Wendling2013-02-011-7/+2
* Remove one of the odious 'Raw' methods.Bill Wendling2013-02-011-2/+1
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-311-0/+2
* Add support for emitting a string attribute.Bill Wendling2013-01-311-3/+4
OpenPOWER on IntegriCloud