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-objdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r265817
Colin LeMahieu
2016-04-08
1
-2
/
+1
*
[llvm-objdump] Printing hex instead of dec by default
Colin LeMahieu
2016-04-08
1
-1
/
+2
*
fix r265645: target dependent printf formatting flags.
Valery Pykhtin
2016-04-07
1
-2
/
+2
*
[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.
Valery Pykhtin
2016-04-07
1
-0
/
+43
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
3
-6
/
+18
*
Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."
Valery Pykhtin
2016-04-06
1
-41
/
+0
*
[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.
Valery Pykhtin
2016-04-06
1
-0
/
+41
*
Fix a cut-and-paste error in the changes for r264187 which I think is
Kevin Enderby
2016-03-23
1
-1
/
+1
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
2
-7
/
+29
*
Revert "[llvm-objdump] Printing relocations in executable and shared object f...
Rafael Espindola
2016-03-21
1
-0
/
+4
*
[llvm-objdump] Printing relocations in executable and shared object files. T...
Colin LeMahieu
2016-03-21
1
-4
/
+0
*
[llvm-objdump] Print <unknown> in place of instruction text if it couldn't be...
Colin LeMahieu
2016-03-18
1
-64
/
+69
*
[llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...
Simon Atanasyan
2016-03-17
1
-1
/
+1
*
[llvm-objdump] Add support for dumping the PE TLS directory
David Majnemer
2016-03-15
1
-0
/
+51
*
[lanai] Add ELF enum value and relocations.
Jacques Pienaar
2016-03-01
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-17
/
+0
*
Update the comments for the macho-invalid-zero-ncmds test and fix
Kevin Enderby
2016-01-26
1
-0
/
+4
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
2
-4
/
+4
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
3
-259
/
+21
*
[llvm-readobj] Remove dead code. Add an assertion instead.
Davide Italiano
2016-01-13
1
-2
/
+3
*
[llvm-objdump] Use report_error() and improve error coverage.
Davide Italiano
2016-01-13
1
-4
/
+2
*
For llvm-objdump, add the option -private-header (without the trailing āsā)
Kevin Enderby
2016-01-13
3
-11
/
+46
*
COFF: Teach llvm-objdump how to dump DLL forwarder symbols.
Rui Ueyama
2016-01-12
1
-1
/
+18
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
1
-0
/
+17
*
[llvm-objdump] Mark noreturn function as such.
Davide Italiano
2015-12-29
2
-2
/
+4
*
[llvm-objdump] Use stderr and not stdout for fatal errors.
Davide Italiano
2015-12-25
1
-2
/
+2
*
[llvm-objdump] Use appropriate helper. NFC.
Davide Italiano
2015-12-21
1
-2
/
+1
*
[llvm-objdump] Move COFF function to where it belongs.
Davide Italiano
2015-12-20
3
-50
/
+51
*
[llvm-objdump] Fail early if we can't parse the object header.
Davide Italiano
2015-12-19
1
-4
/
+5
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
3
-21
/
+259
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
3
-259
/
+21
*
[llvm-objdump] Use report_fatal_error() for a more uniform error handling.
Davide Italiano
2015-12-17
1
-29
/
+13
*
[llvm-objdump/MachODump] Shrink code a little bit. NFC.
Davide Italiano
2015-12-15
1
-4
/
+1
*
Factor out some duplication. NFC.
Pete Cooper
2015-12-14
1
-44
/
+20
*
Start implementing FDE dumping when printing the eh_frame.
Pete Cooper
2015-12-14
1
-5
/
+107
*
Print the eh_frame section in MachoDump.
Pete Cooper
2015-12-14
1
-1
/
+180
*
[llvm-objdump/MachoDump] Simplify.
Davide Italiano
2015-12-12
1
-7
/
+3
*
[llvm-objdump/MachODump] Reduce code duplication.
Davide Italiano
2015-12-11
1
-69
/
+41
*
[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Davide Italiano
2015-12-08
3
-21
/
+10
*
[llvm-objdump/MachoDump] Make code much more concise.
Davide Italiano
2015-12-07
1
-20
/
+5
*
[llvm-objdump] Use report_fatal_error() if we can't find a target.
Davide Italiano
2015-12-03
1
-8
/
+2
*
Fix LLD testsuite fallout from r253429
David Majnemer
2015-11-18
1
-4
/
+4
*
[llvm-objdump] Use the COFF export table for additional symbols
David Majnemer
2015-11-18
1
-57
/
+118
*
[Object, MachO] Mark symbols from DATA and BSS sections as ST_Data
Kuba Brecka
2015-11-12
1
-1
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
2
-8
/
+39
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-0
/
+1
*
MachO: support tvOS and watchOS version min commands in llvm-objdump
Tim Northover
2015-11-02
1
-7
/
+22
*
This can take a const reference. NFC.
Rafael Espindola
2015-10-31
1
-1
/
+1
*
Simplify handling of archive Symbol tables.
Rafael Espindola
2015-10-31
1
-7
/
+2
*
Simplify boolean expressions in tools/llvm-objdump.
Rafael Espindola
2015-10-24
1
-2
/
+2
[next]