summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] Handle invalid instruction gracefully on ARMEugene Leviant2017-06-291-0/+9
* [WebAssembly] Only run WebAssembly objdump tests if it is enabled as a targetSam Clegg2017-06-271-0/+2
* [WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg2017-06-271-0/+8
* Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types soKevin Enderby2017-06-222-0/+9
* Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby2017-06-222-0/+9
* Updated llvm-objdump with Mach-O files and the -objc-meta-data option soKevin Enderby2017-06-201-2/+2
* Change llvm-objdump with Mach-O files and the -info-plist option with theKevin Enderby2017-06-201-0/+4
* Fix a FIXME in llvm-objdump for the -exports-trie option that was not addingKevin Enderby2017-06-191-0/+10
* [WebAssembly] Add wasm symbol table support to llvm-objdumpSam Clegg2017-05-041-0/+8
* [llvm-objdump] Don't attempt to print lines beyond the end of filePetr Hosek2017-04-252-0/+27
* [Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.Juergen Ributzka2017-03-303-6/+0
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-302-1/+1
* Add the error handling for Mach-O dyld compact lazy bind, weak bind andKevin Enderby2017-03-2720-1/+58
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-2019-2/+52
* Fix source-lines test on Windows.Zachary Turner2017-03-071-7/+7
* llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov2017-03-073-0/+117
* [mips] Drop unneeded REQUIRES line in test. NFCISimon Dardis2017-03-011-1/+0
* Actually add error handling to unpacking the dyld compact bind andKevin Enderby2017-02-281-5/+3
* [mips][mc] Fix a crash when disassembling odd sized sectionsSimon Dardis2017-02-241-0/+1
* Fixup r296105 - only run tests on MipsDiana Picus2017-02-241-0/+3
* [mips][mc] Fix a crash when disassembling odd sized sectionsSimon Dardis2017-02-241-0/+16
* [WebAssembly] Update llvm-objdump tests for the new wasm version number.Dan Gohman2017-02-222-1/+1
* Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,Kevin Enderby2017-02-103-1/+4
* Tweak the implementation of llvm-objdump’s -objc-meta-data option soKevin Enderby2017-02-092-0/+62
* Move test from r294430 to target-specific directoryDiana Picus2017-02-082-0/+0
* Use dynamic symbols for ELF disassemblySam Parker2017-02-082-0/+10
* Fix a bug in llvm-obdump(1) with the -macho and -info-plist optionsKevin Enderby2017-02-061-0/+10
* Fix a bug in llvm-obdump(1) with the -macho and -disassemble optionsKevin Enderby2017-02-062-0/+8
* Fix a bug in llvm-obdump(1) with the -objc-meta-data flag with -machoKevin Enderby2017-02-032-0/+3
* Fix a bug in llvm-obdump(1) with the -macho flag disassembling an objectKevin Enderby2017-01-312-0/+3
* Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby2017-01-301-2/+3
* Fix llvm-objdump so it picks a good CPU based for Mach-O filesKevin Enderby2017-01-242-0/+3
* Add support for the x86_thread_state32_t andKevin Enderby2017-01-232-0/+11
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-232-0/+101
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-192-0/+8
* [ARM] Create SubtargetFeatures from build attrsSam Parker2017-01-187-0/+163
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-188-0/+74
* [llvm-objdump tests] Copy the inputs of tests closer to tests.Krasimir Georgiev2017-01-175-3/+3
* [llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano2017-01-161-0/+14
* [llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano2017-01-161-0/+18
* [llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.Davide Italiano2017-01-161-0/+20
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-138-74/+0
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-138-0/+74
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-202-2/+2
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-162-0/+5
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-162-2/+2
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-162-2/+2
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-302-0/+24
* Add to llvm-objdump the -no-leading-headers option with the use of the -macho...Kevin Enderby2016-11-291-0/+4
* General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby2016-11-161-0/+3
OpenPOWER on IntegriCloud