Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
DebugInfo
/
CodeView
90f4b94
[CodeView] More appropriate name and type for a Microsoft precompiled headers parameter. NFC
by Alexandre Ganea
· 7 years ago
bb3d7e5
[PDB] Add some helper functions for working with scopes.
by Zachary Turner
· 7 years ago
a42bbe3
[NativePDB] Reconstruct function declarations from debug info.
by Zachary Turner
· 7 years ago
a93458b
[PDB] Move some code around. NFC.
by Zachary Turner
· 7 years ago
579264b
Support skewed stream arrays.
by Zachary Turner
· 7 years ago
c68f895
[CodeView] Add support for ref-qualified member functions.
by Zachary Turner
· 7 years ago
b35e1d7
[CodeView] Don't print PointerAttributes when dumping.
by Zachary Turner
· 7 years ago
03a2405
[NativePDB] Improved support for nested type reconstruction.
by Zachary Turner
· 7 years ago
71c43ce
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
by Alexandre Ganea
· 7 years ago
46ff186
[codeview] Add breaks to fix -Wimplicit-fallthrough
by Reid Kleckner
· 7 years ago
56a5a0c
[CodeView] Emit the correct TypeIndex for std::nullptr_t.
by Zachary Turner
· 7 years ago
9f6ac4c
Fix a compilation failure on non-MSVC compilers.
by Zachary Turner
· 7 years ago
94926a6
[PDB] Add the ability to lookup global symbols by name.
by Zachary Turner
· 7 years ago
9ea2c01
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
by Reid Kleckner
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
355ffb0
[PDB] Add native reading support for UDT / class types.
by Zachary Turner
· 7 years ago
42e7cc1b
[PDB] Write FPO Data to the PDB.
by Zachary Turner
· 7 years ago
a6f6426
[codeview] Decode and dump FP regs from S_FRAMEPROC records
by Reid Kleckner
· 7 years ago
6a7efef
[DebugInfo] Common behavior for error types
by Alexandre Ganea
· 7 years ago
ee8a720
[CodeView] Minimal support for S_UNAMESPACE records
by Alexandre Ganea
· 7 years ago
0bb8e89
This fixes a crash when a second pass is required for the Codeview Type merging *and* the index points outside of the table (which should lead to an error being printed).
by Alexandre Ganea
· 7 years ago
68e1919
[CodeView] Correctly compute the name of S_PROCREF symbols.
by Zachary Turner
· 7 years ago
c762666
Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
by Zachary Turner
· 7 years ago
1de9fce
Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
by Zachary Turner
· 7 years ago
3c4c8a0
[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
by Zachary Turner
· 7 years ago
f40f858
[codeview] Include record prefix in global type hashing
by Reid Kleckner
· 7 years ago
94ece8f
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
by Brock Wyma
· 7 years ago
0f035eb
[DebugInfo] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
08df84e
[DebugInfo][COFF] Fix reading variable-length encoded records
by Alexandre Ganea
· 7 years ago
3241cec
Fix line endings (CR/LF -> LF) introduced by rL329613
by Alexandre Ganea
· 7 years ago
d9e9674
[Debuginfo][COFF] Minimal serialization support for precompiled types records
by Alexandre Ganea
· 7 years ago
fe1d28e
[DebugInfo] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
a6fb536
[PDB] Make our PDBs look more like MS PDBs.
by Zachary Turner
· 8 years ago
71d36ad
[Codeview/PDB] Rename some methods for clarity.
by Zachary Turner
· 8 years ago
fced530
Revert "Resubmit "Support embedding natvis files in PDBs.""
by Zachary Turner
· 8 years ago
132d7a1
Resubmit "Support embedding natvis files in PDBs."
by Zachary Turner
· 8 years ago
a2155889
Revert "Support embedding natvis files in PDBs."
by Zachary Turner
· 8 years ago
de53aaf
Support embedding natvis files in PDBs.
by Zachary Turner
· 8 years ago
3acdc67
[CodeView] Lower __restrict and other pointer qualifiers correctly
by Reid Kleckner
· 8 years ago
22d838c
[codeview] Remove unused variable
by Reid Kleckner
· 8 years ago
07d8037
[CodeView] Micro-optimizations to speed up type merging.
by Zachary Turner
· 8 years ago
1bc2ce6
Speed up iteration of CodeView record streams.
by Zachary Turner
· 8 years ago
0d07a8e
[COFF] Teach LLD to use the COFF .debug$H section.
by Zachary Turner
· 8 years ago
048f8f9
[CodeView] Teach clang to emit the .debug$H COFF section.
by Zachary Turner
· 8 years ago
0c169bf
Remove redundant includes from lib/DebugInfo.
by Michael Zolotukhin
· 8 years ago
ecd2684
[DebugInfo] Fix register variables not showing up in pdb.
by Zachary Turner
· 8 years ago
376d437
Teach llvm-pdbutil to dump types from object files.
by Zachary Turner
· 8 years ago
023f88e
Fix -Wmissing-braces error.
by Zachary Turner
· 8 years ago
87b78e9
[CodeView] Add support for content hashing CodeView type records.
by Zachary Turner
· 8 years ago
f0e4c6a
Simplify the DenseSet used for hashing CodeView records.
by Zachary Turner
· 8 years ago
ca6dbf1
Split TypeTableBuilder into two classes.
by Zachary Turner
· 8 years ago
52d036e
[CodeView] Factor some code out of TypeTableBuilder.
by Zachary Turner
· 8 years ago
3e3936d
Make TypeTableBuilder inherit from TypeCollection.
by Zachary Turner
· 8 years ago
4c1fa68
Fix a warning.
by Zachary Turner
· 8 years ago
29b081d
[NFC] Minor cleanups in CodeView TypeTableBuilder.
by Zachary Turner
· 8 years ago
bba7f86
Fix non assert build warnings.
by Rafael Espindola
· 8 years ago
6900de1
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
by Zachary Turner
· 8 years ago
8aa32ff
[codeview] Fix handling of S_HEAPALLOCSITE
by Reid Kleckner
· 8 years ago
0e88118
[codeview] Add support for inlinee lists
by Reid Kleckner
· 8 years ago
ecddee2
[codeview] Recognize two records with no type index fields
by Reid Kleckner
· 8 years ago
6605310
CodeView: Provide a .def file with the register ids
by Hans Wennborg
· 8 years ago
ea89ff7
CodeView symbol dumper: use symbolic names for registers
by Hans Wennborg
· 8 years ago
abb17cc
[llvm-pdbutil] Support dumping CodeView from object files.
by Zachary Turner
· 8 years ago
5641c07
[PDB] Serialize records into a stack-allocated buffer.
by Zachary Turner
· 8 years ago
197bba0
Remove unused variable.
by Zachary Turner
· 8 years ago
96bcd6a
[llvm-pdbutil] Fix some dumping issues.
by Zachary Turner
· 8 years ago
ee9906d
[LLD/PDB] Write actual records to the globals stream.
by Zachary Turner
· 8 years ago
59e3ae8
[PDB] Fix linking of function symbols and local variables.
by Zachary Turner
· 8 years ago
14d90fd
[PDB] Improve GSI hash table dumping for publics and globals
by Reid Kleckner
· 8 years ago
898ddf6
[codeview] Emit 'D' as the cv source language for D code
by Reid Kleckner
· 8 years ago
67653ee
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
by Reid Kleckner
· 8 years ago
3167480
[codeview] Don't use the type visitor to merge types
by Reid Kleckner
· 8 years ago
a842cd7
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
by Reid Kleckner
· 8 years ago
af88a91
[CodeView] Dump BuildInfoSym and ProcSym type indices
by Reid Kleckner
· 8 years ago
6597c28
[PDB] Fix type server handling for archives
by Reid Kleckner
· 8 years ago
8d8888f
[codeview] Change readobj symbol dumping format
by Reid Kleckner
· 8 years ago
447f677
[codeview] Fix type index discovery for four symbol records
by Reid Kleckner
· 8 years ago
4fcfc19
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
af8c75a
[llvm-pdbutil] Output the symbol offset when dumping.
by Zachary Turner
· 8 years ago
02a2677
[llvm-pdbutil] Add the ability to dump the dependency tree for a type
by Zachary Turner
· 8 years ago
8456b16
[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
c2f5b4b
[llvm-pdbutil] Dump raw bytes of type and id records.
by Zachary Turner
· 8 years ago
d0e6e24
[PDB] Add symbols to the PDB
by Reid Kleckner
· 8 years ago
44cdb10
[PDB] Start emitting source file and line information
by Reid Kleckner
· 8 years ago
18d90e1
[CodeView] Fix dumping of public symbol record flags
by Reid Kleckner
· 8 years ago
26dbc54
Delete TypeDatabase.
by Zachary Turner
· 8 years ago
b0fdd21
Don't crash if a type record can't be found.
by Zachary Turner
· 8 years ago
ad859bd
[CodeView] Fix random access of type names.
by Zachary Turner
· 8 years ago
59224cb
Remove some dead code / includes.
by Zachary Turner
· 8 years ago
4e95064
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
by Zachary Turner
· 8 years ago
6305545
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
by Zachary Turner
· 8 years ago
da504b7
Revert "[llvm-pdbutil] rewrite the "raw" output style."
by Zachary Turner
· 8 years ago
b560fdf
[llvm-pdbutil] rewrite the "raw" output style.
by Zachary Turner
· 8 years ago
a8cfc29
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
by Zachary Turner
· 8 years ago
0085dce
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
by Zachary Turner
· 8 years ago
a3da446
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
by Zachary Turner
· 8 years ago
337804d
Same expressions on both sides of the return
by Sylvestre Ledru
· 8 years ago
3226fe9
[pdb] Support CoffSymbolRVA debug subsection.
by Zachary Turner
· 8 years ago
7e62cd1
Allow VarStreamArray to use stateful extractors.
by Zachary Turner
· 8 years ago
fdf499b
[codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection
by Bob Haarman
· 8 years ago
Next »