Kevin Enderby
|
55d5005f66
|
Move tests for llvm-objdump for universal files to X86 directory to fix build bots.
llvm-svn: 223306
|
2014-12-03 23:00:16 +00:00 |
Kevin Enderby
|
9907d0a3c2
|
Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbolizer.
llvm-svn: 221211
|
2014-11-04 00:43:16 +00:00 |
Kevin Enderby
|
04bf6931cc
|
Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names.
llvm-svn: 220833
|
2014-10-28 23:39:46 +00:00 |
Kevin Enderby
|
6f326ce75b
|
Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.
This prints disassembly comments for Objective-C references to CFStrings,
Selectors, Classes and method calls.
llvm-svn: 220500
|
2014-10-23 19:37:31 +00:00 |
Nick Kledzik
|
600f245b8a
|
[llvm-objdump] enhance test case for mach-o -private-headers
llvm-svn: 220120
|
2014-10-18 01:50:55 +00:00 |
Kevin Enderby
|
8ae63c127d
|
Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files.
This adds the printing of more load commands, so that the normal load commands
in a typical X86 Mach-O executable can all be printed.
llvm-svn: 217172
|
2014-09-04 16:54:47 +00:00 |
Kevin Enderby
|
b76d386d7c
|
Add the start of the support for llvm-objdump’s -private-headers for Mach-O files.
This adds the printing of the mach header. Load command printing will be next.
llvm-svn: 216285
|
2014-08-22 20:35:18 +00:00 |
NAKAMURA Takumi
|
17ae2fca4c
|
llvm/test/tools/llvm-objdump: Reorganize target-dependent some tests.
llvm-svn: 215122
|
2014-08-07 17:17:19 +00:00 |