| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+12 |
* | [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma | Kelvin Li | 2016-12-09 | 1 | -0/+6 |
* | [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma | Kelvin Li | 2016-11-30 | 1 | -0/+6 |
* | Re-apply patch r279045. | Kelvin Li | 2016-10-25 | 1 | -0/+6 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -0/+1 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -1/+0 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -0/+1 |
* | [ASTImporter] Implement some expression-related AST node import (part 2) | Aleksei Sidorin | 2016-09-28 | 1 | -0/+1 |
* | Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" | Diana Picus | 2016-08-18 | 1 | -6/+0 |
* | [OpenMP] Sema and parsing for 'teams distribute simd’ pragma | Kelvin Li | 2016-08-17 | 1 | -0/+6 |
* | [OpenMP] Sema and parsing for 'teams distribute' pragma | Kelvin Li | 2016-08-05 | 1 | -0/+6 |
* | [OpenMP] Code generation for the is_device_ptr clause | Samuel Antao | 2016-07-28 | 1 | -2/+14 |
* | [OpenMP] Codegen for use_device_ptr clause. | Samuel Antao | 2016-07-28 | 1 | -1/+17 |
* | [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/+7 |
* | [OpenMP] Sema and parsing for 'target parallel for simd' pragma | Kelvin Li | 2016-07-14 | 1 | -0/+6 |
* | P0305R0: Semantic analysis and code generation for C++17 init-statement for '... | Richard Smith | 2016-07-14 | 1 | -0/+2 |
* | [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt... | Carlo Bertolli | 2016-07-13 | 1 | -0/+8 |
* | [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't... | Carlo Bertolli | 2016-07-13 | 1 | -0/+8 |
* | [OpenMP] Sema and parsing for 'distribute simd' pragma | Kelvin Li | 2016-07-06 | 1 | -0/+6 |
* | [OpenMP] Sema and parse for 'distribute parallel for simd' | Kelvin Li | 2016-07-05 | 1 | -0/+6 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+9 |
* | Resubmission of http://reviews.llvm.org/D21564 after fixes. | Carlo Bertolli | 2016-06-27 | 1 | -0/+10 |
* | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -10/+0 |
* | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+10 |
* | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -0/+1 |
* | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -17/+15 |
* | Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor... | Tim Shen | 2016-06-21 | 1 | -1/+2 |
* | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -12/+0 |
* | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -0/+12 |
* | Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary... | Tim Shen | 2016-06-09 | 1 | -2/+1 |
* | [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr. | Tim Shen | 2016-06-09 | 1 | -1/+2 |
* | [OpenMP] Parsing and sema support for the from clause | Samuel Antao | 2016-05-26 | 1 | -0/+20 |
* | [OpenMP] Parsing and sema support for the to clause | Samuel Antao | 2016-05-26 | 1 | -0/+20 |
* | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+7 |
* | [OPENMP 4.5] Codegen for dacross loop synchronization constructs. | Alexey Bataev | 2016-05-25 | 1 | -0/+2 |
* | [OpenMP] Improve mappable expressions Sema. | Samuel Antao | 2016-04-26 | 1 | -2/+15 |
* | Fix order-of-evaluation bug (causing GCC buildbots to fail). | Richard Smith | 2016-04-06 | 1 | -1/+2 |
* | Minor simplifications. | Richard Smith | 2016-04-06 | 1 | -9/+5 |
* | Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of | Richard Smith | 2016-04-06 | 1 | -647/+637 |
* | Revert "[modules] Continue factoring encoding of AST records out of ASTWriter." | Dmitry Polukhin | 2016-04-06 | 1 | -637/+647 |
* | [modules] Continue factoring encoding of AST records out of ASTWriter. | Richard Smith | 2016-04-06 | 1 | -647/+637 |
* | [modules] Start moving the code for encoding AST records out of ASTWriter into | Richard Smith | 2016-04-01 | 1 | -1/+1 |
* | [OPENMP] Remove extra code transformation. | Alexey Bataev | 2016-03-29 | 1 | -0/+1 |
* | Fix serialization/deserialization for __uuidof | David Majnemer | 2016-03-28 | 1 | -0/+1 |
* | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -1/+2 |
* | [OPENMP 4.5] Codegen for data members in 'linear' clause. | Alexey Bataev | 2016-03-09 | 1 | -0/+1 |
* | Reapply r262741 [OPENMP] Codegen for distribute directive | Carlo Bertolli | 2016-03-07 | 1 | -1/+2 |
* | Revert r262741 - [OPENMP] Codegen for distribute directive | Samuel Antao | 2016-03-04 | 1 | -2/+1 |
* | [OPENMP] Codegen for distribute directive | Carlo Bertolli | 2016-03-04 | 1 | -1/+2 |