| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [ODRHash] Handle some template weirdness. | Richard Trieu | 2018-02-22 | 1 | -5/+28 | 
| *  | Update StmtProfile.cpp to handle zero template arguments. | Richard Trieu | 2018-02-13 | 1 | -2/+5 | 
| *  | [c++2a] P0515R3: Support for overloaded operator<=>. | Richard Smith | 2017-12-01 | 1 | -0/+4 | 
| *  | Handle lambda captures of variable length arrays in profiling and printing. | Richard Trieu | 2017-11-11 | 1 | -0/+3 | 
| *  | Hide "#pragma optimize("", off)" from clang when it pretends to be MSVC 2017 | Reid Kleckner | 2017-10-13 | 1 | -2/+2 | 
| *  | Fix mangling for dependent "type { expr-list }" expressions, and add mangling... | Richard Smith | 2017-08-23 | 1 | -0/+1 | 
| *  | [OPENMP] Codegen for 'in_reduction' clause. | Alexey Bataev | 2017-07-27 | 1 | -0/+4 | 
| *  | [OPENMP] Codegen for 'task_reduction' clause. | Alexey Bataev | 2017-07-25 | 1 | -0/+2 | 
| *  | Work around an MSVC2017 update 3 codegen bug. | Nico Weber | 2017-07-24 | 1 | -0/+15 | 
| *  | [OPENMP] Initial support for 'in_reduction' clause. | Alexey Bataev | 2017-07-21 | 1 | -0/+24 | 
| *  | [OPENMP] Initial support for 'task_reduction' clause. | Alexey Bataev | 2017-07-18 | 1 | -0/+24 | 
| *  | [ODRHash] Revert r305104 - Skip inline namespaces when hashing. | Richard Trieu | 2017-07-01 | 1 | -1/+4 | 
| *  | [ODRHash] Skip inline namespaces when hashing. | Richard Trieu | 2017-06-09 | 1 | -4/+1 | 
| *  | [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. | Eric Fiselier | 2017-03-06 | 1 | -0/+4 | 
| *  | Handle null QualType better in Stmt::Profile | Richard Trieu | 2017-03-04 | 1 | -1/+1 | 
| *  | [ODRHash] static_cast and Stmt hashing. | Richard Trieu | 2017-02-22 | 1 | -84/+145 | 
| *  | Revert r295421, new ODR checker for modules, to fix build bot. | Richard Trieu | 2017-02-17 | 1 | -145/+84 | 
| *  | Add better ODR checking for modules. | Richard Trieu | 2017-02-17 | 1 | -84/+145 | 
| *  | Revert r295284: Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -145/+84 | 
| *  | Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -84/+145 | 
| *  | Revert r293585 "Add better ODR checking for modules." | Sam McCall | 2017-01-31 | 1 | -145/+84 | 
| *  | Add better ODR checking for modules. | Richard Trieu | 2017-01-31 | 1 | -84/+145 | 
| *  | [OpenMP] Support for thread_limit-clause on the 'target teams' directive. | Arpith Chacko Jacob | 2017-01-25 | 1 | -0/+1 | 
| *  | [OpenMP] Support for num_teams-clause on the 'target teams' directive. | Arpith Chacko Jacob | 2017-01-25 | 1 | -0/+1 | 
| *  | [OpenMP] Support for the num_threads-clause on 'target parallel'. | Arpith Chacko Jacob | 2017-01-25 | 1 | -0/+1 | 
| *  | [OpenMP] Support for the if-clause on the combined directive 'target parallel'. | Arpith Chacko Jacob | 2017-01-18 | 1 | -0/+1 | 
| *  | [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma | Kelvin Li | 2017-01-10 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p... | Kelvin Li | 2017-01-03 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma | Kelvin Li | 2016-12-29 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'target teams distribute' pragma | Kelvin Li | 2016-12-25 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'target teams' pragma | Kelvin Li | 2016-12-17 | 1 | -0/+5 | 
| *  | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+8 | 
| *  | [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma | Kelvin Li | 2016-12-09 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma | Kelvin Li | 2016-11-30 | 1 | -0/+5 | 
| *  | Re-apply patch r279045. | Kelvin Li | 2016-10-25 | 1 | -0/+5 | 
| *  | Fix crash if StmtProfile finds a type-dependent member access for which we have | Richard Smith | 2016-10-24 | 1 | -0/+6 | 
| *  | [AST] Remove unused function, to silence a GCC7 warning. | Davide Italiano | 2016-08-22 | 1 | -4/+0 | 
| *  | Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" | Diana Picus | 2016-08-18 | 1 | -5/+0 | 
| *  | [OpenMP] Sema and parsing for 'teams distribute simd’ pragma | Kelvin Li | 2016-08-17 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'teams distribute' pragma | Kelvin Li | 2016-08-05 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'target simd' pragma | Kelvin Li | 2016-07-20 | 1 | -0/+5 | 
| *  | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parsing for 'target parallel for simd' pragma | Kelvin Li | 2016-07-14 | 1 | -0/+5 | 
| *  | [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt... | Carlo Bertolli | 2016-07-13 | 1 | -0/+4 | 
| *  | [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't... | Carlo Bertolli | 2016-07-13 | 1 | -0/+4 | 
| *  | [OpenMP] Sema and parsing for 'distribute simd' pragma | Kelvin Li | 2016-07-06 | 1 | -0/+5 | 
| *  | [OpenMP] Sema and parse for 'distribute parallel for simd' | Kelvin Li | 2016-07-05 | 1 | -0/+5 | 
| *  | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+6 | 
| *  | Resubmission of http://reviews.llvm.org/D21564 after fixes. | Carlo Bertolli | 2016-06-27 | 1 | -0/+5 | 
| *  | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -5/+0 |