aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove several unused variables.Rafael Espindola2013-10-011-2/+0
* 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
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-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-051-3/+2
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-291/+43
* Remove the MachineMove class.Rafael Espindola2013-05-131-2/+3
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-1/+1
* 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-181-26/+17
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-14/+34
* 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-091-4/+4
* 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-051-3/+2
* Add a function to get the segment name of a section.Rafael Espindola2012-12-211-1/+7
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-7/+1
* Add r170095 back.Rafael Espindola2012-12-191-1/+7
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-131-7/+1
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-131-1/+7
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-121-41/+4
* Remove tabs.Bill Wendling2012-07-191-15/+13
* Need a space.Evan Cheng2012-07-021-1/+1
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-181-2/+29
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-151-1/+1
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+3
* Allow command-line overrides of the target triple with the Mach-OCameron Zwarich2012-02-031-19/+20
* Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich2012-02-031-0/+4
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-2/+2
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-2/+2
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-2/+2
* Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson2011-11-071-6/+6
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-2/+2
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-261-1/+1
* Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson2011-10-171-169/+183
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-101-2/+2
* Fix spelling in comment.Michael J. Spencer2011-10-071-3/+3
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-3/+3