summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readelf/llvm-readobj] - Improved the error reporting in a few method re...Georgii Rymar2019-12-101-2/+2
* [test][tools] Add missing and improve testingJames Henderson2019-12-091-0/+4
* [llvm-readobj][llvm-readelf] - Refactor parsing of the SHT_GNU_versym section.Georgii Rymar2019-12-062-5/+10
* [Object/ELF] - Refine the error reported when section's offset + size overrun...Georgii Rymar2019-12-031-4/+4
* [llvm-objdump] Print relocation addends in hexadecimalDavid Bozier2019-11-192-9/+9
* Fix a print error found while testing llvm-objcopyAaron Smith2019-11-181-2/+2
* [Object][MachO] Rewrite macho-invalid-fat-arch-size into YAMLSteven Wu2019-11-063-2/+14
* Revert "[Object][MachO] Rewrite macho-invalid-fat-arch-size into YAML"Steven Wu2019-11-053-14/+2
* [Object][MachO] Rewrite macho-invalid-fat-arch-size into YAMLSteven Wu2019-11-053-2/+14
* [llvm-readobj] Change errors to warnings for symbol section name dumpingJames Henderson2019-11-041-3/+4
* [yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.Georgii Rymar2019-10-292-0/+2
* [llvm/Object] - Fix the error message reported for a broken SHT_SYMTAB_SHNDX ...georgerim2019-10-251-1/+1
* [yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar2019-10-202-4/+5
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-182-2/+3
* [llvm-ar] Implement the O modifier: display member offsets inside the archiveFangrui Song2019-10-172-0/+17
* [llvm-readobj] - Refine the LLVM-style output to be consistent.George Rimar2019-10-171-2/+2
* Reapply: [llvm-size] Tidy up error messages (PR42970)Jordan Rupprecht2019-10-141-2/+2
* [mips] Use llvm-readobj `-A` flag in test cases. NFCSimon Atanasyan2019-10-031-1/+1
* [llvm-ar][test] Move MRI tests from "llvm/test/Object/"Owen Reynolds2019-09-269-124/+0
* Reapply [llvm-ar] Include a line number when failing to parse an MRI scriptOwen Reynolds2019-09-203-3/+3
* [llvm-ar] Uncapitalize error messages and delete full stopFangrui Song2019-09-147-7/+7
* Revert [llvm-nm] Add tapi file supportCyndy Ishida2019-09-118-225/+0
* Revert [Object][TextAPI] NFC, fix tapi lit testsCyndy Ishida2019-09-112-6/+6
* [Object][TextAPI] NFC, fix tapi lit testsCyndy Ishida2019-09-112-6/+6
* [llvm-nm] Add tapi file supportCyndy Ishida2019-09-118-0/+225
* [yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-061-2/+2
* [yaml2obj] Write the section header table after section contentsFangrui Song2019-09-051-2/+2
* [llvm-readobj/llvm-readelf] - Report a proper warning when dumping a broken d...George Rimar2019-08-291-1/+1
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-211-1/+1
* [test/Object] - Move/rewrite 2 more test cases.George Rimar2019-08-203-12/+0
* Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error rep...George Rimar2019-08-171-13/+13
* Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the er...George Rimar2019-08-171-13/+13
* [llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.George Rimar2019-08-171-13/+13
* [test] - Remove precomiled openbsd-phdrs.elf-x86-64 objects.George Rimar2019-08-171-0/+0
* [lib/Object] - Remove objdump-file-header.testGeorge Rimar2019-08-151-22/+0
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-5/+11
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-11/+5
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-5/+11
* [llvm-objdump] - Add a relocation-xindex-symbol.test test case.George Rimar2019-08-142-8/+0
* [llvm-readobj] Downgrade 'PT_DYNAMIC segment offset + size exceeds the size o...Jordan Rupprecht2019-08-121-3/+3
* [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).George Rimar2019-08-091-25/+25
* [yaml2obj/obj2yaml] - Add a basic support for extended section indexes.George Rimar2019-08-081-3/+2
* [llvm-readobj/libObject] - Introduce a custom warning handler for `ELFFile<EL...George Rimar2019-08-081-2/+2
* [obj2yaml] - MIPS: move and improve testing of the e_flagsGeorge Rimar2019-08-072-188/+0
* [ELF.h] - Check the case when e_shstrndx=SHN_XINDEX, but the corresponding sh...George Rimar2019-08-071-0/+20
* [test/Object] - Cleanup the Object\obj2yaml.test a bit.George Rimar2019-08-062-10/+0
* [llvm/test/Object] Remove redundant test case. NFCSimon Atanasyan2019-08-061-19/+0
* [llvm/test/Object] - Cleanup and move out the yaml2obj tests.George Rimar2019-08-0617-628/+125
* [yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections.George Rimar2019-08-051-0/+25
* [llvm/Object] - Add a test for "empty string table" error.George Rimar2019-07-311-0/+21
OpenPOWER on IntegriCloud