summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-181-4/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith2015-08-091-1/+6
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-051-4/+4
* LLVM API Change: the Module always owns the DataLayoutMehdi Amini2015-07-241-3/+2
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-2/+2
* Rename ModuleContainerGenerator to PCHContainergenerator for consistencyAdrian Prantl2015-07-091-28/+29
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+192
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-199/+0
* Cleanup: Use the C++ API to initialize the backend.Adrian Prantl2015-07-071-4/+5
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-0/+198
OpenPOWER on IntegriCloud