| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-05 | 1 | -0/+1 |
| * | Revert " Reapply af57dbf12e54 "Add support for options -frounding-math... | Melanie Blower | 2019-12-04 | 1 | -1/+0 |
| * | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-04 | 1 | -0/+1 |
| * | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-19 | 1 | -0/+12 |
| * | Revert "[NFC] Refactor representation of materialized temporaries" | Nico Weber | 2019-11-17 | 1 | -12/+0 |
| * | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-16 | 1 | -0/+12 |
| * | Redeclare Objective-C property accessors inside the ObjCImplDecl in which the... | Adrian Prantl | 2019-11-08 | 1 | -0/+3 |
| * | [Concept] Associated Constraints Infrastructure | Saar Raz | 2019-10-15 | 1 | -1/+3 |
| * | For P0784R7: compute whether a variable has constant destruction if it | Richard Smith | 2019-09-29 | 1 | -2/+9 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 1 | -0/+9 |
| * | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 1 | -9/+0 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 1 | -0/+9 |
| * | [Concepts] Concept definitions (D40381) | Saar Raz | 2019-07-10 | 1 | -0/+7 |
| * | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 2019-07-03 | 1 | -1/+1 |
| * | [C++20] add Basic consteval specifier | Gauthier Harnisch | 2019-06-14 | 1 | -1/+1 |
| * | For DR712: store on a DeclRefExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 1 | -2/+2 |
| * | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -9/+15 |
| * | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -15/+9 |
| * | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -9/+15 |
| * | Replace ad-hoc tracking of pattern for an instantiated class-scope | Richard Smith | 2019-05-02 | 1 | -0/+13 |
| * | [clang][OpeMP] Model OpenMP structured-block in AST (PR40563) | Roman Lebedev | 2019-03-20 | 1 | -3/+7 |
| * | [OPENMP 5.0]Initial support for 'allocator' clause. | Alexey Bataev | 2019-03-12 | 1 | -0/+4 |
| * | [OPENMP 5.0]Add initial support for 'allocate' directive. | Alexey Bataev | 2019-03-07 | 1 | -1/+10 |
| * | 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 | -0/+14 |
| * | 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 | -2/+3 |
| * | Distinguish `__block` variables that are captured by escaping blocks | Akira Hatanaka | 2018-10-01 | 1 | -0/+3 |
| * | Revert r343518. | Akira Hatanaka | 2018-10-01 | 1 | -3/+0 |
| * | Distinguish `__block` variables that are captured by escaping blocks | Akira Hatanaka | 2018-10-01 | 1 | -0/+3 |
| * | [OPENMP] Add support for OMP5 requires directive + unified_address clause | Kelvin Li | 2018-09-26 | 1 | -0/+11 |
| * | [OPENMP] Fix PR38903: Crash on instantiation of the non-dependent | Alexey Bataev | 2018-09-13 | 1 | -0/+4 |
| * | Revert r341754. | Akira Hatanaka | 2018-09-09 | 1 | -3/+0 |
| * | Distinguish `__block` variables that are captured by escaping blocks | Akira Hatanaka | 2018-09-08 | 1 | -0/+3 |
| * | [OPENMP] FIx processing of declare target variables. | Alexey Bataev | 2018-08-15 | 1 | -2/+1 |
| * | [CodeGen] Merge equivalent block copy/helper functions. | Akira Hatanaka | 2018-08-10 | 1 | -0/+8 |
| * | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -3/+3 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -7/+7 |
| * | 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 | -6/+6 |
| * | [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ... | Erich Keane | 2018-08-01 | 1 | -21/+20 |
| * | [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec... | Erich Keane | 2018-08-01 | 1 | -1/+1 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -26/+26 |
| * | [ODRHash] Support hashing enums. | Richard Trieu | 2018-07-25 | 1 | -0/+3 |
| * | [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166) | Roman Lebedev | 2018-07-24 | 1 | -0/+1 |
| * | [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but | Richard Smith | 2018-06-29 | 1 | -5/+10 |
| * | Revert r335019 "Update NRVO logic to support early return (Attempt 2)" | Taiju Tsuiki | 2018-06-19 | 1 | -2/+2 |
| * | Update NRVO logic to support early return (Attempt 2) | Taiju Tsuiki | 2018-06-19 | 1 | -2/+2 |
| * | Revert "Update NRVO logic to support early return" | Sam McCall | 2018-05-30 | 1 | -2/+2 |