summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer1-12/+12
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer1-2/+5
2013-01-06[objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer1-6/+8
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer4-1/+103
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-1/+1
2012-12-21Add a function to get the segment name of a section.Rafael Espindola2-5/+28
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola2-28/+5
2012-12-19Add r170095 back.Rafael Espindola2-5/+28
2012-12-13Revert "Add a funciton to get the segment name of a section."Eric Christopher2-18/+4
2012-12-13Add a funciton to get the segment name of a section.Rafael Espindola2-4/+18
2012-12-05Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer1-4/+4
2012-12-05Add dump of Win64 EH unwind data.Michael J. Spencer4-3/+391
2012-12-04Sort the #include lines for tools/...Chandler Carruth2-7/+7
2012-11-20Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky1-2/+9
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher1-41/+4
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter1-1/+16
2012-08-07Tidy up a bit.Jim Grosbach1-12/+10
2012-07-19Remove tabs.Bill Wendling1-15/+13
2012-07-02Need a space.Evan Cheng1-1/+1
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-2/+29
2012-05-15Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-1/+1
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby1-14/+12
2012-05-03PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper1-0/+3
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2-3/+11
2012-03-23Include cctype for std::isprint.Benjamin Kramer1-0/+1
2012-03-10Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer1-8/+8
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2-2/+11
2012-02-29[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer1-1/+1
2012-02-29Make MemoryObject accessor members const againDerek Schuff3-4/+4
2012-02-28In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer1-6/+6
2012-02-06Enable streaming of bitcodeDerek Schuff3-4/+4
2012-02-03Allow command-line overrides of the target triple with the Mach-OCameron Zwarich1-19/+20
2012-02-03Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich1-0/+4
2012-02-03Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich1-0/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2-1/+3
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-29Fixed ObjectFile functions:Danil Malyshev2-8/+10
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2-4/+4
2011-11-27Fixed ObjectFile functions:Danil Malyshev2-4/+4
2011-11-16llvm-objdump: Ignore non-objects in archives.Michael J. Spencer1-2/+4
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-11-07Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson1-6/+6
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-2/+2