summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-15/+15
* [Object, MachO] Fixup for r239075: use union to store mach_header and mach_he...Alexey Samsonov2015-06-041-8/+2
* [Object, MachO] Don't crash on incomplete MachO segment load commands.Alexey Samsonov2015-06-041-1/+4
* [Object, MachO] Simplify load segment parsing code. NFC.Alexey Samsonov2015-06-041-52/+30
* [Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov2015-06-041-11/+15
* [Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov2015-06-041-9/+23
* [Object, MachO] Don't crash on parsing invalid MachO header.Alexey Samsonov2015-06-041-4/+29
* [Object, MachO] Remove some code duplication. NFC.Alexey Samsonov2015-06-041-25/+25
* [Object, MachO] Cache parsed MachO header in MachOObjectFile. NFC.Alexey Samsonov2015-06-041-20/+20
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-6/+21
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-031-240/+0
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-6/+3
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-6/+3
* Add RelocVisitor support for MachOKeno Fischer2015-05-301-0/+5
* Stop inventing symbol sizes.Rafael Espindola2015-05-221-46/+6
* Detect invalid section indexes when we first read them.Rafael Espindola2015-05-221-4/+4
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-1/+6
* 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
OpenPOWER on IntegriCloud