[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)
[oota-llvm.git] / test / Object / Inputs /
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.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-23 Rafael EspindolaFix typo.
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-04 Rafael EspindolaAdd back parsing of header charactestics.
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-01-06 Michael J. Spencer[Object][ELF] Fix incorrect size of members for the...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-09-05 Nick LewyckyAdd missing file for test.
2012-08-29 Jack CarterMoved input for objdump test from Mips to Inputs.
2012-08-02 Matt Beaumont-GayMove test yaml files under Inputs until they are conver...
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-01 David Meyer[Object]
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2011-10-31 Matt Beaumont-GayRename "TestObjectFiles" to "Inputs" (like the pattern...