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
/
test
/
tools
/
llvm-objdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
1
-4
/
+1
*
llvm-objdump: ELF: Handle code and data mix in all scenarios
Hemant Kulkarni
2016-08-25
2
-0
/
+55
*
llvm-objdump: Add Hexagon printer changes for -S/-l options
Hemant Kulkarni
2016-08-18
3
-0
/
+88
*
llvm-objdump: add coff import library symbol listing support
Saleem Abdulrasool
2016-08-18
2
-0
/
+12
*
Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %...
Hemant Kulkarni
2016-08-15
1
-0
/
+1
*
Fix a test that failed due to:
Hemant Kulkarni
2016-08-15
1
-1
/
+1
*
llvm-objdump: Implement source[line numbers] interleaving
Hemant Kulkarni
2016-08-15
2
-0
/
+81
*
Next set of additional error checks for invalid Mach-O files.
Kevin Enderby
2016-08-12
1
-9
/
+9
*
Reapply "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
5
-0
/
+68
*
Revert "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
5
-68
/
+0
*
More fixes to get good error messages for bad archives.
Kevin Enderby
2016-08-02
5
-0
/
+68
*
Think this will fix issues with the error messages generated for malformed-ar...
Kevin Enderby
2016-07-29
1
-0
/
+60
*
Remove the test/tools/llvm-objdump/malformed-archives.test for
Kevin Enderby
2016-07-29
1
-60
/
+0
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
6
-2
/
+79
*
Next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-25
3
-3
/
+36
*
Next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-19
1
-3
/
+3
*
llvm-objdump: extend __mh_execute_header handling to other special syms
Tim Northover
2016-07-14
2
-0
/
+7
*
llvm-objdump: handle stubbed and malformed dylibs better
Tim Northover
2016-07-14
4
-0
/
+12
*
[yaml2obj] Remove --format option in favor of YAML tags
Chris Bieneman
2016-06-27
1
-0
/
+1
*
Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...
Kevin Enderby
2016-06-21
2
-0
/
+6
*
Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...
Kevin Enderby
2016-06-15
3
-0
/
+12
*
Update the AArch64ExternalSymbolizer to print literal strings as escaped strings
Kevin Enderby
2016-06-13
1
-2
/
+1
*
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
2016-05-23
2
-0
/
+60
*
add support for -print-imm-hex for AArch64
Paul Osmialowski
2016-05-13
1
-4
/
+4
*
Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...
Kevin Enderby
2016-04-28
2
-0
/
+7
*
Update llvm-objdump for disassembly of ARM Mach-O files to always include the...
Kevin Enderby
2016-04-28
1
-4
/
+4
*
Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...
Kevin Enderby
2016-04-27
2
-1
/
+5
*
Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...
Kevin Enderby
2016-04-27
2
-0
/
+4
*
Add a test case for the crash fixed with r267037. David Blaikie said it woul...
Kevin Enderby
2016-04-27
2
-0
/
+3
*
llvm-objdump: deal with invalid ARM encodings slightly better.
Tim Northover
2016-04-22
2
-2
/
+10
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
1
-0
/
+10
*
Revert r265817
Colin LeMahieu
2016-04-08
10
-29
/
+29
*
[llvm-objdump] Printing hex instead of dec by default
Colin LeMahieu
2016-04-08
10
-29
/
+29
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+1
*
Revert "[llvm-objdump] Printing relocations in executable and shared object f...
Rafael Espindola
2016-03-21
2
-9
/
+0
*
[llvm-objdump] Printing relocations in executable and shared object files. T...
Colin LeMahieu
2016-03-21
2
-0
/
+9
*
[llvm-objdump] Move test case to the X86 sub-directory because it depends on ...
Simon Atanasyan
2016-03-18
2
-11
/
+6
*
[llvm-objdump] Add REQUIRES x86 directive to fix buildbots
Simon Atanasyan
2016-03-17
1
-0
/
+1
*
[llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...
Simon Atanasyan
2016-03-17
1
-0
/
+10
*
[llvm-objdump] Add support for dumping the PE TLS directory
David Majnemer
2016-03-15
2
-0
/
+12
*
[DebugInfo] Dump CIE augmentation data as a list of hex bytes
Simon Atanasyan
2016-03-01
3
-1
/
+28
*
[DebugInfo] Support zero-length CIE in the _eh_frame parser
Igor Laevsky
2016-01-27
2
-0
/
+10
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
1
-22
/
+22
*
[llvm-objdump] Use report_error() and improve error coverage.
Davide Italiano
2016-01-13
3
-1
/
+3
*
For llvm-objdump, add the option -private-header (without the trailing ’s’)
Kevin Enderby
2016-01-13
1
-0
/
+6
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
1
-22
/
+22
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-22
/
+22
*
Start implementing FDE dumping when printing the eh_frame.
Pete Cooper
2015-12-14
1
-1
/
+6
*
Print the eh_frame section in MachoDump.
Pete Cooper
2015-12-14
2
-0
/
+18
*
[llvm-objdump] Use the COFF export table for additional symbols
David Majnemer
2015-11-18
2
-0
/
+8
[next]