1. 4aa2b3a Module Debugging: Emit debug type information into clang modules. by Adrian Prantl · 10 years ago
  2. 6b21ab2 Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1 by Adrian Prantl · 10 years ago
  3. 293534b Initialize the AST consumer as soon as we have both an ASTConsumer and an by Richard Smith · 10 years ago
  4. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  5. 0f99d6a [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particular, this avoids the need to re-parse module map files when using such a module. by Richard Smith · 10 years ago
  6. 964a5f3 Rename DescriptionString -> DataLayoutString as it matches the actual by Eric Christopher · 10 years ago
  7. ca3cf9e LLVM API Change: the Module always owns the DataLayout by Mehdi Amini · 10 years ago
  8. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  9. 5a88e1a Rename ModuleContainerGenerator to PCHContainergenerator for consistency by Adrian Prantl · 10 years ago
  10. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  11. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  12. 8b1e206 Cleanup: Use the C++ API to initialize the backend. by Adrian Prantl · 10 years ago
  13. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago