| Commit message (Expand) | Author | Age | Files | Lines |
* | [Alignment][NFC] Attributes use Align/MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -2/+2 |
* | Fix analyzer TypeAttributeImpl::anchor() override. | Simon Pilgrim | 2019-09-25 | 1 | -1/+1 |
* | Extend function attributes bitset size from 64 to 96. | Evgeniy Stepanov | 2019-07-13 | 1 | -6/+6 |
* | Reapply: IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-30 | 1 | -3/+29 |
* | Revert "IR: add optional type to 'byval' function parameters" | Tim Northover | 2019-05-29 | 1 | -29/+3 |
* | IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-29 | 1 | -3/+29 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -9/+9 |
* | [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-06-19 | 1 | -1/+4 |
* | [IR] Switch AttributeList to use an array for O(1) access | Reid Kleckner | 2017-05-23 | 1 | -38/+9 |
* | [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-05-15 | 1 | -7/+11 |
* | Make getSlotAttributes return an AttributeSet instead of a wrapper list | Reid Kleckner | 2017-04-24 | 1 | -10/+5 |
* | [IR] Add AttributeSet to hide AttributeSetNode* again, NFC | Reid Kleckner | 2017-04-12 | 1 | -17/+74 |
* | [IR] Sink some AttributeListImpl methods out of headers NFC | Reid Kleckner | 2017-04-11 | 1 | -41/+3 |
* | Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" | Reid Kleckner | 2017-04-10 | 1 | -1/+1 |
* | Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" | Reid Kleckner | 2017-04-10 | 1 | -1/+1 |
* | [IR] Make AttributeSetNode public, avoid temporary AttributeList copies | Reid Kleckner | 2017-04-10 | 1 | -1/+1 |
* | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -12/+12 |
* | [ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and Include What Yo... | Eugene Zelenko | 2016-12-07 | 1 | -18/+24 |
* | Kill deprecated attribute API | Amaury Sechet | 2016-11-06 | 1 | -6/+0 |
* | Expose AttributeSetNode, use it to provide aggregate getter for attribute in ... | Amaury Sechet | 2016-07-21 | 1 | -68/+1 |
* | Apply clang-tidy's modernize-loop-convert to most of lib/IR. | Benjamin Kramer | 2016-06-26 | 1 | -7/+6 |
* | Rename AttributeSetImpl::NumAttrs and AttributeSetImpl::getNumAttributes to r... | Amaury Sechet | 2016-06-14 | 1 | -13/+15 |
* | Make sure we have a Add/Remove/Has function for various thing that can have a... | Amaury Sechet | 2016-06-12 | 1 | -0/+3 |
* | 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 |