aboutsummaryrefslogtreecommitdiff
path: root/test/Object/Inputs
AgeCommit message (Expand)Author
2018-11-07[WebAssembly] Update test cases after FixFunctionBitcastsHeejin Ahn
2018-08-08[WASM] Fix overflow when reading custom sectionJonas Devlieghere
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2018-05-09Add a test for r331746.Hans Wennborg
2018-04-27typoSam Clegg
2018-04-27[WebAssembly] Section symbols must have local bindingSam Clegg
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-04-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-03-05[WebAssembly] Reorder reloc sections to come between symtab and nameNicholas Wilson
2018-03-01[WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2018-01-12Allow unaligned access to ELF file data structures.Rui Ueyama
2017-11-06[test] Add test files that were missed from SVN r317459Martin Storsjo
2017-10-19Fix buffer overflow.Rafael Espindola
2017-10-10Make the ELFFile constructor private.Rafael Espindola
2017-10-05Added phdr upper bound checks to ElfObject.Rafael Espindola
2017-09-13[MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere
2017-08-23[WebAssembly] Fix overflow for input with missing versionJonas Devlieghere
2017-07-10[WebAssembly] Be consistent in generating trivial test input filesSam Clegg
2017-05-14[COFF] Gracefully handle empty .drectve sectionsShoaib Meenai
2017-03-14Archives require a symbol table on Solaris, even if empty.Rafael Espindola
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-06[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA headerGeorge Rimar
2016-11-28Add error checking for Mach-O universal files.Kevin Enderby
2016-11-03Add error handling to getEntry.Rafael Espindola
2016-11-02Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby
2016-11-01Don't compute DotShstrtab eagerly.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-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
2016-10-18One more additional error check for invalid Mach-O files for aKevin Enderby
2016-10-18Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-18[llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEE...George Rimar
2016-10-17Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-17[Object/ELF] - Check Header->e_shoff value earlier and do not crash.George Rimar
2016-10-17Recommit r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."George Rimar
2016-10-17Revert r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."George Rimar
2016-10-17[Object/ELF] - Check that e_shnum is null when e_shoff is.George Rimar