summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-2/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Remove unnecessary include.Richard Trieu2018-12-061-1/+0
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-291-0/+2
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* -gmodules: Emit debug info for implicit module imports via #include.Adrian Prantl2018-01-031-0/+5
* Simplify code (NFC)Adrian Prantl2018-01-031-3/+2
* Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl2017-07-181-0/+3
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-131-2/+7
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-051-4/+5
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-7/+7
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-4/+3
* Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl2016-08-171-13/+17
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-15/+14
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-1/+2
* [modules][debuginfo] Only include imported modules when targeting LLDBDavid Blaikie2016-05-031-0/+1
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-2/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+2
* Module Debugging: Fix a crash when emitting debug info for nested tag typesAdrian Prantl2016-03-071-0/+9
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-6/+6
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-221-4/+8
* Module debugging: Create a parent DIModule with the PCH name for typesAdrian Prantl2016-01-221-1/+5
* Fix the build by using the correct suffix for 64 bit literalsAdrian Prantl2016-01-221-1/+1
* Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl2016-01-221-1/+1
* Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl2016-01-221-1/+5
* Module Debugging: Make sure that anonymous tag decls that define globalAdrian Prantl2016-01-191-7/+6
* Module Debugging: Defer the emission of anonymous tag declsAdrian Prantl2016-01-191-0/+4
* Module debugging: Defer emitting tag types until their definitionAdrian Prantl2016-01-061-3/+16
* Module Debugging: Emit module debug info for types inside of Objective-CAdrian Prantl2015-10-231-0/+4
* Remove a redundant check. NFCAdrian Prantl2015-10-231-2/+1
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-221-1/+1
* Debug Info: When building a module, emit skeleton CUs for imported modules.Adrian Prantl2015-09-211-0/+7
* Module debugging: Support submodules in the PCM/PCH debug info.Adrian Prantl2015-09-201-0/+5
* Further simplify the interface of PCHContainerGeneratorAdrian Prantl2015-09-191-7/+7
* Eliminate a redundant check.Adrian Prantl2015-09-191-3/+2
* Simplify the interface of PCHContainerGenerator and friendsAdrian Prantl2015-09-181-13/+12
* Debug Info: Remove an unnecessary debug type visitor.Adrian Prantl2015-09-101-7/+0
* Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-3/+3
* Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-3/+3
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-3/+3
* Module Debugging: Emit debug type information into clang ObjC modules.Adrian Prantl2015-09-081-0/+42
* Module Debugging: Emit debug type information into clang modules.Adrian Prantl2015-09-081-0/+58
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+1
* 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
OpenPOWER on IntegriCloud