Fix a typo (ouput => output)
[oota-llvm.git] / test / Object /
2013-05-14 Ahmed BougachaObject: Fix Mach-O relocation printing.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonDelete test instead.
2013-05-03 Amara EmersonTemporarily disable failing test.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-04-26 Rafael EspindolaAdd missing ':'.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-23 Rafael EspindolaFix typo.
2013-04-23 Rafael EspindolaWrite relocations in yaml2obj.
2013-04-22 Eric ChristopherAdd .ll as a valid test suffix for Object, this allows...
2013-04-19 Rafael EspindolaOnly run the tests in test/Object/ARM if we have ARM...
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-05 Rafael EspindolaAdd a test for obj2yaml in preparation for refactoring it.
2013-04-04 Rafael EspindolaAdd back parsing of header charactestics.
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherImplement sectionContainsSymbol for ELF.
2013-04-03 Eric ChristopherWhen dumping clear the arm/thumb flag for now.
2013-03-25 Shankar Easwaran[tools][llvm-readobj] print the name of the section...
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-07 Michael J. Spencer[Object][ELF] Fix crash on no dynamic section.
2013-01-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
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.
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2013-01-03 Michael J. Spencer[Object] Temporarily disable these tests.
2012-12-31 Rafael EspindolaFix bits check in ELFObjectFile::isSectionZeroInit().
2012-12-31 Rafael EspindolaDump sections. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaPrint a header above the symbols. Extracted from a...
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-11-13 Shankar Easwarannumerically sort the symbols, so that the testcase...
2012-11-13 Daniel Dunbarllvm-nm: Make sort more stable when symbol names are...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-05 Nick LewyckyAdd missing file for test.
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-08-29 NAKAMURA TakumiCreate llvm/test/Object/Mips/lit.local.cfg to check...
2012-08-29 Jack CarterMoved input for objdump test from Mips to Inputs.
2012-08-28 Jack CarterSome of the instructions in the Mips instruction set...
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-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-01 Eli FriedmanMove x86-specific tests into X86 folder.
2011-10-31 Matt Beaumont-GayChange the actual tests to match the input directory...
2011-10-31 Matt Beaumont-GayRename "TestObjectFiles" to "Inputs" (like the pattern...
2011-10-25 Michael J. SpencerObject: change test to create archive.
2011-10-18 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-18 Michael J. SpencerRevert "llvm-objdump: Add static symbol table dumping."
2011-10-17 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-17 Michael J. Spencerllvm-objdump: Add -s, which prints the contents of...
2011-10-17 Michael J. Spencerllvm-objdump: Add tests.
2011-10-13 Michael J. SpencerELF: Fix the section that relocations apply to. Add...
2011-10-13 Michael J. Spencerllvm-object: Add inline relocation information to disas...
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-08 Michael J. Spencerllvm-objdump: Add relocation and archive support.
2011-09-27 Michael J. SpencerAdd binary archive support to llvm-nm.
2011-09-27 Michael J. SpencerUnbreak tests.
2011-01-21 Michael J. SpencerRevert "Object: Renable the tests now that none of...
2011-01-21 Michael J. SpencerObject: Renable the tests now that none of the build...
2011-01-20 Devang PatelDisable objdump-trivial-object.test. It is broken on...
2011-01-20 Michael J. SpencerDisable this test until I can figure out why it's broke...
2011-01-20 Michael J. SpencerObject: Add some tests!