Age | Commit message (Expand) | Author | Files | Lines |
2015-05-20 | Allow skipping imports in the module visitor. | Manuel Klimek | 1 | -22/+57 |
2015-03-24 | A couple of readASTFileSignature improvements (NFC) | Ben Langmuir | 1 | -2/+1 |
2015-03-18 | Make module files passed to a module build via -fmodule-file= available to | Richard Smith | 1 | -0/+11 |
2015-02-25 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -5/+4 |
2015-02-25 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -4/+5 |
2015-02-24 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -5/+4 |
2015-02-24 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -4/+5 |
2015-02-21 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -5/+4 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -4/+5 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -5/+4 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -4/+5 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -5/+4 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -4/+5 |
2014-11-21 | [modules] When explicitly importing a module, it's fine for the imported module | Richard Smith | 1 | -0/+7 |
2014-11-08 | Check module signature when the module has already been loaded | Ben Langmuir | 1 | -7/+13 |
2014-10-26 | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 1 | -13/+12 |
2014-10-24 | [Modules] Free modules that failed signature verification. | Benjamin Kramer | 1 | -0/+1 |
2014-10-23 | Add a "signature" to AST files to verify that they haven't changed | Ben Langmuir | 1 | -0/+18 |
2014-10-22 | [modules] Initial support for explicitly loading .pcm files. | Richard Smith | 1 | -1/+1 |
2014-08-26 | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 1 | -3/+3 |
2014-08-18 | Store std::unique_ptr in InMemoryBuffers. NFC. | Rafael Espindola | 1 | -11/+12 |
2014-08-17 | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 1 | -1/+1 |
2014-07-06 | Update for llvm api change. | Rafael Espindola | 1 | -1/+5 |
2014-06-20 | Avoid invalidating successfully loaded module files | Ben Langmuir | 1 | -22/+17 |
2014-06-12 | Include system_error directly. | Rafael Espindola | 1 | -1/+1 |
2014-06-12 | Replace llvm::error_code with std::error_code. | Rafael Espindola | 1 | -1/+1 |
2014-05-30 | Invalidate the file system cache entries for files that may rebuild | Ben Langmuir | 1 | -5/+21 |
2014-05-30 | Revert "Invalidate the file system cache entries for files that may rebuild" | Ben Langmuir | 1 | -18/+5 |
2014-05-30 | Invalidate the file system cache entries for files that may rebuild | Ben Langmuir | 1 | -5/+18 |
2014-05-22 | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 1 | -8/+8 |
2014-05-20 | Speculative fix for Windows buildbot after r209138 | Ben Langmuir | 1 | -0/+5 |
2014-05-19 | Don't refresh stat() info for pcm files | Ben Langmuir | 1 | -13/+1 |
2014-05-19 | Fix use-after-free and spurious error during module load | Ben Langmuir | 1 | -2/+13 |
2014-05-04 | Fix a use-after-free bug I recently introduced in lookupModuleFile | Ben Langmuir | 1 | -4/+3 |
2014-05-01 | Avoid a potential race between stat() and open() of ASTFile | Ben Langmuir | 1 | -1/+5 |
2014-04-14 | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 1 | -2/+3 |
2014-03-03 | [C++11] Remove a now unnecessary use of std::function for a remove_if | Chandler Carruth | 1 | -4/+3 |
2014-03-01 | [C++11] Replace verbose functors with succinct lambdas | Benjamin Kramer | 1 | -17/+3 |
2014-02-20 | Recommit virtual file system | Ben Langmuir | 1 | -1/+1 |
2014-02-20 | Reverting the virtual file system implementation, because it triggers an asse... | Juergen Ributzka | 1 | -1/+1 |
2014-02-19 | Initial implementation of virtual file system | Ben Langmuir | 1 | -1/+1 |
2014-02-12 | Add an option to allow Clang verify source files for a module only once during | Dmitri Gribenko | 1 | -0/+10 |
2013-09-05 | Add a bit more info to modules fatal error. | Eli Friedman | 1 | -2/+4 |
2013-08-24 | This wasn't headers, just missing namespaces. | Benjamin Kramer | 1 | -1/+0 |
2013-08-24 | Add missing includes. | Benjamin Kramer | 1 | -1/+2 |
2013-08-23 | Use pop_back_val() instead of both back() and pop_back(). | Robert Wilhelm | 1 | -2/+1 |
2013-06-11 | Include Path.h instead of PathV2.h. | Rafael Espindola | 1 | -1/+1 |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 1 | -1/+13 |
2013-03-22 | <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio... | Douglas Gregor | 1 | -47/+18 |
2013-03-21 | Remove unused variable. | Benjamin Kramer | 1 | -3/+0 |