summaryrefslogtreecommitdiff
path: root/test/Object
AgeCommit message (Expand)Author
2017-05-14[COFF] Gracefully handle empty .drectve sectionsShoaib Meenai
2017-05-10[llvm-readobj] Improve errors on invalid binarySam Clegg
2017-05-09[WebAssembly] Fix validation of start functionSam Clegg
2017-04-05[llvm-ar] errors go on stderr and not on stdout.Davide Italiano
2017-04-03Reland r298901 with modifications (reverted in r298932)Weiming Zhao
2017-03-31[AMDGPU] Fix typo in test filename. NFC.Konstantin Zhuravlyov
2017-03-29Add ifunc support to ModuleSymbolTable.Rafael Espindola
2017-03-28Revert "Dont emit Mapping symbols for sections that contain only data."Weiming Zhao
2017-03-28Dont emit Mapping symbols for sections that contain only data.Weiming Zhao
2017-03-14Archives require a symbol table on Solaris, even if empty.Rafael Espindola
2017-02-22Write to a temporary file in test instead of random file in the test directory.Benjamin Kramer
2017-02-21Don't modify archive members unless really needed.Rafael Espindola
2017-02-09test: adjust the test for the BSD formatSaleem Abdulrasool
2017-02-09Object: pad out BSD archive members to 8-bytesSaleem Abdulrasool
2017-02-07Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby
2017-02-03Object: Handle files without a dynamic symbol table.Peter Collingbourne
2017-01-30Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby
2017-01-26[obj2yaml] Produce correct output for invalid relocations.Davide Italiano
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2017-01-16[Object] Fixup permissions of input files.Davide Italiano
2017-01-16[llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano
2017-01-16[llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano
2016-12-13Object: Make IRObjectFile own multiple modules and enumerate symbols from all...Peter Collingbourne
2016-12-09llvm/test/Object/archive-thin-create.test: Make sure that %t is empty to stab...NAKAMURA Takumi
2016-12-06[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA headerGeorge Rimar
2016-12-04Prefix path when displaying thin archives.Rafael Espindola
2016-11-30Only computeRelativePath() on new membersDavid Callahan
2016-11-28Add error checking for Mach-O universal files.Kevin Enderby
2016-11-23llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge
2016-11-16[ELF] Convert ELF.h to Expected<T>.Davide Italiano
2016-11-15Object: replace backslashes with slashes in embedded relative thin archive pa...Peter Collingbourne
2016-11-03Add error handling to getEntry.Rafael Espindola
2016-11-03Replace a report_fatal_error with an ErrorOr.Rafael Espindola
2016-11-03replace a report_fatal_error with a ErrorOr.Rafael Espindola
2016-11-02Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby
2016-11-02Avoid a report_fatal_error in sections().Rafael Espindola
2016-11-01Don't compute DotShstrtab eagerly.Rafael Espindola
2016-11-01Use the existing std::error_code out parameter.Rafael Espindola
2016-10-31More additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-31Recommit r285285 - [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_...George Rimar
2016-10-27Another additional error check for invalid Mach-O files for theKevin Enderby
2016-10-27Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...George Rimar
2016-10-27[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.George Rimar
2016-10-27[Object/ELF] - Do not allow overflow when checking section size/offset.George Rimar
2016-10-27[Object/ELF] - Do not crash if string table sh_size is equal to zero.George Rimar
2016-10-26llvm-objdump: Make some error messages more consistentJustin Bogner
2016-10-26Use printf instead of "echo -e" or "echo -n".Rui Ueyama
2016-10-24nother additional error check for an invalid Mach-O fileKevin Enderby
2016-10-20Another additional error check for invalid Mach-O files for theKevin Enderby
2016-10-19Next set of additional error checks for invalid Mach-O files for theKevin Enderby