| Commit message (Expand) | Author | Age | Files | Lines |
* | Close FileEntries of cached files in ModuleManager::addModule(). | Adrian Prantl | 2018-08-20 | 1 | -5/+8 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -5/+5 |
* | [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin... | Eugene Zelenko | 2017-11-11 | 1 | -18/+29 |
* | [modules] Add ability to specify module name to module file mapping (reapply) | Boris Kolpackov | 2017-08-31 | 1 | -3/+13 |
* | Revert r312105 [modules] Add ability to specify module name to module file ma... | Victor Leschuk | 2017-08-30 | 1 | -13/+3 |
* | [modules] Add ability to specify module name to module file mapping | Boris Kolpackov | 2017-08-30 | 1 | -3/+13 |
* | Spelling mistakes in comments. NFCI. (PR27635) | Simon Pilgrim | 2017-03-30 | 1 | -1/+1 |
* | Reapply "Modules: Cache PCMs in memory and avoid a use-after-free" | Duncan P. N. Exon Smith | 2017-03-20 | 1 | -7/+20 |
* | Revert "Modules: Cache PCMs in memory and avoid a use-after-free" | Renato Golin | 2017-03-18 | 1 | -20/+7 |
* | Modules: Cache PCMs in memory and avoid a use-after-free | Duncan P. N. Exon Smith | 2017-03-17 | 1 | -7/+20 |
* | [modules] Load the ModuleOffsetMap from the module header lazily. | Richard Smith | 2017-02-18 | 1 | -4/+3 |
* | Modules: Fix a minor performance bug from r293393 | Duncan P. N. Exon Smith | 2017-01-29 | 1 | -3/+4 |
* | Modules: Return early in ModuleManager::addModule; NFC | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -71/+72 |
* | Modules: Clean up ModuleFile::Imports in ModuleManager::removeModules | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -3/+3 |
* | Modules: Enforce that ModuleManager::removeModules deletes the tail | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -11/+13 |
* | Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFC | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -34/+25 |
* | Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFC | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -16/+19 |
* | Modules: Separate out a checkSignature helper, almost NFC | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -13/+16 |
* | [VFS] Replace TimeValue usage with std::chrono | Pavel Labath | 2016-11-09 | 1 | -1/+1 |
* | Bitcode: Decouple block info block state from reader. | Peter Collingbourne | 2016-11-08 | 1 | -3/+2 |
* | Clean up handling of reading module files from stdin. Don't bother trying to | Richard Smith | 2016-09-02 | 1 | -3/+6 |
* | Refactor to avoid holding a reference to a container element that could go away | Richard Smith | 2016-09-02 | 1 | -40/+36 |
* | [GraphTraits] Replace all NodeType usage with NodeRef | Tim Shen | 2016-08-22 | 1 | -4/+3 |
* | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -1/+1 |
* | [GraphWriter] Change GraphWriter to use NodeRef in GraphTraits | Tim Shen | 2016-08-17 | 1 | -0/+1 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
* | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -4/+4 |
* | 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 |