| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support constant expression evaluation for wchar_t versions of simple string | Richard Smith | 2016-11-29 | 1 | -30/+72 |
| * | Outline evaluation of calls to builtins to avoid inflating stack usage for the | Richard Smith | 2016-11-16 | 1 | -1/+19 |
| * | Fix PR28366: Handle variables from enclosing local scopes more gracefully dur... | Faisal Vali | 2016-11-13 | 1 | -2/+13 |
| * | [c++1z] Support constant folding for __builtin_strchr and __builtin_memchr. | Richard Smith | 2016-11-12 | 1 | -3/+62 |
| * | [c++1z] Add constant-folding support for strcmp, strncmp, and memcmp, to | Richard Smith | 2016-11-11 | 1 | -0/+50 |
| * | Remove move constructors that are identical to the generated default move ctor. | Benjamin Kramer | 2016-10-21 | 1 | -3/+1 |
| * | AST: Prefer LLVM_NODISCARD to LLVM_ATTRIBUTE_UNUSED_RESULT | Justin Bogner | 2016-10-17 | 1 | -1/+1 |
| * | Un-tabify source files, NFC. | Yaron Keren | 2016-10-08 | 1 | -2/+2 |
| * | Reorder initializers in CallStackFrame so that we don't get a warning. | Samuel Antao | 2016-09-19 | 1 | -2/+2 |
| * | Remove excessive padding from the struct CallStackFrame | Alexander Shaposhnikov | 2016-09-19 | 1 | -6/+6 |
| * | [Sema] Fix PR30346: relax __builtin_object_size checks. | George Burgess IV | 2016-09-12 | 1 | -5/+12 |
| * | Explicitly generate a reference variable to hold the initializer for a | Richard Smith | 2016-08-14 | 1 | -84/+37 |
| * | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -0/+62 |
| * | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -0/+2 |
| * | Fix some minor issues found by Coverity. | Richard Smith | 2016-07-18 | 1 | -0/+2 |
| * | [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 |
| * | P0305R0: Semantic analysis and code generation for C++17 init-statement for '... | Richard Smith | 2016-07-14 | 1 | -0/+10 |
| * | [Refactor NFC] Rename the (non-CCE, fold-failure) Diag during constant expres... | Faisal Vali | 2016-07-02 | 1 | -102/+112 |
| * | Use the same type for adjacent bit field members. | Akira Hatanaka | 2016-06-30 | 1 | -4/+4 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -20/+78 |
| * | [ExprConstant] Fix PR28314 - crash while evluating objectsize. | George Burgess IV | 2016-06-27 | 1 | -10/+18 |
| * | [OPENCL] Fix wrongly vla error for OpenCL array. | Xiuli Pan | 2016-06-07 | 1 | -1/+4 |
| * | Revert "[OPENCL] Fix wrongly vla error for OpenCL array." | Xiuli Pan | 2016-06-07 | 1 | -4/+1 |
| * | [OPENCL] Fix wrongly vla error for OpenCL array. | Xiuli Pan | 2016-06-07 | 1 | -1/+4 |
| * | Sema: do not attempt to sizeof a dependent type | Saleem Abdulrasool | 2016-06-04 | 1 | -0/+5 |
| * | PR27989: only enqueue binary operators into the data recursive int expression | Richard Smith | 2016-06-04 | 1 | -1/+3 |
| * | [Sema] Use the failure bits introduced by r270781. | George Burgess IV | 2016-05-25 | 1 | -17/+17 |
| * | [Sema] Note when we encounter a problem in ExprConstant. | George Burgess IV | 2016-05-25 | 1 | -33/+106 |
| * | Fix rejects-valid on constexpr function that accesses a not-yet-defined 'extern | Richard Smith | 2016-05-25 | 1 | -3/+8 |
| * | Refactor constant expression evaluation of CXXConstructExpr to reduce duplica... | Richard Smith | 2016-05-12 | 1 | -35/+18 |
| * | Split interesting warnings off from -Wfloat-conversion | Richard Trieu | 2016-04-21 | 1 | -0/+14 |
| * | [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. | Alexey Bader | 2016-04-13 | 1 | -1/+1 |
| * | [OpenCL] Complete image types support. | Alexey Bader | 2016-04-08 | 1 | -12/+3 |
| * | Move local helper class into anonymous namespace. | Richard Smith | 2016-04-04 | 1 | -0/+2 |
| * | [Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and... | Faisal Vali | 2016-03-26 | 1 | -1/+17 |
| * | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -1/+4 |
| * | Update for new argument to scalbn | Matt Arsenault | 2016-03-13 | 1 | -4/+6 |
| * | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas... | Richard Smith | 2016-03-08 | 1 | -3/+24 |
| * | [MSVC Compat] Don't evaluate member base expressions w/o side effects | David Majnemer | 2016-02-26 | 1 | -3/+12 |
| * | PR26449: Fixes for bugs in __builtin_classify_type implementation | Andrey Bokhanko | 2016-02-15 | 1 | -30/+126 |
| * | Fix ICE with constexpr and friend functions | Olivier Goffart | 2016-02-12 | 1 | -7/+9 |
| * | Update for LLVM function name change. | Rui Ueyama | 2016-01-14 | 1 | -1/+1 |
| * | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 2016-01-13 | 1 | -1/+6 |
| * | [TrailingObjects] Convert OffsetOfExpr. | James Y Knight | 2015-12-29 | 1 | -5/+5 |
| * | Clean ExprConstant/CGExprConstant up a bit. NFC. | George Burgess IV | 2015-12-11 | 1 | -9/+9 |
| * | Explicitly permit undefined behavior in constant initializers for global | Richard Smith | 2015-12-08 | 1 | -6/+38 |
| * | Don't assert if evaluation of an expression that we're syntactically required | Richard Smith | 2015-12-04 | 1 | -1/+5 |
| * | PR17381: Treat undefined behavior during expression evaluation as an unmodeled | Richard Smith | 2015-12-03 | 1 | -51/+64 |
| * | Add the `pass_object_size` attribute to clang. | George Burgess IV | 2015-12-02 | 1 | -12/+56 |