2016-01-13 |
Kevin Enderby | For llvm-objdump, add the option -private-header (witho... |
tree | commitdiff |
2015-11-18 |
David Majnemer | [llvm-objdump] Use the COFF export table for additional... |
tree | commitdiff |
2015-11-12 |
Kuba Brecka | [Object, MachO] Mark symbols from DATA and BSS sections... |
tree | commitdiff |
2015-10-13 |
Kevin Enderby | Tweak to r250117 and change to use ErrorOr and drop... |
tree | commitdiff |
2015-10-13 |
Kevin Enderby | The issue with the malformed-machos 00000031.a test... |
tree | commitdiff |
2015-10-13 |
Kevin Enderby | Looks like malformed-machos 00000031.a test is just... |
tree | commitdiff |
2015-10-13 |
Kevin Enderby | Remove the correct unstable malformed-machos test mem... |
tree | commitdiff |
2015-10-12 |
Kevin Enderby | Temporarily remove the test added in r250117 while... |
tree | commitdiff |
2015-10-12 |
Kevin Enderby | Fixed bugs in llvm-obdump while parsing Mach-O files... |
tree | commitdiff |
2015-10-10 |
Kevin Enderby | Move llvm-objdump malformed Mach-O tests to X86 test... |
tree | commitdiff |
2015-08-06 |
Peter Collingbourne | COFF: Assign the correct symbol type to internal functions. |
tree | commitdiff |
2015-07-23 |
Colin LeMahieu | Moving tests in to X86 directory. |
tree | commitdiff |
2015-06-23 |
Rafael Espindola | objdump: Don't print a (always 0) size for MachO symbols. |
tree | commitdiff |
2015-05-22 |
Rafael Espindola | Stop inventing symbol sizes. |
tree | commitdiff |
2015-04-30 |
Kevin Enderby | For llvm-objdump, with the -archive-headers and -macho... |
tree | commitdiff |
2015-04-16 |
Kevin Enderby | For llvm-objdump, dump the (__OBJC,__protocol) section... |
tree | commitdiff |
2015-04-16 |
Kevin Enderby | For llvm-objdump added support for printing Objc1 32... |
tree | commitdiff |
2015-04-06 |
Kevin Enderby | Fix failure on builder llvm-clang-lld-x86_64-debian... |
tree | commitdiff |
2015-04-06 |
Kevin Enderby | For llvm-objdump added support for printing Objc2 32... |
tree | commitdiff |
2015-04-01 |
Kevin Enderby | Add the option -objc-meta-data to llvm-objdump used... |
tree | commitdiff |
2015-03-17 |
Kevin Enderby | Add the option -no-symbolic-operands to llvm-objdump... |
tree | commitdiff |
2015-03-17 |
Kevin Enderby | Add the option, -no-leading-addr llvm-objdump used... |
tree | commitdiff |
2015-03-17 |
Kevin Enderby | Add the option, -dis-symname to llvm-objdump used with... |
tree | commitdiff |
2015-03-16 |
Kevin Enderby | Add the options, -dylibs-used and -dylib-id to llvm... |
tree | commitdiff |
2015-03-13 |
Kevin Enderby | Add the option, -non-verbose to llvm-objdump used with... |
tree | commitdiff |
2015-03-11 |
Kevin Enderby | Add the option, -info-plist to llvm-objdump used with... |
tree | commitdiff |
2015-02-17 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-02-06 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-01-31 |
Kevin Enderby | Add the -section option to llvm-objdump used with ... |
tree | commitdiff |
2015-01-23 |
Kevin Enderby | Fix the problem with llvm-objdump and -archive-headers... |
tree | commitdiff |
2015-01-22 |
Kevin Enderby | Add the option, -indirect-symbols, used with -macho... |
tree | commitdiff |
2015-01-20 |
Kevin Enderby | For llvm-objdump, hook up existing options to work... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Change the test case for llvm-objdump’s -archive-header... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Work around to get the build bot clang-cmake-armv7... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Another attempt to fix the build bot clang-cmake-armv7... |
tree | commitdiff |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
tree | commitdiff |
2015-01-09 |
Kevin Enderby | Add the option, -universal-headers, used with -macho... |
tree | commitdiff |
2015-01-07 |
Kevin Enderby | Slightly refactor things for llvm-objdump and the ... |
tree | commitdiff |
2014-12-23 |
Kevin Enderby | Add printing the LC_THREAD load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_ROUTINES load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_CLIENT load command with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_LIBRARY load command with llvm... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_UMBRELLA load command with... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_FRAMEWORK load command with... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_LINKER_OPTION load command with... |
tree | commitdiff |
2014-12-04 |
Kevin Enderby | Re-add support to llvm-objdump for Mach-O universal... |
tree | commitdiff |
2014-12-03 |
Rafael Espindola | This reverts commit r223306 and r223277. |
tree | commitdiff |
2014-12-03 |
Kevin Enderby | Move tests for llvm-objdump for universal files to... |
tree | commitdiff |
2014-11-04 |
Kevin Enderby | Add the code and test cases for 32-bit Intel to llvm... |
tree | commitdiff |
2014-10-29 |
NAKAMURA Takumi | macho-symbolized-disassembly.test: Don't check C++... |
tree | commitdiff |
2014-10-28 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code to demangl... |
tree | commitdiff |
2014-10-23 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code for Object... |
tree | commitdiff |
2014-10-18 |
Nick Kledzik | [llvm-objdump] don't test timestamp dump as that is... |
tree | commitdiff |
2014-10-18 |
Nick Kledzik | [llvm-objdump] enhance test case for mach-o -private... |
tree | commitdiff |
2014-09-26 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code to print... |
tree | commitdiff |
2014-09-24 |
Kevin Enderby | Flush out enough of llvm-objdump’s SymbolizerSymbolLook... |
tree | commitdiff |
2014-09-16 |
Kevin Enderby | Hookup the MCSymbolizer to llvm-objdump’s disassembly... |
tree | commitdiff |
2014-09-04 |
Kevin Enderby | Removed the ctime printed “time stamp” from macho-priva... |
tree | commitdiff |
2014-09-04 |
Kevin Enderby | Adds the next bit of support for llvm-objdump’s -privat... |
tree | commitdiff |
2014-08-29 |
Kevin Enderby | Next bit of support for llvm-objdump’s -private-headers... |
tree | commitdiff |
2014-08-22 |
Kevin Enderby | Add the start of the support for llvm-objdump’s -privat... |
tree | commitdiff |
2014-08-07 |
NAKAMURA Takumi | llvm/test/tools/llvm-objdump: Reorganize target-depende... |
tree | commitdiff |
|