| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the allocsize attribute to LLVM. | George Burgess IV | 2016-04-12 | 1 | -1/+4 |
* | Remove TrailingObjects::operator delete. It's still suffering from | Richard Smith | 2016-02-09 | 1 | -2/+2 |
* | Re-commit r259942 (reverted in r260053) with a different workaround for the M... | Richard Smith | 2016-02-09 | 1 | -0/+4 |
* | Revert 259942, r259943, r259948. | Nico Weber | 2016-02-07 | 1 | -4/+0 |
* | Attempt#2 to work around MSVC rejects-valid. | Richard Smith | 2016-02-05 | 1 | -2/+2 |
* | More workarounds for undefined behavior exposed when compiling in C++14 with | Richard Smith | 2016-02-05 | 1 | -0/+4 |
* | Use Support/DataTypes.h instead of cstdint | Matthias Braun | 2016-01-30 | 1 | -1/+1 |
* | Fix the MSVC build by moving static asserts into constructors | Reid Kleckner | 2016-01-29 | 1 | -5/+5 |
* | Need #include <cstdint> for uint64_t | Matthias Braun | 2016-01-29 | 1 | -1/+2 |
* | Need #include <climit> for CHAR_BIT | Matthias Braun | 2016-01-29 | 1 | -0/+1 |
* | AttributeSetImpl: Summarize existing function attributes in a bitset. | Matthias Braun | 2016-01-29 | 1 | -1/+27 |
* | AttributeSetNode: Summarize existing attributes in a bitset. | Matthias Braun | 2016-01-29 | 1 | -2/+15 |
* | llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introdu... | NAKAMURA Takumi | 2015-08-06 | 1 | -2/+2 |
* | Add a TrailingObjects template class. | James Y Knight | 2015-08-05 | 1 | -18/+19 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | Tweak wording of alignment static_assert messages. | James Y Knight | 2015-06-17 | 1 | -6/+7 |
* | Fix alignment issues in LLVM. | James Y Knight | 2015-06-17 | 1 | -2/+11 |
* | Add missing dereferenceable_or_null getters | Sanjoy Das | 2015-05-06 | 1 | -0/+1 |
* | [IR] Introduce a dereferenceable_or_null(N) attribute. | Sanjoy Das | 2015-04-16 | 1 | -4/+4 |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -6/+6 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Add a dereferenceable attribute | Hal Finkel | 2014-07-18 | 1 | -1/+3 |
* | Rename AlignAttribute to IntAttribute | Hal Finkel | 2014-07-18 | 1 | -9/+9 |
* | [C++11] Add 'override' keyword to IR library. | Craig Topper | 2014-03-05 | 1 | -1/+1 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -0/+3 |
* | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -0/+2 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -2/+0 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -6/+6 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -6/+6 |
* | Add a AttributeSetImpl::dump function. | Peter Collingbourne | 2013-08-02 | 1 | -0/+2 |
* | Make one of the AttributeSet ctors maintain the invariant that the | Peter Collingbourne | 2013-08-02 | 1 | -0/+9 |
* | Reduce the number of indirections in the attributes implementation. | Benjamin Kramer | 2013-07-11 | 1 | -114/+92 |
* | Now that the underlying issue is fixed, revert r180750 and r180722. | Rafael Espindola | 2013-05-01 | 1 | -1/+1 |
* | Change getSlotIndex to return unsigned. | Rafael Espindola | 2013-04-30 | 1 | -2/+2 |
* | Revert "revert r179735, it has no testcases, and doesn't really make sense." | Reid Kleckner | 2013-04-29 | 1 | -1/+1 |
* | revert r179735, it has no testcases, and doesn't really make sense. | Chris Lattner | 2013-04-25 | 1 | -1/+1 |
* | Cleanup patch: | Bill Wendling | 2013-04-18 | 1 | -9/+9 |
* | Add an option `-enable-old-style-attr-syntax' to print out function attribute... | Bill Wendling | 2013-04-17 | 1 | -1/+1 |
* | Don't add the 'Value' string if there isn't one. | Bill Wendling | 2013-02-28 | 1 | -1/+1 |
* | Add some accessor and query methods for retrieving Attribute objects and such. | Bill Wendling | 2013-02-13 | 1 | -0/+4 |
* | Add support for printing out the attribute groups. | Bill Wendling | 2013-02-11 | 1 | -1/+1 |
* | Remove unused private field to suppress a build warning. | Craig Topper | 2013-02-06 | 1 | -1/+0 |
* | Convert to storing the attribute's internals as enums, integers, and strings. | Bill Wendling | 2013-02-05 | 1 | -21/+101 |
* | Use the AttributeSet's iterators. | Bill Wendling | 2013-02-02 | 1 | -1/+0 |
* | Change the AttributeImpl to hold a single Constant* for the values. | Bill Wendling | 2013-02-01 | 1 | -12/+10 |
* | Remove some dead code, improve some asserts, and other assorted changes. No f... | Bill Wendling | 2013-02-01 | 1 | -7/+2 |
* | Remove one of the odious 'Raw' methods. | Bill Wendling | 2013-02-01 | 1 | -2/+1 |
* | Remove the AttrBuilder form of the Attribute::get creators. | Bill Wendling | 2013-01-31 | 1 | -0/+2 |
* | Add support for emitting a string attribute. | Bill Wendling | 2013-01-31 | 1 | -3/+4 |