| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. | Erich Keane | 2019-09-13 | 1 | -5/+23 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 1 | -0/+3 |
* | [OPENMP5.0]Add support for device_type clause in declare target | Alexey Bataev | 2019-08-23 | 1 | -4/+7 |
* | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 1 | -3/+0 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 1 | -0/+3 |
* | [Concepts] Concept definitions (D40381) | Saar Raz | 2019-07-10 | 1 | -0/+10 |
* | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 2019-07-03 | 1 | -1/+1 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 1 | -13/+52 |
* | [C++20] add Basic consteval specifier | Gauthier Harnisch | 2019-06-14 | 1 | -1/+1 |
* | Permit static local structured bindings to be named from arbitrary scopes ins... | Richard Smith | 2019-05-25 | 1 | -1/+3 |
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -5/+4 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -4/+5 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -5/+4 |
* | Replace ad-hoc tracking of pattern for an instantiated class-scope | Richard Smith | 2019-05-02 | 1 | -7/+19 |
* | [OPENMP]Improve detection of omp_allocator_handle_t type and predefined | Alexey Bataev | 2019-03-20 | 1 | -2/+7 |
* | [OPENMP 5.0]Initial support for 'allocator' clause. | Alexey Bataev | 2019-03-12 | 1 | -4/+14 |
* | [OPENMP 5.0]Add initial support for 'allocate' directive. | Alexey Bataev | 2019-03-07 | 1 | -1/+21 |
* | Avoid needlessly copying a block to the heap when a block literal | Akira Hatanaka | 2019-02-27 | 1 | -0/+1 |
* | [modules] Fix handling of initializers for templated global variables. | Richard Smith | 2019-02-05 | 1 | -1/+1 |
* | [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. | Michael Kruse | 2019-02-01 | 1 | -1/+22 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ObjCARC] Add an new attribute, objc_externally_retained | Erik Pilkington | 2019-01-04 | 1 | -1/+1 |
* | Fix up diagnostics. | Richard Trieu | 2018-12-14 | 1 | -1/+0 |
* | Use zip_longest for iterator range comparisons. NFC. | Michael Kruse | 2018-12-10 | 1 | -10/+15 |
* | Distinguish `__block` variables that are captured by escaping blocks | Akira Hatanaka | 2018-10-01 | 1 | -0/+1 |
* | Revert r343518. | Akira Hatanaka | 2018-10-01 | 1 | -1/+0 |
* | Distinguish `__block` variables that are captured by escaping blocks | Akira Hatanaka | 2018-10-01 | 1 | -0/+1 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-26 | 1 | -1/+1 |
* | [OPENMP] Add support for OMP5 requires directive + unified_address clause | Kelvin Li | 2018-09-26 | 1 | -0/+16 |
* | [OPENMP] Fix PR38903: Crash on instantiation of the non-dependent | Alexey Bataev | 2018-09-13 | 1 | -4/+11 |
* | Track definition merging on the canonical declaration even when local | Richard Smith | 2018-09-12 | 1 | -15/+2 |
* | Revert r342019, "Track definition merging on the canonical declaration | Richard Smith | 2018-09-12 | 1 | -2/+15 |
* | Track definition merging on the canonical declaration even when local | Richard Smith | 2018-09-12 | 1 | -15/+2 |
* | Revert r341754. | Akira Hatanaka | 2018-09-09 | 1 | -1/+0 |
* | Distinguish `__block` variables that are captured by escaping blocks | Akira Hatanaka | 2018-09-08 | 1 | -0/+1 |
* | Model type attributes as regular Attrs. | Richard Smith | 2018-08-20 | 1 | -10/+63 |
* | [OPENMP] FIx processing of declare target variables. | Alexey Bataev | 2018-08-15 | 1 | -1/+8 |
* | Revert r339623 "Model type attributes as regular Attrs." | Reid Kleckner | 2018-08-14 | 1 | -63/+10 |
* | Model type attributes as regular Attrs. | Richard Smith | 2018-08-13 | 1 | -10/+63 |
* | [CodeGen] Merge equivalent block copy/helper functions. | Akira Hatanaka | 2018-08-10 | 1 | -0/+6 |
* | Append new attributes to the end of an AttributeList. | Michael Kruse | 2018-08-03 | 1 | -22/+11 |
* | [modules] Defer merging deduced return types. | Richard Smith | 2018-08-03 | 1 | -14/+22 |
* | Serialize DoesNotEscape. | Akira Hatanaka | 2018-08-01 | 1 | -0/+1 |
* | [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into... | Erich Keane | 2018-08-01 | 1 | -7/+7 |
* | [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ... | Erich Keane | 2018-08-01 | 1 | -26/+27 |
* | [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec... | Erich Keane | 2018-08-01 | 1 | -10/+10 |
* | [serialization] PR34728: Don't assume that only a suffix of template | Richard Smith | 2018-07-31 | 1 | -15/+9 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -22/+22 |
* | [ODRHash] Support hashing enums. | Richard Trieu | 2018-07-25 | 1 | -0/+5 |
* | PR33924: merge local declarations that have linkage of some kind within | Richard Smith | 2018-07-04 | 1 | -23/+85 |