| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add const children() accessors to match the existing non-const children() acc... | Aaron Ballman | 2017-04-11 | 1 | -5/+11 |
| * | Spelling mistakes in comments. NFCI. (PR27635) | Simon Pilgrim | 2017-03-30 | 1 | -1/+1 |
| * | [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. | Eric Fiselier | 2017-03-06 | 1 | -0/+1 |
| * | PR32044: Fix some cases where we would confuse a transparent init-list expres... | Richard Smith | 2017-02-23 | 1 | -0/+5 |
| * | [OpenCL] Add missing address spaces in IR generation of blocks | Anastasia Stulova | 2017-01-27 | 1 | -2/+3 |
| * | MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even in... | Richard Smith | 2017-01-09 | 1 | -2/+3 |
| * | PR31587: Fix handling of __FUNCSIG__ in C. | Richard Smith | 2017-01-09 | 1 | -3/+4 |
| * | Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope... | Egor Churaev | 2016-12-23 | 1 | -0/+1 |
| * | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -13/+13 |
| * | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+2 |
| * | [c++17] P0135R1: Guaranteed copy elision. | Richard Smith | 2016-12-06 | 1 | -4/+25 |
| * | [ASTDumper] Add some more character escapes for convenience. | Benjamin Kramer | 2016-11-24 | 1 | -2/+5 |
| * | Improve handling of __FUNCTION__ and other predefined expression for Objectiv... | Mehdi Amini | 2016-11-16 | 1 | -12/+13 |
| * | Revert "Improve handling of __FUNCTION__ and other predefined expression for ... | Mehdi Amini | 2016-11-15 | 1 | -12/+11 |
| * | Improve handling of __FUNCTION__ and other predefined expression for Objectiv... | Mehdi Amini | 2016-11-15 | 1 | -11/+12 |
| * | Add some more asserts to clearly indicate that there are special cases | Chandler Carruth | 2016-11-04 | 1 | -0/+1 |
| * | Improve obvious-most-derived-type devirtualization: | Richard Smith | 2016-11-03 | 1 | -2/+26 |
| * | regcall: Implement regcall Calling Conv in clang | Erich Keane | 2016-11-02 | 1 | -0/+1 |
| * | Refactor call emission to package the function pointer together with | John McCall | 2016-10-26 | 1 | -5/+9 |
| * | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -13/+13 |
| * | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -1/+12 |
| * | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -1/+3 |
| * | Add .rgba syntax extension to ext_vector_type types | Pirama Arumuga Nainar | 2016-07-22 | 1 | -2/+5 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
| * | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+1 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+7 |
| * | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -8/+7 |
| * | Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor... | Tim Shen | 2016-06-21 | 1 | -1/+6 |
| * | Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary... | Tim Shen | 2016-06-09 | 1 | -6/+1 |
| * | [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr. | Tim Shen | 2016-06-09 | 1 | -1/+6 |
| * | [AST] Move operations enum to a definition file. | Etienne Bergeron | 2016-05-12 | 1 | -160/+6 |
| * | [OPENMP 4.0] Fixed support of array sections/array subscripts. | Alexey Bataev | 2016-02-04 | 1 | -2/+4 |
| * | ObjCXX: fix a crash during typo correction. | Manman Ren | 2016-02-02 | 1 | -2/+7 |
| * | assert(false) -> llvm_unreachable(). | Davide Italiano | 2016-01-30 | 1 | -1/+1 |
| * | [CUDA] Warn undeclared identifiers in CUDA kernel calls | Justin Lebar | 2016-01-14 | 1 | -21/+32 |
| * | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 2016-01-13 | 1 | -0/+3 |
| * | [TrailingObjects] Convert remaining classes in Expr.h and ExprCXX.h | James Y Knight | 2015-12-31 | 1 | -15/+10 |
| * | [TrailingObjects] Convert CastExpr and subclasses. | James Y Knight | 2015-12-30 | 1 | -18/+13 |
| * | [TrailingObjects] Convert OffsetOfExpr. | James Y Knight | 2015-12-29 | 1 | -7/+5 |
| * | [TrailingObjects] Convert AST classes that had a ASTTemplateKWAndArgsInfo. | James Y Knight | 2015-12-29 | 1 | -46/+34 |
| * | [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic | Anastasia Stulova | 2015-12-11 | 1 | -3/+14 |
| * | Reverting r255337 as it seems to kill bots. Needs investigation. | Anastasia Stulova | 2015-12-11 | 1 | -14/+3 |
| * | [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic | Anastasia Stulova | 2015-12-11 | 1 | -3/+14 |
| * | PR25416: Improve performance of processing inline assembly consisting of many | Richard Smith | 2015-12-10 | 1 | -10/+39 |
| * | Explicitly permit undefined behavior in constant initializers for global | Richard Smith | 2015-12-08 | 1 | -1/+4 |
| * | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 2015-11-25 | 1 | -0/+1 |
| * | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+8 |
| * | [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause. | Alexey Bataev | 2015-10-08 | 1 | -0/+4 |
| * | [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause. | Alexey Bataev | 2015-09-30 | 1 | -0/+23 |
| * | Move functions declared in ExprObjC.h into ExprObjC.cpp. | James Y Knight | 2015-09-29 | 1 | -402/+0 |