aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/MachODump.cpp
AgeCommit message (Expand)Author
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-19Don't read one command past the end.Rafael Espindola
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola
2013-04-11Simplify the code. No functionality change.Rafael Espindola
2013-04-10Template the MachO types over endianness.Rafael Espindola
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola
2013-04-07Remove dead code.Rafael Espindola
2013-04-07Remove unused argument.Rafael Espindola
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2012-12-21Add a function to get the segment name of a section.Rafael Espindola
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola
2012-12-19Add r170095 back.Rafael Espindola
2012-12-13Revert "Add a funciton to get the segment name of a section."Eric Christopher
2012-12-13Add a funciton to get the segment name of a section.Rafael Espindola
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-07-19Remove tabs.Bill Wendling
2012-07-02Need a space.Evan Cheng
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-05-15Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-03Allow command-line overrides of the target triple with the Mach-OCameron Zwarich
2012-02-03Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth
2011-11-27Fixed ObjectFile functions:Danil Malyshev
2011-11-07Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-10-26Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson
2011-10-17Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson
2011-10-10llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer
2011-10-07Fix spelling in comment.Michael J. Spencer
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Fix spelling in comment.Michael J. Spencer
2011-09-21llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer
2011-09-21llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer
2011-09-21llvm-objdump: Fix use after free.Benjamin Kramer
2011-09-21llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer
2011-09-20llvm-objdump: factor code better, add comments.Benjamin Kramer
2011-09-19Nope, there's another one!Benjamin Kramer
2011-09-19Missed one instance of implicit pointer conversion.Benjamin Kramer
2011-09-19Try to make MSVC 2010 happy.Benjamin Kramer