Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e44acadf6ab0ec228dcba2e02b495c1dfe7338dd
/
clang
/
lib
/
CodeGen
/
ObjectFilePCHContainerOperations.cpp
3538b39
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
c5e3647
-gmodules: Emit debug info for implicit module imports via #include.
by Adrian Prantl
· 8 years ago
1b88ace
Simplify code (NFC)
by Adrian Prantl
· 8 years ago
9a1a1aa
Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.
by Adrian Prantl
· 8 years ago
60fa288
Modules: Use hash of PCM content for SIGNATURE
by Duncan P. N. Exon Smith
· 9 years ago
888e289
CodeGen: plumb header search down to the IAS
by Saleem Abdulrasool
· 9 years ago
77c89b6
Bitcode: Decouple block info block state from reader.
by Peter Collingbourne
· 9 years ago
028eb5a
Bitcode: Change reader interface to take memory buffers.
by Peter Collingbourne
· 9 years ago
576b2db
Support object-file-wrapped modules in clang -module-file-info.
by Adrian Prantl
· 9 years ago
03f8907
Frontend: Simplify ownership model for clang's output streams.
by Peter Collingbourne
· 9 years ago
59f7792
Use more ArrayRefs
by David Majnemer
· 9 years ago
cfeacf5
Apply clang-tidy's misc-move-constructor-init throughout Clang.
by Benjamin Kramer
· 9 years ago
af09f4a
[modules][debuginfo] Only include imported modules when targeting LLDB
by David Blaikie
· 9 years ago
10a4972
revert SVN r265702, r265640
by Saleem Abdulrasool
· 9 years ago
94cfc60
Basic: move CodeGenOptions from Frontend
by Saleem Abdulrasool
· 9 years ago
5a9a427
Module Debugging: Fix a crash when emitting debug info for nested tag types
by Adrian Prantl
· 10 years ago
b214cbc
Make TargetInfo store an actual DataLayout instead of a string.
by James Y Knight
· 10 years ago
8c30592
Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend.
by Benjamin Kramer
· 10 years ago
3a2d494
Module Debugging: Canonicalize the file names used as PCH module names
by Adrian Prantl
· 10 years ago
aa5d08d
Module debugging: Create a parent DIModule with the PCH name for types
by Adrian Prantl
· 10 years ago
98bfc82
Fix the build by using the correct suffix for 64 bit literals
by Adrian Prantl
· 10 years ago
ae108c4
Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.
by Adrian Prantl
· 10 years ago
c96da8f
Module Debugging: Use a nonzero DWO id for precompiled headers.
by Adrian Prantl
· 10 years ago
cd97501
Module Debugging: Make sure that anonymous tag decls that define global
by Adrian Prantl
· 10 years ago
e5238d2
Module Debugging: Defer the emission of anonymous tag decls
by Adrian Prantl
· 10 years ago
b3b821f
Module debugging: Defer emitting tag types until their definition
by Adrian Prantl
· 10 years ago
d43fe0b
Module Debugging: Emit module debug info for types inside of Objective-C
by Adrian Prantl
· 10 years ago
abdd6fc
Remove a redundant check. NFC
by Adrian Prantl
· 10 years ago
a5206ce
Module Debugging: Use the clang module signature as the module's dwo_id
by Adrian Prantl
· 10 years ago
85d938a
Debug Info: When building a module, emit skeleton CUs for imported modules.
by Adrian Prantl
· 10 years ago
9402cef
Module debugging: Support submodules in the PCM/PCH debug info.
by Adrian Prantl
· 10 years ago
1e63b2b
Further simplify the interface of PCHContainerGenerator
by Adrian Prantl
· 10 years ago
8bd4c13
Eliminate a redundant check.
by Adrian Prantl
· 10 years ago
0391406
Simplify the interface of PCHContainerGenerator and friends
by Adrian Prantl
· 10 years ago
54a3457
Debug Info: Remove an unnecessary debug type visitor.
by Adrian Prantl
· 10 years ago
7eb5464
Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
by Hans Wennborg
· 10 years ago
e89c8c8
Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
by Hans Wennborg
· 10 years ago
60f3e1f
Fix Clang-tidy misc-use-override warnings, other minor fixes
by Hans Wennborg
· 10 years ago
748a6cd
Module Debugging: Emit debug type information into clang ObjC modules.
by Adrian Prantl
· 10 years ago
4aa2b3a
Module Debugging: Emit debug type information into clang modules.
by Adrian Prantl
· 10 years ago
6b21ab2
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
by Adrian Prantl
· 10 years ago
293534b
Initialize the AST consumer as soon as we have both an ASTConsumer and an
by Richard Smith
· 10 years ago
556b21a
Remove and forbid raw_svector_ostream::flush() calls.
by Yaron Keren
· 10 years ago
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
964a5f3
Rename DescriptionString -> DataLayoutString as it matches the actual
by Eric Christopher
· 10 years ago
ca3cf9e
LLVM API Change: the Module always owns the DataLayout
by Mehdi Amini
· 10 years ago
fb2398d
Make the clang module container format selectable from the command line.
by Adrian Prantl
· 10 years ago
5a88e1a
Rename ModuleContainerGenerator to PCHContainergenerator for consistency
by Adrian Prantl
· 10 years ago
bc06858
Revert "Revert r241620 and follow-up commits" and move the initialization
by Adrian Prantl
· 10 years ago
142ec39
Revert r241620 and follow-up commits while investigating linux buildbot failures.
by Adrian Prantl
· 10 years ago
8b1e206
Cleanup: Use the C++ API to initialize the backend.
by Adrian Prantl
· 10 years ago
e50371b
Wrap clang modules and pch files in an object file container.
by Adrian Prantl
· 10 years ago