llvm/test/tools/dsymutil/X86/basic-lto-*-linking-x86.test: Relax expressions to meet...
[oota-llvm.git] / test / tools / llvm-objdump /
2015-03-13 Kevin EnderbyAdd the option, -non-verbose to llvm-objdump used with...
2015-03-11 Kevin EnderbyAdd the option, -info-plist to llvm-objdump used with...
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-17 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-01-31 Kevin EnderbyAdd the -section option to llvm-objdump used with ...
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-23 Kevin EnderbyFix the problem with llvm-objdump and -archive-headers...
2015-01-23 Colin LeMahieu[Objdump] Output information about common symbols in...
2015-01-23 Kevin EnderbyAdd the option, -data-in-code, to llvm-objdump used...
2015-01-22 Kevin EnderbyAdd the option, -indirect-symbols, used with -macho...
2015-01-20 Kevin EnderbyFor llvm-objdump, hook up existing options to work...
2015-01-16 Kevin EnderbyChange the test case for llvm-objdump’s -archive-header...
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Kevin EnderbyWork around to get the build bot clang-cmake-armv7...
2015-01-16 Kevin EnderbyAnother attempt to fix the build bot clang-cmake-armv7...
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for the...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for 32...
2014-12-04 Kevin EnderbyRe-add support to llvm-objdump for Mach-O universal...
2014-12-03 Rafael EspindolaThis reverts commit r223306 and r223277.
2014-12-03 Kevin EnderbyMove tests for llvm-objdump for universal files to...
2014-12-03 Kevin EnderbyAdd support to llvm-objdump for Mach-O universal files...
2014-11-14 Kevin EnderbyAdd the code and test cases for 64-bit ARM to llvm...
2014-11-11 David Majnemerllvm-objdump: Skip empty sections when dumping contents
2014-11-06 Kevin EnderbyPlumb in the ARM thumb symbolizer in llvm-objdump’s...
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
2014-10-29 NAKAMURA Takumimacho-symbolized-disassembly.test: Don't check C++...
2014-10-28 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to demangl...
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-18 Nick Kledzik[llvm-objdump] don't test timestamp dump as that is...
2014-10-18 Nick Kledzik[llvm-objdump] enhance test case for mach-o -private...
2014-10-18 Nick Kledzik[llvm-objdump] Fix mach-o binding decompression error
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-17 Nick Kledzik[llvm-objdump] clean up test cases now that build bots...
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Nick Kledziktweak test case for debugging bot
2014-09-16 Kevin EnderbyHookup the MCSymbolizer to llvm-objdump’s disassembly...
2014-09-16 Nick Kledziktweak test case to help build bot
2014-09-16 Nick Kledziktweak test case to help solve why failing on one build bot
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-12 Nick KledzikStop suppress error messages in test case to see why...
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-09 Tim Northoverllvm-objdump: don't crash when __compact_unwind has...
2014-09-04 Kevin EnderbyRemoved the ctime printed “time stamp” from macho-priva...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 Nick KledzikFix test case to match correct llvm-objdump output
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-12 Tim Northoverllvm-objdump: print contents of MachO __unwind_info...
2014-08-07 NAKAMURA Takumillvm/test/tools/llvm-objdump: Reorganize target-depende...
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-04 Rui Ueyamallvm-objdump: Indent unwind info contents.
2014-03-04 Rui Ueyamallvm-objdump: Fix typo in output.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui UeyamaMake a test for llvm-objdump a little bit more readable.
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2013-09-27 Rui UeyamaResurrect lit.local.cfg to un-break hexagon buildbot.
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-09-15 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-08-27 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-08 Kai NackeRevert: Fix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Generate IMAGE_REL_AMD64_ADDR32NB relocations...
2013-07-06 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-07-06 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
next