| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix use-after-free in ModuleManager | Ben Langmuir | 2015-10-21 | 1 | -0/+3 |
* | [modules] Remove now-dead code for lazy loading of files specified by -fmodul... | Richard Smith | 2015-08-09 | 1 | -11/+0 |
* | [modules] Remove unused ModuleManager::visitDepthFirst function. | Richard Smith | 2015-08-06 | 1 | -65/+0 |
* | [Modules] Wrap the main ModuleManager visitor in a function_ref. | Benjamin Kramer | 2015-07-25 | 1 | -5/+3 |
* | Fix dumb use-after-free bug introduced in r242868. | Richard Smith | 2015-07-22 | 1 | -9/+9 |
* | [modules] Stop performing PCM lookups for all identifiers when building with ... | Richard Smith | 2015-07-22 | 1 | -0/+13 |
* | [modules] Change module manager visitation order to be a bit more stable when | Richard Smith | 2015-07-22 | 1 | -13/+9 |
* | Make the clang module container format selectable from the command line. | Adrian Prantl | 2015-07-17 | 1 | -3/+3 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -6/+8 |
* | Allow skipping imports in the module visitor. | Manuel Klimek | 2015-05-20 | 1 | -22/+57 |
* | A couple of readASTFileSignature improvements (NFC) | Ben Langmuir | 2015-03-24 | 1 | -2/+1 |
* | Make module files passed to a module build via -fmodule-file= available to | Richard Smith | 2015-03-18 | 1 | -0/+11 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -5/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -4/+5 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -5/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -4/+5 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -5/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -4/+5 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -5/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -4/+5 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -5/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -4/+5 |
* | [modules] When explicitly importing a module, it's fine for the imported module | Richard Smith | 2014-11-21 | 1 | -0/+7 |
* | Check module signature when the module has already been loaded | Ben Langmuir | 2014-11-08 | 1 | -7/+13 |
* | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 1 | -13/+12 |
* | [Modules] Free modules that failed signature verification. | Benjamin Kramer | 2014-10-24 | 1 | -0/+1 |
* | Add a "signature" to AST files to verify that they haven't changed | Ben Langmuir | 2014-10-23 | 1 | -0/+18 |
* | [modules] Initial support for explicitly loading .pcm files. | Richard Smith | 2014-10-22 | 1 | -1/+1 |
* | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 1 | -3/+3 |
* | Store std::unique_ptr in InMemoryBuffers. NFC. | Rafael Espindola | 2014-08-18 | 1 | -11/+12 |
* | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 1 | -1/+1 |
* | Update for llvm api change. | Rafael Espindola | 2014-07-06 | 1 | -1/+5 |
* | Avoid invalidating successfully loaded module files | Ben Langmuir | 2014-06-20 | 1 | -22/+17 |
* | Include system_error directly. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Invalidate the file system cache entries for files that may rebuild | Ben Langmuir | 2014-05-30 | 1 | -5/+21 |
* | Revert "Invalidate the file system cache entries for files that may rebuild" | Ben Langmuir | 2014-05-30 | 1 | -18/+5 |
* | Invalidate the file system cache entries for files that may rebuild | Ben Langmuir | 2014-05-30 | 1 | -5/+18 |
* | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 2014-05-22 | 1 | -8/+8 |
* | Speculative fix for Windows buildbot after r209138 | Ben Langmuir | 2014-05-20 | 1 | -0/+5 |
* | Don't refresh stat() info for pcm files | Ben Langmuir | 2014-05-19 | 1 | -13/+1 |
* | Fix use-after-free and spurious error during module load | Ben Langmuir | 2014-05-19 | 1 | -2/+13 |
* | Fix a use-after-free bug I recently introduced in lookupModuleFile | Ben Langmuir | 2014-05-04 | 1 | -4/+3 |
* | Avoid a potential race between stat() and open() of ASTFile | Ben Langmuir | 2014-05-01 | 1 | -1/+5 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -2/+3 |
* | [C++11] Remove a now unnecessary use of std::function for a remove_if | Chandler Carruth | 2014-03-03 | 1 | -4/+3 |
* | [C++11] Replace verbose functors with succinct lambdas | Benjamin Kramer | 2014-03-01 | 1 | -17/+3 |
* | Recommit virtual file system | Ben Langmuir | 2014-02-20 | 1 | -1/+1 |