summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj][llvm-readelf][test] - Add a few more dynamic section tests.Georgii Rymar2020-01-141-61/+288
* llc: Change behavior of -mcpu with existing attributeMatt Arsenault2020-01-071-1/+1
* [llvm-readobj][llvm-objdump][test] - Improve dynamic section testing.Georgii Rymar2019-12-272-105/+105
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-244-4/+4
* Constrain the macho-stabs test added in f72d001e099 to run on systems configu...Michael Trent2019-12-201-0/+1
* llvm-objdump should ignore Mach-O stab symbols for disassembly.Michael Trent2019-12-202-0/+2
* [llvm-readobj][llvm-objdump] - Cleanup testing of dynamic tags dumping.Georgii Rymar2019-12-191-65/+269
* [llvm-readobj][test] - Move platform specific test cases and their inputs to ...Georgii Rymar2019-12-101-4/+4
* [test][tools] Add missing and improve testingJames Henderson2019-12-092-1/+3
* [ELF] Support for PT_GNU_PROPERTY in header and toolsPeter Smith2019-12-041-0/+14
* implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin2019-11-192-0/+90
* [llvm-objdump] Print relocation addends in hexadecimalDavid Bozier2019-11-195-10/+116
* Revert "implement printing out raw section data of xcoff objectfile for llvm-...Leonard Chan2019-11-182-90/+0
* implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin2019-11-182-0/+90
* [llvm-objdump] Fix spurious "The end of the file was unexpectedly encountered...Sid Manning2019-11-051-0/+37
* [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar2019-10-212-5/+26
* [yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar2019-10-202-1/+1
* Reland [llvm-objdump] Use a counter for llvm-objdump -h instead of the sectio...Jordan Rupprecht2019-10-171-9/+9
* Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of t...Hans Wennborg2019-10-171-9/+9
* [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.Jordan Rupprecht2019-10-151-9/+9
* [llvm-objdump] Adjust spacing and field width for --section-headersJordan Rupprecht2019-10-143-18/+173
* Fix test to avoid check-not matching the temp file absolute pathReid Kleckner2019-10-101-0/+3
* [llvm-objdump][test] Move test to X86 dir to avoid errors disassembling on no...Jordan Rupprecht2019-10-031-0/+0
* [llvm-objdump] Further rearrange llvm-objdump sections for compatabilityJordan Rupprecht2019-10-035-42/+138
* [llvm-objdump] Fix llvm-objdump --all-headers output orderGeorge Rimar2019-09-131-7/+7
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-301-1/+1
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-301-3/+3
* [llvm-objdump] Add the missing ARMv8 subarch detectionYi Kong2019-08-282-0/+21
* [llvm-objdump] - Remove an outdated "FIXME". NFC.George Rimar2019-08-221-2/+0
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-217-13/+13
* [llvm-objdump] - Remove one of `report_error` functions and improve the error...George Rimar2019-08-201-3/+3
* [test/Object] - Move/rewrite 2 more test cases.George Rimar2019-08-201-0/+58
* [test] - Remove precomiled openbsd-phdrs.elf-x86-64 objects.George Rimar2019-08-173-20/+22
* [lib/Object] - Remove objdump-file-header.testGeorge Rimar2019-08-152-7/+25
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-153-6/+12
* [llvm-objdump] - Add a relocation-xindex-symbol.test test case.George Rimar2019-08-141-0/+36
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-053-12/+6
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-043-6/+12
* Move macho-data-in-code.ll to X86/macho-data-in-code.ll (to only run when x86...Kuba Mracek2019-08-011-0/+0
* [llvm-objdump] Fix jumptable detection when disassembling Mach-O binariesKuba Mracek2019-08-011-0/+45
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-303-12/+6
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-303-6/+12
* [llvm-objdump] Emit warning if --start-address/--stop-address specify range o...Yuanfang Chen2019-07-241-0/+200
* [llvm-objdump] - Import the test/Object/X86/no-start-symbol.test test case an...George Rimar2019-07-241-0/+28
* [llvm-objdump] Keep warning for --disassemble-functions in correct order.Yuanfang Chen2019-07-091-1/+11
* Add lit.local.cfg to llvm-objdump testsSteven Wu2019-07-092-1/+2
* Teach the symbolizer lib symbolize objects directly.Yuanfang Chen2019-07-081-0/+49
* [macCatalyst] Print out macCatalyst in llvm-objdump for the platformAlex Lorenz2019-07-031-1/+1
* Add support for the 'macCatalyst' MachO platformAlex Lorenz2019-07-021-0/+54
OpenPOWER on IntegriCloud