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
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
3
-32
/
+77
*
Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...
Kevin Enderby
2016-04-28
1
-1
/
+1
*
Update llvm-objdump for disassembly of ARM Mach-O files to always include the...
Kevin Enderby
2016-04-28
1
-3
/
+5
*
Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...
Kevin Enderby
2016-04-27
1
-2
/
+2
*
Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...
Kevin Enderby
2016-04-27
1
-1
/
+1
*
Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""
Tim Northover
2016-04-26
1
-1
/
+1
*
llvm-objdump: deal with invalid ARM encodings slightly better.
Tim Northover
2016-04-22
1
-7
/
+17
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
1
-5
/
+12
*
AMDGPU: Fix crash when dumping unknown opcode
Matt Arsenault
2016-04-22
1
-0
/
+5
*
Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...
Kevin Enderby
2016-04-21
1
-0
/
+3
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
3
-65
/
+151
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-3
/
+3
*
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
[next]