| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate condition (PR30648). NFCI. | Simon Pilgrim | 2016-11-16 | 1 | -2/+1 |
* | Bitcode: Decouple block info block state from reader. | Peter Collingbourne | 2016-11-08 | 1 | -14/+9 |
* | Bitcode: Change reader interface to take memory buffers. | Peter Collingbourne | 2016-11-02 | 1 | -1/+2 |
* | Module: correctly set the module file kind when emitting file_modified. | Manman Ren | 2016-10-21 | 1 | -1/+8 |
* | Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin... | Benjamin Kramer | 2016-10-17 | 1 | -3/+16 |
* | Reinstate r281429, reverted in r281452, with a fix for its mishandling of | Richard Smith | 2016-10-13 | 1 | -16/+3 |
* | Store FileEntry::Filename as a StringRef instead of raw pointer (NFC) | Mehdi Amini | 2016-10-10 | 1 | -2/+1 |
* | [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map. | Justin Lebar | 2016-10-10 | 1 | -3/+4 |
* | [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas. | Justin Lebar | 2016-10-08 | 1 | -0/+9 |
* | P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode. | Richard Smith | 2016-09-29 | 1 | -3/+5 |
* | Revert "[modules] When merging one definition into another, propagate the lis... | Eric Liu | 2016-09-14 | 1 | -3/+16 |
* | [modules] When merging one definition into another, propagate the list of | Richard Smith | 2016-09-14 | 1 | -16/+3 |
* | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+19 |
* | [modules] When we merge two definitions of a function, mark the retained | Richard Smith | 2016-09-12 | 1 | -1/+29 |
* | Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot... | Eugene Zelenko | 2016-09-07 | 1 | -28/+123 |
* | Do not validate pch when -fno-validate-pch is set | Yaxun Liu | 2016-09-07 | 1 | -5/+25 |
* | Fix a bug preventing the cause for a module file-not-found from being displayed | Adrian Prantl | 2016-08-29 | 1 | -1/+1 |
* | Fix a bug preventing the cause of a module-out-of-date error from being printed | Adrian Prantl | 2016-08-29 | 1 | -1/+1 |
* | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -16/+18 |
* | Reapply r276069 with workaround for MSVC 2013 | Hubert Tong | 2016-07-30 | 1 | -1/+2 |
* | Modules: add command line option fmodules-disable-diagnostic-validation | Manman Ren | 2016-07-26 | 1 | -6/+12 |
* | [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader. | Vassil Vassilev | 2016-07-22 | 1 | -0/+2 |
* | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 2016-07-20 | 1 | -0/+7 |
* | Revert r276069: MSVC bots not happy | Hubert Tong | 2016-07-20 | 1 | -2/+1 |
* | Concepts: Create space for requires-clause in TemplateParameterList; NFC | Hubert Tong | 2016-07-20 | 1 | -1/+2 |
* | Revert r275481, r275490. This broke modules bootstrap. | Richard Smith | 2016-07-15 | 1 | -90/+0 |
* | [modules] Don't pass interesting decls to the consumer for a module file that's | Richard Smith | 2016-07-14 | 1 | -0/+90 |
* | [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ... | Argyrios Kyrtzidis | 2016-07-13 | 1 | -0/+5 |
* | [PCH] Fix timestamp check on windows hosts. | Pierre Gousseau | 2016-07-13 | 1 | -9/+0 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-07 | 1 | -5/+3 |
* | [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio... | Eric Fiselier | 2016-07-01 | 1 | -0/+3 |
* | Update identifiers as needed when loading macros from serialized ASTs. | Sean Callanan | 2016-05-14 | 1 | -2/+5 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -0/+3 |
* | [modules] Attempt to improve performance for declaration merging without a Sema | Richard Smith | 2016-05-06 | 1 | -0/+5 |
* | Fix CodeCompletion & TypoCorrection when combining a PCH with Modules | Ben Langmuir | 2016-05-04 | 1 | -12/+49 |
* | Method Pool in modules: we make sure that if a module contains an entry for | Manman Ren | 2016-04-29 | 1 | -0/+9 |
* | Module debugging: Fix the DWO filename for PCH in a relative path. | Adrian Prantl | 2016-04-27 | 1 | -2/+3 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -3/+0 |
* | [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of | Richard Smith | 2016-04-14 | 1 | -23/+0 |
* | [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID | Richard Smith | 2016-04-13 | 1 | -23/+0 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -0/+3 |
* | [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 | -35/+4 |
* | [modules] Allow differences in flags that only affect preprocessor predefines | Richard Smith | 2016-04-07 | 1 | -0/+5 |
* | [modules] If both a module file and a module map for the same module are | Richard Smith | 2016-03-28 | 1 | -2/+13 |
* | [modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flag | Richard Smith | 2016-03-27 | 1 | -9/+9 |
* | Encapsulate a couple of on-disk structures a little more. | Richard Smith | 2016-03-27 | 1 | -6/+6 |
* | Remove unused support for replacing declarations from chained AST files. | Richard Smith | 2016-03-27 | 1 | -11/+0 |
* | Store list of undefined-but-used objects in a deterministic order to fix | Richard Smith | 2016-03-25 | 1 | -1/+1 |
* | Serialize `pragma pointers_to_members` state. | Nico Weber | 2016-03-03 | 1 | -0/+16 |