summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86
Commit message (Expand)AuthorAgeFilesLines
* 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-242-2/+2
* [test][tools] Add missing and improve testingJames Henderson2019-12-091-0/+1
* [llvm-objdump] Print relocation addends in hexadecimalDavid Bozier2019-11-193-6/+59
* [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-211-2/+23
* 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/+70
* [llvm-objdump] Further rearrange llvm-objdump sections for compatabilityJordan Rupprecht2019-10-033-37/+38
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-216-9/+9
* [test] - Remove precomiled openbsd-phdrs.elf-x86-64 objects.George Rimar2019-08-172-20/+0
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-153-6/+12
* 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/+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] - 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-091-1/+1
* 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
* [llvm-objdump] Match GNU objdump on symbol types shown in disassemblyYuanfang Chen2019-06-241-10/+49
* [llvm-objdump] Allow --disassemble-functions to take demangled namesYuanfang Chen2019-06-222-27/+61
* [llvm-objdump] Move --start-address >= --stop-address check out of theYuanfang Chen2019-06-221-2/+2
* [llvm-objdump] Remove unnecessary indentation when dumping ELF data.Yuanfang Chen2019-06-191-4/+3
* Print dylib load kind (weak, reexport, etc) in llvm-objdump -m -dylibs-usedMichael Trent2019-06-181-4/+7
* [llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit ...Fangrui Song2019-06-171-15/+20
* [ELF][llvm-objdump] Treat dynamic tag values as virtual addresses instead of ...Wolfgang Pieb2019-06-101-0/+113
* [llvm-objdump] Fix Bugzilla ID 41862 to support checking addresses of disasse...Jordan Rupprecht2019-06-071-1/+2
* [llvm-objdump] Add warning if --disassemble-functions specifies an unknown sy...Michael Pozulp2019-06-071-0/+11
* Revert "[llvm-objdump] Add warning if --disassemble-functions specifies an un...Vlad Tsyrklevich2019-06-071-11/+0
* [NFC] Delete trailing whitespace character.Michael Pozulp2019-06-071-1/+1
* [llvm-objdump] Print source when subsequent lines in the translation unit com...Michael Pozulp2019-06-076-1/+78
* [llvm-objdump] Add warning if --disassemble-functions specifies an unknown sy...Michael Pozulp2019-06-071-0/+11
* [NFC] Test commit.Michael Pozulp2019-06-071-1/+1
* [llvm-objdump] - Disassemble non-executable sections if specifically requested.George Rimar2019-06-052-7/+51
* [llvm] [test] Remove non-portable EISDIR test from macho-disassemble-g-dsym.testMichal Gorny2019-06-031-5/+0
* Fix test to add missing '|' to regex.Douglas Yung2019-05-301-1/+1
* Update the tests in r362121 / r362141 to allow for Windows-specific errorMichael Trent2019-05-301-1/+2
* Write new tests for r362121Michael Trent2019-05-305-0/+14
* Reverting change r362121 due to lld-x86_64-ubuntu-fast test failuresMichael Trent2019-05-301-11/+0
* Support Universal dSYM files in llvm-objdumpMichael Trent2019-05-301-0/+11
* [llvm-objdump][test] Fix for spurious matches against file pathsJames Henderson2019-05-243-10/+10
* fix accidental implicit matches in elf-disassemble-symbol-labels-rel.testBob Haarman2019-05-231-0/+1
* [llvm-objdump][test] Make MachO test names consistentFangrui Song2019-05-233-0/+0
* [llvm-objdump][test] Make test names consistentJames Henderson2019-05-235-0/+0
* [llvm-objdump][test] Improve testing of some switches #3James Henderson2019-05-2314-34/+604
* [llvm-objdump][test] Improve testing of some switches #2James Henderson2019-05-236-16/+100
OpenPOWER on IntegriCloud