summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAge
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Remove several unused variables.Rafael Espindola2013-10-01
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Don't read one command past the end.Rafael Espindola2013-04-19
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Simplify the code. No functionality change.Rafael Espindola2013-04-11
* Template the MachO types over endianness.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-07
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-07
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-07
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-07
* Remove dead code.Rafael Espindola2013-04-07
* Remove unused argument.Rafael Espindola2013-04-07
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* Add a function to get the segment name of a section.Rafael Espindola2012-12-21
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-19
* Add r170095 back.Rafael Espindola2012-12-19
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-13
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-13
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12
* Remove tabs.Bill Wendling2012-07-19
* Need a space.Evan Cheng2012-07-02
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-15
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Allow command-line overrides of the target triple with the Mach-OCameron Zwarich2012-02-03
* Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich2012-02-03
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson2011-11-07
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-26
* Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson2011-10-17
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-10
* Fix spelling in comment.Michael J. Spencer2011-10-07