| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 2015-06-09 | 1 | -15/+15 |
* | [Object, MachO] Fixup for r239075: use union to store mach_header and mach_he... | Alexey Samsonov | 2015-06-04 | 1 | -8/+2 |
* | [Object, MachO] Don't crash on incomplete MachO segment load commands. | Alexey Samsonov | 2015-06-04 | 1 | -1/+4 |
* | [Object, MachO] Simplify load segment parsing code. NFC. | Alexey Samsonov | 2015-06-04 | 1 | -52/+30 |
* | [Object, MachO] Don't crash on invalid MachO segment load commands. | Alexey Samsonov | 2015-06-04 | 1 | -11/+15 |
* | [Object, MachO] Don't crash on invalid MachO load commands. | Alexey Samsonov | 2015-06-04 | 1 | -9/+23 |
* | [Object, MachO] Don't crash on parsing invalid MachO header. | Alexey Samsonov | 2015-06-04 | 1 | -4/+29 |
* | [Object, MachO] Remove some code duplication. NFC. | Alexey Samsonov | 2015-06-04 | 1 | -25/+25 |
* | [Object, MachO] Cache parsed MachO header in MachOObjectFile. NFC. | Alexey Samsonov | 2015-06-04 | 1 | -20/+20 |
* | [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. | Alexey Samsonov | 2015-06-03 | 1 | -6/+21 |
* | Move to llvm-objdump a large amount of code to that is only used there. | Rafael Espindola | 2015-06-03 | 1 | -240/+0 |
* | Simplify another function that doesn't fail. | Rafael Espindola | 2015-06-01 | 1 | -6/+3 |
* | Simplify interface of function that doesn't fail. | Rafael Espindola | 2015-05-31 | 1 | -6/+3 |
* | Add RelocVisitor support for MachO | Keno Fischer | 2015-05-30 | 1 | -0/+5 |
* | Stop inventing symbol sizes. | Rafael Espindola | 2015-05-22 | 1 | -46/+6 |
* | Detect invalid section indexes when we first read them. | Rafael Espindola | 2015-05-22 | 1 | -4/+4 |
* | Make it easier to use DwarfContext with MCJIT | Keno Fischer | 2015-05-21 | 1 | -1/+6 |
* | Remove more superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-30 | 1 | -2/+2 |
* | dd the option, -link-opt-hints to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-01-27 | 1 | -2/+25 |
* | Fix edge case when Start overflowed in 32 bit mode | Filipe Cabecinhas | 2015-01-15 | 1 | -2/+3 |
* | Report fatal errors instead of segfaulting/asserting on a few invalid accesse... | Filipe Cabecinhas | 2015-01-15 | 1 | -8/+46 |
* | [Object] Add SF_Exported flag. This flag will be set on all symbols that would | Lang Hames | 2015-01-15 | 1 | -0/+3 |
* | Don't loop endlessly for MachO files with 0 ncmds | Filipe Cabecinhas | 2015-01-06 | 1 | -0/+3 |
* | Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. | Kevin Enderby | 2014-12-23 | 1 | -0/+5 |
* | Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea... | Kevin Enderby | 2014-12-19 | 1 | -0/+10 |
* | Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he... | Kevin Enderby | 2014-12-19 | 1 | -0/+5 |
* | Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h... | Kevin Enderby | 2014-12-19 | 1 | -0/+5 |
* | [Object] Don't crash on empty export lists. | Juergen Ributzka | 2014-12-19 | 1 | -1/+4 |
* | Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-... | Kevin Enderby | 2014-12-18 | 1 | -0/+5 |
* | Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 1 | -0/+4 |
* | Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 1 | -3/+3 |
* | Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr... | Kevin Enderby | 2014-12-17 | 1 | -0/+5 |
* | Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva... | Kevin Enderby | 2014-12-16 | 1 | -0/+5 |
* | Move three methods only used by MCJIT to MCJIT. | Rafael Espindola | 2014-12-10 | 1 | -21/+6 |
* | Add mach-o LC_RPATH support to llvm-objdump | Jean-Daniel Dupas | 2014-12-04 | 1 | -0/+5 |
* | Object, Mach-O: Refactor and clean code up | David Majnemer | 2014-11-13 | 1 | -12/+25 |
* | Remove the static version of getScatteredRelocationType() now that r221211 added | Kevin Enderby | 2014-11-04 | 1 | -5/+0 |
* | Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo... | Kevin Enderby | 2014-11-04 | 1 | -0/+5 |
* | Fix unicode chars into ascii in comment lines. | NAKAMURA Takumi | 2014-10-27 | 1 | -1/+1 |
* | [Object] Fix MachO's getUuid to return a pointer into the object instead of a... | Benjamin Kramer | 2014-10-24 | 1 | -2/+3 |
* | Update llvm-objdump’s Mach-O symbolizer code for Objective-C references. | Kevin Enderby | 2014-10-23 | 1 | -2/+38 |
* | [MCJIT] Temporarily revert r220245 - it broke several bots. | Lang Hames | 2014-10-21 | 1 | -3/+0 |
* | [MCJIT] Make MCJIT honor symbol visibility settings when populating the global | Lang Hames | 2014-10-20 | 1 | -0/+3 |
* | [llvm-objdump] Fix mach-o binding decompression error | Nick Kledzik | 2014-10-18 | 1 | -3/+3 |
* | Add MachOObjectFile::getUuid() | Alexander Potapenko | 2014-10-15 | 1 | -1/+10 |
* | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola | 2014-10-08 | 1 | -81/+41 |
* | [Object] keep trailing '\0' out of StringRef when parsing mach-o bindings | Nick Kledzik | 2014-09-17 | 1 | -1/+1 |
* | [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho... | Nick Kledzik | 2014-09-17 | 1 | -10/+5 |
* | [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options | Nick Kledzik | 2014-09-16 | 1 | -1/+281 |
* | [llvm-objdump] support -rebase option for mach-o to dump rebasing info | Nick Kledzik | 2014-09-12 | 1 | -0/+172 |