summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-094-2/+22
* [llvm-readobj] Print MIPS PLT tableSimon Atanasyan2015-07-091-73/+164
* [llvm-readobj] Re-add sanity checking which was accidentally removed in r241764David Majnemer2015-07-091-2/+9
* llvm-readobj: Fix an unused variable after r241764Justin Bogner2015-07-091-2/+3
* Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.Adrian Prantl2015-07-094-22/+2
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-094-2/+22
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-6/+14
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
* Check that COFF .obj files have sections with zero virtual address spaces.Rafael Espindola2015-07-061-1/+6
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-032-8/+16
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-024-26/+41
* Return ErrorOr from getSection.Rafael Espindola2015-07-012-12/+23
* Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola2015-06-301-1/+0
* Use range loops. NFC.Rafael Espindola2015-06-301-30/+24
* Use range loop.Rafael Espindola2015-06-301-8/+6
* Use range loop.Rafael Espindola2015-06-301-5/+4
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-302-21/+21
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-302-4/+2
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-3/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-294-15/+6
* Convert obj->getSymbolName to sym->getName.Rafael Espindola2015-06-291-2/+1
* Factor out the checking of string tables.Rafael Espindola2015-06-291-2/+5
* Remove Elf_Sym_Iter.Rafael Espindola2015-06-292-41/+37
* [StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames2015-06-266-1/+178
* AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSATom Stellard2015-06-261-1/+7
* Simplify getSymbolType.Rafael Espindola2015-06-261-7/+2
* [Object][ELF] Add support for dumping dynamic relocations when sections are s...Michael J. Spencer2015-06-253-3/+44
* We don't need the targets to read objects.Rafael Espindola2015-06-252-4/+0
* Don't get confused with sections whose section number is reserved.Rafael Espindola2015-06-241-3/+1
* Support/ELF: Add EM_AMDGPUTom Stellard2015-06-221-1/+2
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-1/+1
* Fix the build.Rafael Espindola2015-06-191-1/+1
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-181-17/+29
* [llvm-readobj] Print MIPS .reginfo section contentSimon Atanasyan2015-06-163-0/+35
* Have the ELF symbol predicates match more directly the spec.Rafael Espindola2015-06-121-2/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-092-2/+2
* [llvm-readobj] Use the new symbol API.Davide Italiano2015-06-081-7/+7
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-9/+13
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-5/+3
* [llvm-readobj/ELF] Teach how to decode DF_1_XXX flagsDavide Italiano2015-05-251-0/+32
* [llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program headerSimon Atanasyan2015-05-151-0/+1
* [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flagsSimon Atanasyan2015-05-082-2/+24
* [llvm-readobj] Print .MIPS.abiflags section contentSimon Atanasyan2015-05-073-1/+130
* [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flagsSimon Atanasyan2015-05-072-4/+14
* Remove unused variable, found with gcc-5.1 -Wunused-variable.Patrik Hagglund2015-04-271-25/+0
* [Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobjSimon Atanasyan2015-04-201-0/+2
* llvm-readobj: teach it to handle MachO Universal Archive correctlyDavid Blaikie2015-04-131-7/+6
* [llvm-readobj] add support for macho universal binary.Rafael Espindola2015-03-241-0/+17
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+1
* Modify llvm-readobj to dump symbol record bytes.Zachary Turner2015-02-183-14/+33
OpenPOWER on IntegriCloud