aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu1-396/+0
2023-09-29[clang] set DebugCompilationDir in PCHContainer (#67744)Richard Howell1-0/+2
2023-09-12Propagate the DWARF version from the main compiler invocation to PCHC… (#66...Adrian Prantl1-0/+1
2023-05-03[clang][deps] Make clang-scan-deps write modules in raw formatBen Langmuir1-0/+5
2023-03-29[NFC][Clang] Move DebugOptions to llvm/Frontend for reuse in FlangKiran Chandramohan1-1/+1
2023-02-01[NFC][Profile] Access profile through VirtualFileSystemSteven Wu1-2/+2
2022-09-03[clang] Qualify auto in range-based for loops (NFC)Kazu Hirata1-2/+2
2022-07-26[CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis1-1/+3
2022-06-06[gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls inAkira Hatanaka1-0/+4
2022-06-06Revert "[gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls in"Akira Hatanaka1-4/+0
2022-06-06[gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls inAkira Hatanaka1-0/+4
2022-01-10Emit the C++ dialect in -gmodules .pcm files.Adrian Prantl1-0/+1
2021-10-19[WebAssembly] Emit clangast in custom section aligned by 4 bytesYuta Saito1-19/+36
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-06[clang] Replace report_fatal_error(std::string) uses with report_fatal_error(...Simon Pilgrim1-1/+1
2021-04-27[clang/Basic] Make TargetInfo.h not use DataLayout againNico Weber1-6/+6
2020-11-22[Clang] Add __STDCPP_THREADS__ to standard predefine macrosZequan Wu1-2/+2
2020-08-24Reland "Correctly emit dwoIDs after ASTFileSignature refactoring (D81347)"Raphael Isemann1-3/+3
2020-08-24Revert "Reland "Correctly emit dwoIDs after ASTFileSignature refactoring (D81...Raphael Isemann1-3/+3
2020-08-24Reland "Correctly emit dwoIDs after ASTFileSignature refactoring (D81347)"Raphael Isemann1-3/+3
2020-08-21Revert "Correctly emit dwoIDs after ASTFileSignature refactoring (D81347)"Raphael Isemann1-3/+3
2020-08-21Correctly emit dwoIDs after ASTFileSignature refactoring (D81347)Raphael Isemann1-3/+3
2020-06-11Make ASTFileSignature an array of 20 uint8_t instead of 5 uint32_tDaniel Grumberg1-2/+2
2019-10-03[Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-14[clang] - An update after LLVM change.George Rimar1-1/+5
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih1-1/+1
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-2/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-11Move CodeGenOptions from Frontend to BasicRichard Trieu1-1/+1
2018-12-06Remove unnecessary include.Richard Trieu1-1/+0
2018-11-29[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl1-0/+2
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2018-01-03-gmodules: Emit debug info for implicit module imports via #include.Adrian Prantl1-0/+5
2018-01-03Simplify code (NFC)Adrian Prantl1-3/+2
2017-07-18Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl1-0/+3
2017-03-13Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith1-2/+7
2017-01-05CodeGen: plumb header search down to the IASSaleem Abdulrasool1-4/+5
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne1-7/+7
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne1-4/+3
2016-08-17Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl1-13/+17
2016-07-15Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne1-15/+14
2016-06-24Use more ArrayRefsDavid Majnemer1-2/+2
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer1-1/+2
2016-05-03[modules][debuginfo] Only include imported modules when targeting LLDBDavid Blaikie1-0/+1
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool1-2/+1
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool1-1/+2
2016-03-07Module Debugging: Fix a crash when emitting debug info for nested tag typesAdrian Prantl1-0/+9
2016-03-04Make TargetInfo store an actual DataLayout instead of a string.James Y Knight1-6/+6
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer1-1/+1