aboutsummaryrefslogtreecommitdiff
path: root/test/Object
AgeCommit message (Expand)Author
2014-04-28Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth
2014-04-11[yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer
2014-04-09Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer
2014-04-09obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer
2014-04-09Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas
2014-04-09YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer
2014-04-07obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer
2014-04-03Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola
2014-04-03Only clear the thumb bit from function addresses.Rafael Espindola
2014-04-03Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola
2014-03-31[yaml2obj] Add support for ELF e_flags.Daniel Sanders
2014-03-24Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola
2014-03-20Object: Output .file symbols properlyDavid Majnemer
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer
2014-03-14[yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.Simon Atanasyan
2014-02-28Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola
2014-02-05Add a test for printing absolute symbols in ELF.Rafael Espindola
2014-02-04Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola
2014-02-04Add a test for common symbols in coff.Rafael Espindola
2014-01-31Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola
2014-01-30Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola
2014-01-30This has been fixed.Rafael Espindola
2014-01-30Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola
2014-01-29We do use pipefail these days. Update the test.Rafael Espindola
2014-01-25Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn
2014-01-23[Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan
2014-01-16Fix typo: : not ;Bill Wendling
2014-01-15Make sure we create a new archive by deleting any stale ones first.Rafael Espindola
2013-12-05Correct word hyphenationsAlp Toker
2013-11-08llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi
2013-11-02Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola
2013-10-16Create an atom with just the data that failed to disassemble.Rafael Espindola
2013-10-07[Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan
2013-08-28Add a minimal implementation of ranlib.Rafael Espindola
2013-08-21MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha
2013-08-21Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha
2013-08-21Add basic YAML MC CFG testcase.Ahmed Bougacha
2013-08-21MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer
2013-07-29Add support for the 's' operation to llvm-ar.Rafael Espindola
2013-07-23Add an initial implementation of archive symbol table generation.Rafael Espindola
2013-07-22Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola
2013-07-22Replace archive members in the old position.Rafael Espindola
2013-07-22Don't depend on a llvm-ar specific behavior.Rafael Espindola
2013-07-21Handle replacement into a position past the original member.Rafael Espindola
2013-07-19Fix inserting new elements in a specified location.Rafael Espindola
2013-07-19Split openFileForWrite into windows and unix versions.Rafael Espindola