summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth2014-04-282-13/+13
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-111-0/+118
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-1/+1
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-1/+1
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-092-0/+46
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-091-1/+1
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-091-1/+1
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-073-2/+35
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-033-0/+20
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-032-0/+8
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-032-0/+10
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-311-0/+16
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-243-12/+12
* Object: Output .file symbols properlyDavid Majnemer2014-03-202-0/+17
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-193-16/+48
* [yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.Simon Atanasyan2014-03-141-0/+13
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-281-0/+8
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-0/+34
* Add a test for printing absolute symbols in ELF.Rafael Espindola2014-02-052-0/+5
* Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola2014-02-042-0/+6
* Add a test for common symbols in coff.Rafael Espindola2014-02-042-0/+11
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-311-0/+2
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-301-2/+11
* This has been fixed.Rafael Espindola2014-01-301-3/+0
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-301-2/+2
* We do use pipefail these days. Update the test.Rafael Espindola2014-01-291-4/+2
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-251-0/+35
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-232-1/+11
* Fix typo: : not ;Bill Wendling2014-01-161-1/+1
* Make sure we create a new archive by deleting any stale ones first.Rafael Espindola2014-01-151-0/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-081-3/+0
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-023-4/+7
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-161-2/+12
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-0/+0
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-281-0/+9
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-211-0/+48
* Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha2013-08-211-0/+39
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-211-0/+86
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-212-0/+18
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-4/+0
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-083-0/+24
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-292-0/+32
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-232-0/+18
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-221-0/+1
* Replace archive members in the old position.Rafael Espindola2013-07-221-0/+3
* Don't depend on a llvm-ar specific behavior.Rafael Espindola2013-07-221-1/+2
* Handle replacement into a position past the original member.Rafael Espindola2013-07-211-0/+13
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-191-0/+13
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+13
OpenPOWER on IntegriCloud