summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
Commit message (Expand)AuthorAge
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby2014-06-17
* Fix pr17056.Rafael Espindola2014-06-16
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-19
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* obj2yaml: Don't crash if the characteristics field is zeroDavid 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
* Object: Output .file symbols properlyDavid Majnemer2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* 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
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-07
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* [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
* Change archive-update.test to create a new file on the fly.Rafael Espindola2013-07-12
* Rename directory to avoid problems on windows.Rafael Espindola2013-07-12
* Add a test for llvm-ar's u option.Rafael Espindola2013-07-12
* Don't reject an empty archive.Rafael Espindola2013-07-12
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-10
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-04
* Add support for gnu archives with a string table and no symtab.Rafael Espindola2013-07-03
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* [yaml2obj] Remove fragile test case.Sean Silva2013-06-12
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-03
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-06
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Fix typo.Rafael Espindola2013-04-23
* Don't read one command past the end.Rafael Espindola2013-04-19
* Add back parsing of header charactestics.Rafael Espindola2013-04-04
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-03
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06
* Teach MachO which sections contain codeTim Northover2012-12-17
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13