summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MachODump.cpp: fix MSVC buildHans Wennborg2014-10-231-4/+4
* Change the name of the field BindTable to bindtable to not over lap the type.Kevin Enderby2014-10-231-9/+9
* Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby2014-10-231-44/+571
* [llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variantsNick Kledzik2014-10-161-1/+6
* [llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik2014-10-141-1/+1
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-30/+18
* [llvm-objdump] switch some uses of format() to format_hex() and left_justify()Nick Kledzik2014-09-301-29/+26
* Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st...Kevin Enderby2014-09-261-1/+96
* Since the DisasmMemoryObject only operates on const data, it now only accepts...Aaron Ballman2014-09-251-3/+3
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-31/+300
* [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik2014-09-171-2/+2
* [llvm-objdump] improve error reporting of bad mach-o ordinalsNick Kledzik2014-09-161-2/+8
* Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.Kevin Enderby2014-09-161-1/+183
* [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
OpenPOWER on IntegriCloud