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
/
llvm-objdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
BPF: Use official ELF e_machine value
Alexei Starovoitov
2016-07-15
1
-0
/
+1
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-4
/
+4
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-4
/
+4
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-4
/
+4
*
Finish cleaning up most of the error handling in libObject’s MachOUniversal...
Kevin Enderby
2016-06-28
1
-0
/
+6
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-7
/
+13
*
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
2016-06-16
1
-4
/
+2
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-6
/
+13
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-12
/
+48
*
Clean up the specific error message for a malformed Mach-O files with bad seg...
Kevin Enderby
2016-05-05
1
-2
/
+2
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-9
/
+10
*
AMDGPU: Fix crash when dumping unknown opcode
Matt Arsenault
2016-04-22
1
-0
/
+5
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-14
/
+20
*
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
1
-3
/
+14
*
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 crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+3
*
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
*
[lanai] Add ELF enum value and relocations.
Jacques Pienaar
2016-03-01
1
-0
/
+1
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-3
/
+3
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
1
-1
/
+13
*
For llvm-objdump, add the option -private-header (without the trailing ’s’)
Kevin Enderby
2016-01-13
1
-2
/
+22
*
[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
1
-1
/
+2
*
[llvm-objdump] Use stderr and not stdout for fatal errors.
Davide Italiano
2015-12-25
1
-2
/
+2
*
[llvm-objdump] Move COFF function to where it belongs.
Davide Italiano
2015-12-20
1
-50
/
+1
*
[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
1
-13
/
+1
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-1
/
+13
*
[llvm-objdump] Use report_fatal_error() for a more uniform error handling.
Davide Italiano
2015-12-17
1
-29
/
+13
*
[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Davide Italiano
2015-12-08
1
-1
/
+1
*
[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
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+4
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-0
/
+1
*
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
*
Stop linking all target libraries in llvm-nm and llvm-objdump.
Pete Cooper
2015-10-07
1
-1
/
+0
*
[PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbols
Davide Italiano
2015-10-01
1
-0
/
+49
*
[llvm-objdump] Fix time of check to time of use bug.
Davide Italiano
2015-10-01
1
-3
/
+0
[next]