Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
11cafc82b72a80fb9a7266bbda7fc7a0cc1b51a0
/
llvm
/
lib
/
DebugInfo
/
PDB
/
Native
/
NamedStreamMap.cpp
3a11fdf
[PDB] More changes to bring lld PDBs to parity with MSVC.
by Zachary Turner
· 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
1affd80
[pdb] Fix reading of llvm-generated PDBs by cvdump.
by Zachary Turner
· 8 years ago
02278ce
[llvm-pdbdump] Add support for diffing the PDB Stream.
by Zachary Turner
· 9 years ago
d9dc282
[Support] Move Stream library from MSF -> Support.
by Zachary Turner
· 9 years ago
695ed56
[PDB] Make streams carry their own endianness.
by Zachary Turner
· 9 years ago
120faca
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
by Zachary Turner
· 9 years ago
05a75e4
Revert r296215, "[PDB] General improvements to Stream library." and followings.
by NAKAMURA Takumi
· 9 years ago
af299ea
[PDB] General improvements to Stream library.
by Zachary Turner
· 9 years ago
d2684b7
[PDB] Rename Stream related source files.
by Zachary Turner
· 9 years ago
181fe17
Don't assume little endian in StreamReader / StreamWriter.
by Zachary Turner
· 9 years ago
6b6b8c4
NFC: Rename (PDB) RawSession to NativeSession
by Adrian McCarthy
· 9 years ago
[Renamed (96%) from llvm/lib/DebugInfo/PDB/Raw/NamedStreamMap.cpp]
60667ca
[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
by Zachary Turner
· 9 years ago
f04d6e8
[PDB] Rename some files to be more intuitive.
by Zachary Turner
· 9 years ago
[Renamed (85%) from llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp]
11036a9
[pdb] Add HashTable data structure.
by Zachary Turner
· 9 years ago
570e39a
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
a3225b0
[msf] Resubmit "Rename Msf -> MSF".
by Zachary Turner
· 9 years ago
334aec4
Revert "[msf] Rename Msf to MSF."
by Zachary Turner
· 9 years ago
a010f5c
[msf] Rename Msf to MSF.
by Zachary Turner
· 9 years ago
d66889c
[pdb] Refactor library to more clearly separate reading/writing
by Zachary Turner
· 9 years ago
bac69d3
[msf] Create LLVMDebugInfoMsf
by Zachary Turner
· 9 years ago
5e534c7
[pdb] Round trip the NameMap data structure to YAML.
by Zachary Turner
· 9 years ago
8848a7a
[pdb] Round trip the PDB stream between YAML and binary PDB.
by Zachary Turner
· 9 years ago
36b7b08
[DebugInfo, PDB] Use sparse bitfields for the name map
by David Majnemer
· 9 years ago
328b6d3
Tighten some of the name map checks further
by David Majnemer
· 9 years ago
869631f
Bounds check the number of bitmap blocks in the name map
by David Majnemer
· 9 years ago
836937e
Make sure these error codes are marked as checked
by David Majnemer
· 9 years ago
8dbe362
[codeview,pdb] Try really hard to conserve memory when reading.
by Zachary Turner
· 9 years ago
d5d37dc
[codeview] Move StreamInterface and StreamReader to libcodeview.
by Zachary Turner
· 9 years ago
85ed80b
[llvm-pdbdump] Dump stream summary list.
by Zachary Turner
· 9 years ago
819e77d
Port DebugInfoPDB over to using llvm::Error.
by Zachary Turner
· 9 years ago
2f09b50
Put PDB parsing code into a pdb namespace.
by Zachary Turner
· 9 years ago
[Renamed (92%) from llvm/lib/DebugInfo/PDB/Raw/PDBNameMap.cpp]
6ba65de
Refactor the PDB Stream reading interface.
by Zachary Turner
· 9 years ago
f34e016
Refactor some more PDB reading code into DebugInfoPDB.
by Zachary Turner
· 9 years ago