summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* [obj2yaml][ELF] Print relocation's offset as a hex number. Use a properSimon Atanasyan2014-05-15
* [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan2014-05-15
* [yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan2014-05-15
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14
* Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby2014-05-09
* [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAMLSimon Atanasyan2014-05-09
* Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for now. This has two pairs o...NAKAMURA Takumi2014-05-09
* [yaml2obj] Support ELF x86 relocations.Simon Atanasyan2014-05-07
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-01
* Use the new StringTableBuilder in yaml2elfHans Wennborg2014-04-30
* Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth2014-04-28
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-09
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-09
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-09
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-09
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-03
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-31
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* Object: Output .file symbols properlyDavid Majnemer2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* [yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.Simon Atanasyan2014-03-14
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-28
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Add a test for printing absolute symbols in ELF.Rafael Espindola2014-02-05
* Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola2014-02-04
* Add a test for common symbols in coff.Rafael Espindola2014-02-04
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* This has been fixed.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* We do use pipefail these days. Update the test.Rafael Espindola2014-01-29
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-25
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Fix typo: : not ;Bill Wendling2014-01-16
* Make sure we create a new archive by deleting any stale ones first.Rafael Espindola2014-01-15
* Correct word hyphenationsAlp Toker2013-12-05
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-08
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-16
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-07
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-28
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-21
* Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha2013-08-21