aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-23Module Debugging: Emit module debug info for types inside of Objective-CAdrian Prantl1-0/+4
2015-10-23Remove a redundant check. NFCAdrian Prantl1-2/+1
2015-09-22Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl1-1/+1
2015-09-21Debug Info: When building a module, emit skeleton CUs for imported modules.Adrian Prantl1-0/+7
2015-09-20Module debugging: Support submodules in the PCM/PCH debug info.Adrian Prantl1-0/+5
2015-09-19Further simplify the interface of PCHContainerGeneratorAdrian Prantl1-7/+7
2015-09-19Eliminate a redundant check.Adrian Prantl1-3/+2
2015-09-18Simplify the interface of PCHContainerGenerator and friendsAdrian Prantl1-13/+12
2015-09-10Debug Info: Remove an unnecessary debug type visitor.Adrian Prantl1-7/+0
2015-09-10Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg1-3/+3
2015-09-10Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg1-3/+3
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg1-3/+3
2015-09-08Module Debugging: Emit debug type information into clang ObjC modules.Adrian Prantl1-0/+42
2015-09-08Module Debugging: Emit debug type information into clang modules.Adrian Prantl1-0/+58
2015-08-27Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl1-0/+1
2015-08-18Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith1-4/+1
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren1-1/+0
2015-08-09[modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith1-1/+6
2015-08-05Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher1-4/+4
2015-07-24LLVM API Change: the Module always owns the DataLayoutMehdi Amini1-3/+2
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-2/+2
2015-07-09Rename ModuleContainerGenerator to PCHContainergenerator for consistencyAdrian Prantl1-28/+29
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-0/+192
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-199/+0
2015-07-07Cleanup: Use the C++ API to initialize the backend.Adrian Prantl1-4/+5
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl1-0/+198