| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-commit r289252 and r289285, and fix PR31374 | Yaxun Liu | 2016-12-15 | 1 | -0/+10 |
* | [c++1z] Permit constant evaluation of a call through a function pointer whose | Richard Smith | 2016-12-15 | 1 | -0/+8 |
* | Revert 289252 (and follow-up 289285), it caused PR31374 | Nico Weber | 2016-12-14 | 1 | -10/+0 |
* | Add support for non-zero null pointer for C and OpenCL | Yaxun Liu | 2016-12-09 | 1 | -0/+10 |
* | [OpenCL] Refactor read_only/write_only pipes. | Joey Gouly | 2016-12-01 | 1 | -45/+15 |
* | getObjCEncodingForMethodDecl cannot fail. Simplify. NFC. | John McCall | 2016-11-29 | 1 | -13/+15 |
* | Support constant expression evaluation for wchar_t versions of simple string | Richard Smith | 2016-11-29 | 1 | -0/+4 |
* | Correct comment: we are creating a canonicla decltypetype. | Yaron Keren | 2016-11-29 | 1 | -1/+1 |
* | Remove C++ default arg side table for MS ABI ctor closures | Reid Kleckner | 2016-11-23 | 1 | -12/+0 |
* | [OpenCL] Introduce ReadPipeType and WritePipeType. | Joey Gouly | 2016-11-18 | 1 | -10/+35 |
* | Accept nullability qualifiers on array parameters. | Jordan Rose | 2016-11-10 | 1 | -1/+9 |
* | Fix use-after-scope in ASTContext. | Benjamin Kramer | 2016-10-26 | 1 | -1/+1 |
* | Implement name mangling proposal for exception specifications from cxx-abi-de... | Richard Smith | 2016-10-26 | 1 | -3/+7 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -6/+6 |
* | [c++1z] Fix corner case where we could create a function type whose canonical... | Richard Smith | 2016-10-18 | 1 | -8/+12 |
* | When two function types have equivalent (but distinct) noexcept specification... | Richard Smith | 2016-10-18 | 1 | -24/+61 |
* | [c++1z] Include "noexcept" in builtin function types where appropriate. Fixes | Richard Smith | 2016-10-18 | 1 | -0/+3 |
* | [c++1z] Use canonical expression equivalence to determine whether two different | Richard Smith | 2016-10-18 | 1 | -11/+11 |
* | Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin... | Benjamin Kramer | 2016-10-17 | 1 | -60/+4 |
* | P0012R1: Make exception specifications be part of the type system. This | Richard Smith | 2016-10-16 | 1 | -4/+74 |
* | Fix bogus assert breaking modules self-host. | Richard Smith | 2016-10-14 | 1 | -4/+6 |
* | Reinstate r281429, reverted in r281452, with a fix for its mishandling of | Richard Smith | 2016-10-13 | 1 | -4/+58 |
* | Add and use isDiscardableGVALinkage function. | Justin Lebar | 2016-10-13 | 1 | -9/+2 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -0/+24 |
* | [AST] Convert MangleNumberingContext to a unique_ptr. | Justin Lebar | 2016-10-10 | 1 | -4/+3 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -24/+0 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -0/+24 |
* | Un-tabify source files, NFC. | Yaron Keren | 2016-10-08 | 1 | -3/+2 |
* | Revert "[modules] When merging one definition into another, propagate the lis... | Eric Liu | 2016-09-14 | 1 | -59/+4 |
* | [modules] When merging one definition into another, propagate the list of | Richard Smith | 2016-09-14 | 1 | -4/+59 |
* | ObjectiveC Generics: Start using ObjCTypeParamType. | Manman Ren | 2016-09-13 | 1 | -0/+5 |
* | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+38 |
* | ObjectiveC: Refactor applyObjCProtocolQualifiers. | Manman Ren | 2016-09-13 | 1 | -0/+70 |
* | Remove a pointless LLVM_CONSTEXPR. NFC. | George Burgess IV | 2016-08-25 | 1 | -1/+1 |
* | [CodeGen][ObjC] Fix infinite recursion in getObjCEncodingForTypeImpl. | Akira Hatanaka | 2016-08-17 | 1 | -12/+14 |
* | P0217R3: code generation support for decomposition declarations. | Richard Smith | 2016-08-15 | 1 | -0/+8 |
* | [OpenCL] Fix size of image type | Yaxun Liu | 2016-08-03 | 1 | -4/+8 |
* | Reapply r276069 with workaround for MSVC 2013 | Hubert Tong | 2016-07-30 | 1 | -1/+6 |
* | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -4/+5 |
* | Fix memory leak introduced in r276159. | Richard Smith | 2016-07-20 | 1 | -0/+3 |
* | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 2016-07-20 | 1 | -0/+63 |
* | Revert r276069: MSVC bots not happy | Hubert Tong | 2016-07-20 | 1 | -6/+1 |
* | Fix r276069: use LLVM_CONSTEXPR | Hubert Tong | 2016-07-20 | 1 | -1/+1 |
* | Concepts: Create space for requires-clause in TemplateParameterList; NFC | Hubert Tong | 2016-07-20 | 1 | -1/+6 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-07 | 1 | -37/+27 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-06 | 1 | -3/+2 |
* | [ASTMatchers] New forEachOverriden matcher. | Clement Courbet | 2016-07-05 | 1 | -9/+12 |
* | PR28394: For compatibility with c++11 and c++14, if a static constexpr data | Richard Smith | 2016-07-02 | 1 | -2/+35 |
* | [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio... | Eric Fiselier | 2016-07-01 | 1 | -2/+10 |