index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-readobj
/
COFFDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
1
-0
/
+10
*
[llvm-readobj] Fix double 0x prefix in RVA table printing after r321527
Reid Kleckner
2018-01-23
1
-1
/
+1
*
[llvm-readobj] Consistent use of ScopedPrinter
Sam Clegg
2018-01-10
1
-3
/
+2
*
Fix tests after move to utohexstr.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
[llvm-readobj] Support -needed-libs option for COFF files
Petr Hosek
2017-12-27
1
-0
/
+22
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-8
/
+0
*
Teach llvm-pdbutil to dump types from object files.
Zachary Turner
2017-12-05
1
-0
/
+1
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
1
-8
/
+9
*
Make TypeTableBuilder inherit from TypeCollection.
Zachary Turner
2017-11-29
1
-2
/
+2
*
Convert a few ErrorOr to Expected.
Rafael Espindola
2017-10-11
1
-4
/
+4
*
Follow up for r307085: a better fix for a dangling StringRef.
Alexander Kornienko
2017-07-26
1
-6
/
+2
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
1
-2
/
+1
*
Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.
Alexander Kornienko
2017-07-04
1
-1
/
+5
*
[llvm-readobj] Improve printouts for COFF ARM64 binaries
Martin Storsjo
2017-06-30
1
-0
/
+1
*
[llvm-readobj] Include the PE magic value in printouts
Martin Storsjo
2017-06-30
1
-0
/
+1
*
[llvm-readobj] Fix COFF RVA table dumping bug
Reid Kleckner
2017-06-23
1
-1
/
+5
*
[llvm-readobj] Dump the COFF image load config
Reid Kleckner
2017-06-22
1
-0
/
+133
*
Delete TypeDatabase.
Zachary Turner
2017-06-18
1
-1
/
+1
*
Remove some dead code / includes.
Zachary Turner
2017-06-16
1
-1
/
+0
*
Update the test framework for llvm-cvtres to be more comprehensive.
Eric Beckmann
2017-06-13
1
-5
/
+40
*
Revert "Fix alignment bug in COFF emission."
Eric Beckmann
2017-06-13
1
-40
/
+5
*
Fix alignment bug in COFF emission.
Eric Beckmann
2017-06-13
1
-5
/
+40
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[CodeView] Properly align symbol records on read/write.
Zachary Turner
2017-06-01
1
-1
/
+2
*
[CodeView] Add more DebugSubsection implementations.
Zachary Turner
2017-05-30
1
-31
/
+30
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
1
-28
/
+28
*
Fix broken build.
Zachary Turner
2017-05-24
1
-2
/
+1
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
1
-2
/
+3
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-35
/
+23
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-23
/
+35
*
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
Zachary Turner
2017-05-18
1
-2
/
+3
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-36
/
+24
*
[BinaryStream] Reduce the amount of boiler plate needed to use.
Zachary Turner
2017-05-17
1
-23
/
+11
*
Fix the Endianness bug by adding the little endian UTF marker.
Eric Beckmann
2017-05-09
1
-0
/
+8
*
Hopefully one last commit to fix this patch, addresses string reference
Eric Beckmann
2017-05-08
1
-3
/
+7
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-08
1
-8
/
+93
*
Revert "Hopefully one last commit to fix this patch, addresses string reference"
Eric Beckmann
2017-05-08
1
-97
/
+8
*
Hopefully one last commit to fix this patch, addresses string reference
Eric Beckmann
2017-05-08
1
-2
/
+6
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-07
1
-8
/
+93
*
[CodeView] Reserve TypeDatabase records up front.
Zachary Turner
2017-05-05
1
-3
/
+3
*
[llvm-readobj] Update readobj to re-use parsing code.
Zachary Turner
2017-05-03
1
-41
/
+39
*
[PDB/CodeView] Read/write codeview inlinee line information.
Zachary Turner
2017-05-02
1
-18
/
+12
*
[PDB/CodeView] Rename some classes.
Zachary Turner
2017-05-01
1
-2
/
+2
*
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
Zachary Turner
2017-04-29
1
-1
/
+1
*
[llvm-readobj] Fix incorrect printing of CV column info.
Zachary Turner
2017-04-29
1
-2
/
+4
*
[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.
Zachary Turner
2017-04-28
1
-48
/
+23
*
[llvm-readobj] Dump COFF Resources section.
Zachary Turner
2017-04-27
1
-0
/
+25
*
[CodeView] Isolate Debug Info Fragments into standalone classes.
Zachary Turner
2017-04-27
1
-19
/
+13
*
Rename some PDB classes.
Zachary Turner
2017-04-27
1
-22
/
+22
[prev]
[next]