| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals | Leonard Chan | 2018-06-20 | 1 | -0/+7 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -3/+3 |
| * | Clean carriage returns from lib/ and include/. NFC. | Malcolm Parsons | 2018-04-16 | 1 | -7/+7 |
| * | [CodeGen] Ignore OpaqueValueExprs that are unique references to their | Akira Hatanaka | 2018-03-20 | 1 | -0/+1 |
| * | Track in the AST whether the operand to a UnaryOperator can overflow and then... | Aaron Ballman | 2018-01-09 | 1 | -6/+7 |
| * | [OPENMP] Add support for cancel constructs in `target teams distribute | Alexey Bataev | 2017-11-22 | 1 | -0/+1 |
| * | [OPENMP] Add support for cancel constructs in [teams] distribute | Alexey Bataev | 2017-11-22 | 1 | -0/+2 |
| * | [OPENMP] Capture argument of `device` clause for target-based | Alexey Bataev | 2017-10-02 | 1 | -0/+1 |
| * | [OPENMP] Codegen for 'in_reduction' clause. | Alexey Bataev | 2017-07-27 | 1 | -0/+2 |
| * | [coroutines] Add serialization/deserialization of coroutines | Gor Nishanov | 2017-07-25 | 1 | -15/+34 |
| * | [OPENMP] Codegen for 'task_reduction' clause. | Alexey Bataev | 2017-07-25 | 1 | -0/+1 |
| * | [OPENMP] Initial support for 'in_reduction' clause. | Alexey Bataev | 2017-07-21 | 1 | -0/+19 |
| * | [OPENMP] Initial support for 'task_reduction' clause. | Alexey Bataev | 2017-07-18 | 1 | -0/+20 |
| * | [OpenMP] Prepare sema to support combined constructs with omp distribute and ... | Carlo Bertolli | 2017-04-20 | 1 | -0/+7 |
| * | Encapsulate FPOptions and use it consistently | Adam Nemet | 2017-03-27 | 1 | -2/+2 |
| * | [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. | Eric Fiselier | 2017-03-06 | 1 | -0/+5 |
| * | [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral... | Carlo Bertolli | 2017-02-17 | 1 | -0/+2 |
| * | [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/+2 |
| * | [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma | Kelvin Li | 2017-01-10 | 1 | -0/+6 |
| * | [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p... | Kelvin Li | 2017-01-03 | 1 | -0/+7 |
| * | [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma | Kelvin Li | 2016-12-29 | 1 | -0/+6 |
| * | [OpenMP] Sema and parsing for 'target teams distribute' pragma | Kelvin Li | 2016-12-25 | 1 | -0/+6 |
| * | [OpenMP] Sema and parsing for 'target teams' pragma | Kelvin Li | 2016-12-17 | 1 | -0/+7 |
| * | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -13/+0 |
| * | 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 |