Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
tools
/
llvm-readobj
/
COFFDumper.cpp
90f4b94
[CodeView] More appropriate name and type for a Microsoft precompiled headers parameter. NFC
by Alexandre Ganea
· 7 years ago
74e7d26
[llvm-readobj] [COFF] Print the symbol index for relocations
by Martin Storsjo
· 7 years ago
dbf552c
[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.
by Jordan Rupprecht
· 7 years ago
71c43ce
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
by Alexandre Ganea
· 7 years ago
cd41638
[ARM64][Windows] Add unwind support to llvm-readobj
by Sanjin Sijaric
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
a6f6426
[codeview] Decode and dump FP regs from S_FRAMEPROC records
by Reid Kleckner
· 7 years ago
ee0e8ba
[codeview] Improve readobj FPO dumper and pdbutil register names
by Reid Kleckner
· 7 years ago
893c646
Handle zero-length debug directory entries.
by Nico Weber
· 7 years ago
bc3089f
MC: Teach the COFF object writer to write address-significance tables.
by Peter Collingbourne
· 7 years ago
5ce8f15
[llvm-readobj] Generic hex-dump option
by Paul Semel
· 7 years ago
b98f504
[llvm-readobj] Add -hex-dump (-x) option
by Paul Semel
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
5ca44e3
[llvm-pdbutil] Display types from MSVC precompiled header object files.
by Zachary Turner
· 7 years ago
8db564e
[tools] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
7f9f92f
[NFC] fix trivial typos in comments
by Hiroshi Inoue
· 8 years ago
fd52096
[LLD] Implement /guard:[no]longjmp
by Reid Kleckner
· 8 years ago
4386bc5
[llvm-readobj] Fix double 0x prefix in RVA table printing after r321527
by Reid Kleckner
· 8 years ago
88e9a15
[llvm-readobj] Consistent use of ScopedPrinter
by Sam Clegg
· 8 years ago
0af3be4
Fix tests after move to utohexstr.
by Benjamin Kramer
· 8 years ago
3a13ed6
Avoid int to string conversion in Twine or raw_ostream contexts.
by Benjamin Kramer
· 8 years ago
ad6f457
[llvm-readobj] Support -needed-libs option for COFF files
by Petr Hosek
· 8 years ago
62602a4
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
376d437
Teach llvm-pdbutil to dump types from object files.
by Zachary Turner
· 8 years ago
ca6dbf1
Split TypeTableBuilder into two classes.
by Zachary Turner
· 8 years ago
3e3936d
Make TypeTableBuilder inherit from TypeCollection.
by Zachary Turner
· 8 years ago
7489492
Convert a few ErrorOr to Expected.
by Rafael Espindola
· 8 years ago
a45648b
Follow up for r307085: a better fix for a dangling StringRef.
by Alexander Kornienko
· 8 years ago
a842cd7
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
by Reid Kleckner
· 8 years ago
656466e
Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.
by Alexander Kornienko
· 8 years ago
43c8545
[llvm-readobj] Improve printouts for COFF ARM64 binaries
by Martin Storsjo
· 8 years ago
8ae07ac
[llvm-readobj] Include the PE magic value in printouts
by Martin Storsjo
· 8 years ago
45cb4fe
[llvm-readobj] Fix COFF RVA table dumping bug
by Reid Kleckner
· 8 years ago
b7d716c
[llvm-readobj] Dump the COFF image load config
by Reid Kleckner
· 8 years ago
26dbc54
Delete TypeDatabase.
by Zachary Turner
· 8 years ago
59224cb
Remove some dead code / includes.
by Zachary Turner
· 8 years ago
1301759
Update the test framework for llvm-cvtres to be more comprehensive.
by Eric Beckmann
· 8 years ago
56951cb
Revert "Fix alignment bug in COFF emission."
by Eric Beckmann
· 8 years ago
5ee9eca
Fix alignment bug in COFF emission.
by Eric Beckmann
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
ebd3ae8
[CodeView] Properly align symbol records on read/write.
by Zachary Turner
· 8 years ago
591312c
[CodeView] Add more DebugSubsection implementations.
by Zachary Turner
· 8 years ago
8c099fe
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
by Zachary Turner
· 8 years ago
cfd8065
Fix broken build.
by Zachary Turner
· 8 years ago
d4136e9
Implement various flavors of type merging.
by Zachary Turner
· 8 years ago
526f4f2
Resubmit "[CodeView] Provide a common interface for type collections."
by Zachary Turner
· 8 years ago
1dfcf8d
Revert "[CodeView] Provide a common interface for type collections."
by Zachary Turner
· 8 years ago
b32ec02
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
by Zachary Turner
· 8 years ago
0c60f26
[CodeView] Provide a common interface for type collections.
by Zachary Turner
· 8 years ago
d9a6263
[BinaryStream] Reduce the amount of boiler plate needed to use.
by Zachary Turner
· 8 years ago
674deed
Fix the Endianness bug by adding the little endian UTF marker.
by Eric Beckmann
· 8 years ago
cd704cb
Hopefully one last commit to fix this patch, addresses string reference issues.
by Eric Beckmann
· 8 years ago
efef15a
Update llvm-readobj -coff-resources to display tree structure.
by Eric Beckmann
· 8 years ago
03de7c1
Revert "Hopefully one last commit to fix this patch, addresses string reference"
by Eric Beckmann
· 8 years ago
626680a
Hopefully one last commit to fix this patch, addresses string reference issues.
by Eric Beckmann
· 8 years ago
33fca46
Update llvm-readobj -coff-resources to display tree structure.
by Eric Beckmann
· 8 years ago
8c74673
[CodeView] Reserve TypeDatabase records up front.
by Zachary Turner
· 8 years ago
2d5c2cd
[llvm-readobj] Update readobj to re-use parsing code.
by Zachary Turner
· 8 years ago
edef145
[PDB/CodeView] Read/write codeview inlinee line information.
by Zachary Turner
· 8 years ago
7cc13e5
[PDB/CodeView] Rename some classes.
by Zachary Turner
· 8 years ago
5b6e4e0
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
by Zachary Turner
· 8 years ago
4346ae1
[llvm-readobj] Fix incorrect printing of CV column info.
by Zachary Turner
· 8 years ago
05bd9f3
[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.
by Zachary Turner
· 8 years ago
8d6396d
[llvm-readobj] Dump COFF Resources section.
by Zachary Turner
· 8 years ago
c37cb0c
[CodeView] Isolate Debug Info Fragments into standalone classes.
by Zachary Turner
· 8 years ago
67c5601
Rename some PDB classes.
by Zachary Turner
· 8 years ago
c4b5d79
[codeview] Cope with unsorted streams in type merging
by Reid Kleckner
· 8 years ago
7375448
[llvm-readobj] Prefer ILT to IAT for reading COFF imports
by Shoaib Meenai
· 9 years ago
5d57752
[PDB] Split item and type records when merging type streams
by Reid Kleckner
· 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
7b327d0
[pdb] Add the ability to resolve TypeServer PDBs.
by Zachary Turner
· 9 years ago
a9b2961
Re-submit r293820: Return Error instead of bool from mergeTypeStreams().
by Rui Ueyama
· 9 years ago
629cb7d
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
by Zachary Turner
· 9 years ago
a9054dd
[CodeView/PDB] Rename a bunch of files.
by Zachary Turner
· 9 years ago
4efa0a4
[CodeView] Hook up CodeViewRecordIO to type serialization path.
by Zachary Turner
· 9 years ago
4d49eb9
[CodeView] Refactor serialization to use StreamInterface.
by Zachary Turner
· 9 years ago
0d84074
Refactor Symbol visitor code.
by Zachary Turner
· 9 years ago
23f06e5
[Stackmap] Added callsite counts to emitted function information.
by Sanjoy Das
· 9 years ago
0152802
CodeView: extract the OMF Directory Header
by Saleem Abdulrasool
· 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
4897588
Delete some dead code.
by Rafael Espindola
· 9 years ago
01ee3dae
Resubmit "[pdb] Change type visitor pattern to be dynamic."
by Zachary Turner
· 9 years ago
73b0b2f
Revert "[pdb] Change type visitor pattern to be dynamic."
by Zachary Turner
· 9 years ago
1f6372c
[pdb] Change type visitor pattern to be dynamic.
by Zachary Turner
· 9 years ago
5acb4ac
Add support for writing through StreamInterface.
by Zachary Turner
· 9 years ago
a96cce6
[codeview] Dump line number and column information.
by Zachary Turner
· 9 years ago
a2a2a73
Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRO
by David Majnemer
· 9 years ago
2da433e
[COFF] Expose the PE debug data directory and dump it
by Reid Kleckner
· 9 years ago
fbdbe9e
[codeview] Improve readability of type record assembly
by Reid Kleckner
· 9 years ago
3b3f490
[codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload
by Reid Kleckner
· 9 years ago
Next »