summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* [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
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-21
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-23
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Replace archive members in the old position.Rafael Espindola2013-07-22
* Don't depend on a llvm-ar specific behavior.Rafael Espindola2013-07-22
* Handle replacement into a position past the original member.Rafael Espindola2013-07-21
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-19
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17