summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-2/+2
* dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby2015-01-271-2/+25
* Fix edge case when Start overflowed in 32 bit modeFilipe Cabecinhas2015-01-151-2/+3
* Report fatal errors instead of segfaulting/asserting on a few invalid accesse...Filipe Cabecinhas2015-01-151-8/+46
* [Object] Add SF_Exported flag. This flag will be set on all symbols that wouldLang Hames2015-01-151-0/+3
* Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas2015-01-061-0/+3
* Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby2014-12-231-0/+5
* Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby2014-12-191-0/+10
* Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby2014-12-191-0/+5
* Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby2014-12-191-0/+5
* [Object] Don't crash on empty export lists.Juergen Ributzka2014-12-191-1/+4
* Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby2014-12-181-0/+5
* Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-0/+4
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-3/+3
* Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby2014-12-171-0/+5
* Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby2014-12-161-0/+5
* Move three methods only used by MCJIT to MCJIT.Rafael Espindola2014-12-101-21/+6
* Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas2014-12-041-0/+5
* Object, Mach-O: Refactor and clean code upDavid Majnemer2014-11-131-12/+25
* Remove the static version of getScatteredRelocationType() now that r221211 addedKevin Enderby2014-11-041-5/+0
* Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby2014-11-041-0/+5
* Fix unicode chars into ascii in comment lines.NAKAMURA Takumi2014-10-271-1/+1
* [Object] Fix MachO's getUuid to return a pointer into the object instead of a...Benjamin Kramer2014-10-241-2/+3
* Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby2014-10-231-2/+38
* [MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames2014-10-211-3/+0
* [MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames2014-10-201-0/+3
* [llvm-objdump] Fix mach-o binding decompression errorNick Kledzik2014-10-181-3/+3
* Add MachOObjectFile::getUuid()Alexander Potapenko2014-10-151-1/+10
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-81/+41
* [Object] keep trailing '\0' out of StringRef when parsing mach-o bindingsNick Kledzik2014-09-171-1/+1
* [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik2014-09-171-10/+5
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-1/+281
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-0/+172
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-0/+25
* Code review tweaksNick Kledzik2014-09-021-9/+9
* Fix typo and formattingNick Kledzik2014-08-301-3/+3
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-2/+241
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-10/+9
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-1/+84
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-171-0/+4
* Delete dead code. NFC.Rafael Espindola2014-08-081-20/+0
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-081-5/+0
* Use a simpler predicate. NFC.Rafael Espindola2014-08-081-31/+19
* pr20589: Fix duplicated arch flag.Rafael Espindola2014-08-081-1/+1
* Add two missing ARM cpusubtypes to the switch statement in Kevin Enderby2014-08-071-0/+4
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-2/+1
* Namespace cleanup (no functional change)Artyom Skrobov2014-07-201-11/+7
* extracting swapStruct into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov2014-07-181-208/+9
OpenPOWER on IntegriCloud