| 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/+22 |
| * | [AST][ObjC] Print implicit property expression that only has a setter without... | Alex Lorenz | 2018-05-23 | 1 | -3/+7 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -1/+1 |
| * | [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warning... | Eugene Zelenko | 2018-04-10 | 1 | -43/+85 |
| * | [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny | Alexey Bataev | 2018-02-14 | 1 | -42/+41 |
| * | [OPENMP] Replace calls of getAssociatedStmt(). | Alexey Bataev | 2018-01-12 | 1 | -7/+3 |
| * | Refactor functions PrintTemplateArgumentList | Serge Pavlov | 2017-11-28 | 1 | -14/+7 |
| * | [OPENMP] Initial support for asynchronous data update, NFC. | Alexey Bataev | 2017-11-21 | 1 | -6/+8 |
| * | Handle lambda captures of variable length arrays in profiling and printing. | Richard Trieu | 2017-11-11 | 1 | -0/+3 |
| * | Allow StmtPrinter to supress implicit 'this' and 'self' base expressions | Alex Lorenz | 2017-10-26 | 1 | -9/+33 |
| * | Recommit "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -0/+1 |
| * | Revert "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -1/+0 |
| * | Add _Float16 as a C/C++ source language type | Sjoerd Meijer | 2017-09-08 | 1 | -0/+1 |
| * | Print enum constant values using the original source formatting | Alex Lorenz | 2017-08-17 | 1 | -9/+32 |
| * | Add OpenCL 2.0 atomic builtin functions as Clang builtin | Yaxun Liu | 2017-08-04 | 1 | -2/+4 |
| * | [OPENMP] Initial support for 'in_reduction' clause. | Alexey Bataev | 2017-07-21 | 1 | -0/+22 |
| * | [OPENMP] Initial support for 'task_reduction' clause. | Alexey Bataev | 2017-07-18 | 1 | -1/+24 |
| * | [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. | Eric Fiselier | 2017-03-06 | 1 | -0/+7 |
| * | [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/+6 |
| * | [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/+5 |
| * | 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 |
| * | 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] 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/+6 |
| * | [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 |
| * | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-07 | 1 | -7/+7 |
| * | [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/+5 |
| * | Resubmission of http://reviews.llvm.org/D21564 after fixes. | Carlo Bertolli | 2016-06-27 | 1 | -0/+6 |
| * | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -6/+0 |
| * | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+6 |
| * | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -1/+1 |
| * | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -11/+9 |
| * | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -4/+0 |
| * | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -0/+4 |
| * | [OpenMP] Parsing and sema support for the from clause | Samuel Antao | 2016-05-26 | 1 | -0/+8 |
| * | [OpenMP] Parsing and sema support for the to clause | Samuel Antao | 2016-05-26 | 1 | -0/+8 |
| * | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+6 |
| * | Make Sema::getPrintingPolicy less ridiculously expensive. This used to perform | Richard Smith | 2016-05-19 | 1 | -3/+3 |