aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2013-10-01Remove several unused variables.Rafael Espindola1-2/+0
2013-09-27Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama1-2/+2
2013-09-27Re-submit r191472 with a fix for big endian.Rui Ueyama3-3/+58
2013-09-27Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama3-58/+3
2013-09-27Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama1-1/+1
2013-09-27Fix -Wnon-pod-varargs error in r191472.Rui Ueyama1-6/+6
2013-09-27llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama3-3/+58
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-15/+15
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-16/+15
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-15/+16
2013-08-21Add basic YAML MC CFG testcase.Ahmed Bougacha1-1/+1
2013-08-21MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha1-9/+29
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer1-9/+7
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola1-1/+1
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-1/+1
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama1-1/+1
2013-06-06Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby1-6/+112
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola2-4/+3
2013-05-27llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi1-1/+2
2013-05-24Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer1-1/+1
2013-05-24MC: Disassembled CFG reconstruction.Ahmed Bougacha6-553/+130
2013-05-24Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2-16/+51
2013-05-16llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha1-45/+45
2013-05-13Remove the MachineMove class.Rafael Espindola2-9/+11
2013-05-09Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola1-8/+4
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2-5/+5
2013-04-19Don't read one command past the end.Rafael Espindola1-2/+6
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2-40/+23
2013-04-16llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov1-0/+8
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola2-18/+48
2013-04-11Simplify the code. No functionality change.Rafael Espindola1-17/+1
2013-04-10Template the MachO types over endianness.Rafael Espindola1-5/+6
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola2-6/+6
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola1-4/+4
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola1-3/+3
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola1-2/+2
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola1-10/+8
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola1-2/+2
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola1-2/+2
2013-04-07Remove dead code.Rafael Espindola1-17/+0
2013-04-07Remove unused argument.Rafael Espindola1-3/+1
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola2-8/+4
2013-04-03Don't disassemble symbols with an unknown address or size.Eric Christopher1-0/+1
2013-02-27print TLS segmentShankar Easwaran1-0/+3
2013-02-21[objdump] Add PT_PHDR.Michael J. Spencer1-0/+3
2013-02-20[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer1-0/+6
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+1
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer1-0/+3
2013-01-21Remove unneeded #include.Jakub Staszak1-1/+0
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth1-1/+0