summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-1/+116
* [llvm-objdump] Use PRIX64 with format()Nick Kledzik2014-09-131-1/+2
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-0/+106
* llvm-objdump: don't crash when __compact_unwind has no relocs.Tim Northover2014-09-091-0/+3
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-1/+303
* Replace printf with outs() <<Nick Kledzik2014-09-031-1/+1
* Nuke MCAnalysis.Sean Silva2014-09-021-2/+0
* Code review tweaksNick Kledzik2014-09-021-17/+17
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-0/+60
* Next bit of support for llvm-objdump’s -private-headers for Mach-O files.Kevin Enderby2014-08-291-3/+495
* This code is from r216285, which did not go out to the mailing list for some ...Aaron Ballman2014-08-241-6/+1
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-221-0/+294
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-7/+11
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-10/+77
* Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...Aaron Ballman2014-08-141-2/+3
* llvm-objdump: print contents of MachO __unwind_info sectionsTim Northover2014-08-121-11/+249
* llvm-objdump: fix remaining use of %x format specifier for 64-bit valuesTim Northover2014-08-111-1/+1
* llvm-objdump: add missing % in format specifier.Tim Northover2014-08-081-2/+2
* llvm-objdump: use portable format specifiers for info.Tim Northover2014-08-081-6/+6
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-061-1/+10
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-011-0/+223
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-3/+3
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-9/+10
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-2/+2
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-3/+3
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-1/+3
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-11/+8
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-6/+4
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-7/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-16/+16
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-7/+7
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-3/+3
* 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
OpenPOWER on IntegriCloud