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
/
llvm-readobj.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
[COFF] Expose the PE debug data directory and dump it
Reid Kleckner
2016-06-02
1
-0
/
+7
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-3
/
+8
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-6
/
+9
*
[codeview] Add type stream merging prototype
Reid Kleckner
2016-05-14
1
-0
/
+15
*
[llvm-readobj] Print MIPS .MIPS.options section content
Simon Atanasyan
2016-05-04
1
-0
/
+6
*
Move llvm-readobj/StreamWriter to Support.
Zachary Turner
2016-05-03
1
-3
/
+4
*
[llvm-readobj] Add ELF hash histogram printing
Hemant Kulkarni
2016-04-11
1
-0
/
+7
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-3
/
+3
*
Fix typo. NFC.
Tim Northover
2016-03-01
1
-1
/
+1
*
[llvm-readobj] Option to emit readelf like output
Hemant Kulkarni
2016-02-10
1
-8
/
+14
*
Revert "[llvm-readobj] Option to emit readelf like output"
Hemant Kulkarni
2016-02-10
1
-14
/
+8
*
[llvm-readobj] Option to emit readelf like output
Hemant Kulkarni
2016-02-10
1
-8
/
+14
*
[llvm-readobj] Add -elf-section-groups option
Hemant Kulkarni
2016-01-26
1
-10
/
+20
*
[llvm-readobj] Use stderr and not stdout for error messages.
Davide Italiano
2015-12-23
1
-2
/
+2
*
Reland "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
2015-12-16
1
-0
/
+2
*
Revert "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
2015-12-16
1
-2
/
+0
*
[llvm-readobj] Simplify usage of -codeview flag
Reid Kleckner
2015-12-16
1
-0
/
+2
*
[llvm-readobj] report_error() does not return, so we can simplify.
Davide Italiano
2015-12-05
1
-6
/
+2
*
[llvm-readobj] reportError() never returns. Mark with the correct attribute.
Davide Italiano
2015-12-04
1
-1
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+4
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-6
/
+1
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-1
/
+6
*
[llvm-readobj] Teach ELFDumper about symbol versioning.
Davide Italiano
2015-10-16
1
-0
/
+8
*
[llvm-readobj/ELF] Print GNU Hash section
Igor Kudrin
2015-10-14
1
-0
/
+6
*
[llvm-readobj] Fix another "time of check to time of use bug".
Davide Italiano
2015-09-17
1
-5
/
+0
*
[llvm-readobj] MachO -- dump LinkerOptions load command.
Davide Italiano
2015-09-09
1
-0
/
+7
*
[llvm-readobj] Dump MachO indirect symbols.
Davide Italiano
2015-09-03
1
-0
/
+7
*
[llvm-readobj] MachO: Dump segment command.
Davide Italiano
2015-09-02
1
-0
/
+7
*
[llvm-readobj] Dump MachO Dysymtab command.
Davide Italiano
2015-08-31
1
-0
/
+8
*
[llvm-readobj] Add pair of missing braces.
Davide Italiano
2015-08-31
1
-1
/
+2
*
llvm-readobj: Dump more info for COFF import libraries.
Rui Ueyama
2015-08-28
1
-6
/
+0
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
1
-0
/
+9
*
[llvm-readobj] Add support for dumping MachO min version load command.
Davide Italiano
2015-08-27
1
-0
/
+6
*
[llvm-readobj] Add support for MachO DataInCodeDataCommand.
Davide Italiano
2015-08-21
1
-0
/
+8
*
[llvm-readobj] Convert to range-loops.
Davide Italiano
2015-08-07
1
-4
/
+2
*
Move to llvm-readobj code that is only used there.
Rafael Espindola
2015-08-06
1
-2
/
+2
*
[llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.
Davide Italiano
2015-07-24
1
-9
/
+10
*
Simplify printing the soname. NFC.
Rafael Espindola
2015-07-21
1
-14
/
+1
*
Remove duplicated code.
Rafael Espindola
2015-07-20
1
-4
/
+4
*
llvm-readobj: Handle invalid references to the string table.
Rafael Espindola
2015-07-20
1
-3
/
+3
*
llvm-readobj: call exit(1) on error.
Rafael Espindola
2015-07-20
1
-7
/
+4
*
Refactor duplicated code. NFC.
Rafael Espindola
2015-07-20
1
-8
/
+9
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
1
-0
/
+6
*
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
Adrian Prantl
2015-07-09
1
-6
/
+0
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
1
-0
/
+6
*
Simplify. NFC.
Rafael Espindola
2015-07-06
1
-3
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-3
/
+2
*
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
Lang Hames
2015-06-26
1
-0
/
+9
*
[Object][ELF] Add support for dumping dynamic relocations when sections are s...
Michael J. Spencer
2015-06-25
1
-3
/
+6
[next]