Merging r260587:
[oota-llvm.git] / test / Object / Inputs /
2015-12-18 Rafael EspindolaHandle archives with paths in the names.
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaRollback r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaObject: Teach llvm-ar to create symbol table for COFF...
2015-08-24 Rafael EspindolaReport an error if a SHT_SYMTAB_SHNDX section has the...
2015-08-10 Rafael EspindolaAdd a test showing that objdump (and so ObjectFIle...
2015-08-07 Rafael Espindolaadd missing tests files
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-07-31 Reid Kleckner[COFF] Return symbol VAs instead of RVAs for PE files
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-21 Michael J. Spencer[Object][ELF] Handle files with no section header strin...
2015-07-20 Rafael EspindolaSimplify iterating over the dynamic section and report...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Rafael EspindolaReport errors an invalid virtual addresses.
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-20 Rafael Espindolallvm-readobj: Handle invalid references to the string...
2015-07-13 Rafael EspindolaAdd missing file.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Rafael EspindolaAdd missing file from previous commit.
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-08 Rafael EspindolaDon't reject an archive with just a symbol table.
2015-07-06 Rafael EspindolaCheck that COFF .obj files have sections with zero...
2015-07-06 Rafael EspindolaFix handling of ELF::R_MIPS_32 on Mips64.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Rafael EspindolaAdd a test of an elf file with an invalid section index.
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaAdd a testcase for an invalid file.
2015-06-29 Rafael EspindolaConvert an assert that can fail into error checking.
2015-06-27 Lang Hames[Stackmap] Pre-assemble the stackmap parser test case...
2015-06-26 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on incomplete MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on parsing invalid MachO...
2015-06-04 Rafael EspindolaDisassemble the start of sections even if there is...
2015-05-22 Rafael EspindolaStop inventing symbol sizes.
2015-05-22 Rafael EspindolaDetect invalid section indexes when we first read them.
2015-05-15 Simon Atanasyan[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIF...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Justin BognerObject: Test for reading kext bundles
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-01-15 Filipe CabecinhasReport fatal errors instead of segfaulting/asserting...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2014-12-19 Juergen Ributzka[Object] Don't crash on empty export lists.
2014-12-16 Rafael EspindolaStart adding thin archive support.
2014-12-04 Jean-Daniel DupasAdd missing test file
2014-11-25 Simon Atanasyan[Object][Mips] Return address of MIPS symbol with clear...
2014-11-12 Nick KledzikObject, support both mach-o archive t.o.c file names
2014-11-03 Rafael EspindolaAdd CRLF support to LineIterator.
2014-10-10 David MajnemerAdd tests for r219479.
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-06-30 Ed Masteobjdump: Add test for ELF file with no section table
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-16 Rafael EspindolaFix pr17056.
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-05-19 Kevin EnderbyImplement MachOObjectFile::isSectionData() and MachOObj...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-04-09 David Majnemerobj2yaml: Don't crash if the characteristics field...
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-03-20 David MajnemerObject: Output .file symbols properly
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-02-05 Rafael EspindolaAdd a test for printing absolute symbols in ELF.
2014-02-04 Rafael EspindolaSmall fix for llvm-nm handling of weak symbols on ELF...
2014-02-04 Rafael EspindolaAdd a test for common symbols in coff.
2014-01-23 Simon Atanasyan[Object][ELF][Mips] Print symbol name for MIPS ELF...
2013-11-02 Rafael EspindolaFix llvm-nm to mach OS X's nm on some tests.
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-23 Rafael EspindolaAdd an initial implementation of archive symbol table...
2013-07-12 Rafael EspindolaChange archive-update.test to create a new file on...
2013-07-12 Rafael EspindolaRename directory to avoid problems on windows.
2013-07-12 Rafael EspindolaAdd a test for llvm-ar's u option.
2013-07-12 Rafael EspindolaDon't reject an empty archive.
2013-07-10 Rafael EspindolaMove tests from test/Archive to test/Object.
2013-07-04 Rafael EspindolaAdd support for archives with no symbol table or string...
2013-07-03 Rafael EspindolaAdd support for gnu archives with a string table and...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-12 Sean Silva[yaml2obj] Remove fragile test case.
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-03 Rui Ueyama[Object/COFF] Fix Windows .lib name handling.
next