summaryrefslogtreecommitdiff
path: root/tools/obj2yaml
AgeCommit message (Expand)AuthorFilesLines
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman3-8/+39
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-06-02[obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman1-0/+37
2016-05-31[obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman1-9/+131
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer1-1/+1
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman1-0/+2
2016-05-26[obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman1-0/+2
2016-05-26[obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman1-0/+66
2016-05-25[obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman1-1/+53
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman1-12/+68
2016-05-19Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman1-68/+12
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman1-12/+68
2016-05-18[obj2yaml] Refactoring of dumping MachO section structsChris Bieneman1-34/+44
2016-05-18Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman1-0/+54
2016-05-17Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner1-54/+0
2016-05-17[obj2yaml] [yaml2obj] Support MachO section and section_64 structsChris Bieneman1-0/+54
2016-05-17Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...Chris Bieneman1-5/+20
2016-05-17Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"Chris Bieneman1-20/+5
2016-05-17[obj2yaml] [yaml2obj] Support for MachO load command structuresChris Bieneman1-5/+20
2016-05-16macho2yaml.cpp: Fix "reserved" uninitialized.NAKAMURA Takumi1-0/+1
2016-05-13[obj2yaml] [yaml2obj] Basic support for MachO::load_commandChris Bieneman1-3/+10
2016-05-12[obj2yaml] Fix ASAN bot failureChris Bieneman1-4/+4
2016-05-12[obj2yaml] Include all mach_header fields in yamlChris Bieneman1-0/+2
2016-05-12[macho2yaml] Add support for dumping mach_headersChris Bieneman1-1/+29
2016-05-12[obj2yaml] Adding Error/Expected to macho2yamlChris Bieneman3-11/+45
2016-05-11Initial add for MachO support for obj2yamlChris Bieneman6-2/+48
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2-14/+19
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-3/+3
2016-03-18[obj2yaml, COFF] Assert that the alignment is not bogusDavid Majnemer1-0/+1
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola3-2/+3
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
2015-09-19[obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano1-3/+0
2015-09-02Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola1-11/+17
2015-08-10Don't iterate over all sections in the ELFFile constructor.Rafael Espindola1-7/+16
2015-08-10elf2yaml: Use existing section walk to find the symbol table. NFC.Rafael Espindola1-4/+7
2015-08-07Remove the symbol iteration functions that don't take a symbol table.Rafael Espindola1-1/+1
2015-07-23Use helper function. NFC.Rafael Espindola1-4/+1
2015-07-23Add a version of getSymbol with an explicit symbol table. Use it. NFC.Rafael Espindola1-4/+5
2015-07-21Remove getStaticSymbolName.Rafael Espindola1-3/+11
2015-07-21Remove always false parameter.Rafael Espindola1-5/+4
2015-07-21Use range loop. NFC.Rafael Espindola1-3/+3
2015-07-03[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan1-0/+20
2015-07-03This reverts commit r241350 and r241352.Rafael Espindola1-20/+0
2015-07-03[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan1-0/+20
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola1-1/+4
2015-07-01Return ErrorOr from getSection.Rafael Espindola1-20/+34
2015-06-30Fix the name of the iterator functions to match the coding standards.Rafael Espindola1-4/+3
2015-06-29Convert obj->getSymbolName to sym->getName.Rafael Espindola1-2/+2
2015-06-29Factor out the checking of string tables.Rafael Espindola1-2/+10