aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-37/+62
* Update to LLVM 3.5a.Stephen Hines2014-04-244-361/+534
* Remove several unused variables.Rafael Espindola2013-10-011-2/+0
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-2/+2
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-273-3/+58
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-273-58/+3
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-1/+1
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-6/+6
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-273-3/+58
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-15/+15
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-16/+15
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-15/+16
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-9/+29
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-9/+7
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-1/+1
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-6/+112
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-052-4/+3
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-271-1/+2
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-246-553/+130
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-242-16/+51
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-161-45/+45
* Remove the MachineMove class.Rafael Espindola2013-05-132-9/+11
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-8/+4
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-5/+5
* Don't read one command past the end.Rafael Espindola2013-04-191-2/+6
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-182-40/+23
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-161-0/+8
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-132-18/+48
* Simplify the code. No functionality change.Rafael Espindola2013-04-111-17/+1
* Template the MachO types over endianness.Rafael Espindola2013-04-101-5/+6
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-092-6/+6
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-071-4/+4
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-071-3/+3
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-071-2/+2
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-071-10/+8
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-071-2/+2
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-071-2/+2
* Remove dead code.Rafael Espindola2013-04-071-17/+0
* Remove unused argument.Rafael Espindola2013-04-071-3/+1
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-052-8/+4
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-031-0/+1
* print TLS segmentShankar Easwaran2013-02-271-0/+3
* [objdump] Add PT_PHDR.Michael J. Spencer2013-02-211-0/+3
* [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer2013-02-201-0/+6
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-051-0/+3