summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-25
* llvm-objdump: Some style cleanups to follow LLVM coding styleMark Seaborn2014-01-25
* Fix known typosAlp Toker2014-01-24
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* Fix style issues.Rui Ueyama2014-01-16
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* llvm-objdump: Don't print "Import table:" header if there's no import table.Rui Ueyama2014-01-15
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Remove several unused variables.Rafael Espindola2013-10-01
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-21
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-27
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Don't read one command past the end.Rafael Espindola2013-04-19
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-16
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Simplify the code. No functionality change.Rafael Espindola2013-04-11
* Template the MachO types over endianness.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-07
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-07
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-07
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07