| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama | 2015-03-02 | 1 | -37/+24 |
| * | Add missing includes. make_unique proliferated everywhere. | Benjamin Kramer | 2015-03-01 | 1 | -0/+1 |
| * | Object: Handle Mach-O kext bundle files | Justin Bogner | 2015-02-25 | 3 | -0/+3 |
| * | [obj2yaml/yaml2obj] Add SHT_GROUP support. | Shankar Easwaran | 2015-02-21 | 1 | -1/+16 |
| * | Introduce Target::createNullTargetStreamer and use it from IRObjectFile. | Peter Collingbourne | 2015-02-19 | 1 | -0/+1 |
| * | [Object] Support reading 64-bit MIPS ELF archives | Simon Atanasyan | 2015-02-17 | 1 | -5/+25 |
| * | Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. | Zachary Turner | 2015-02-11 | 1 | -0/+3 |
| * | [Object] Reformat the code with clang-format | Simon Atanasyan | 2015-02-10 | 1 | -6/+5 |
| * | [ELFYAML] Provide default value 0 for YAML relocation addendum field | Simon Atanasyan | 2015-01-29 | 1 | -1/+1 |
| * | dd the option, -link-opt-hints to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-01-27 | 1 | -2/+25 |
| * | [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml | Simon Atanasyan | 2015-01-25 | 1 | -1/+48 |
| * | [Object][ELF] Test unknown type. | Michael J. Spencer | 2015-01-23 | 1 | -0/+1 |
| * | Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive... | Kevin Enderby | 2015-01-16 | 1 | -1/+1 |
| * | This should fix the build bot clang-cmake-armv7-a15-full failing on | Kevin Enderby | 2015-01-16 | 1 | -2/+0 |
| * | Fix edge case when Start overflowed in 32 bit mode | Filipe Cabecinhas | 2015-01-15 | 1 | -2/+3 |
| * | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 2015-01-15 | 1 | -0/+13 |
| * | 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 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 2 | -4/+4 |
| * | 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 |
| * | Start adding thin archive support. | Rafael Espindola | 2014-12-16 | 1 | -3/+17 |
| * | Silence more static analyzer warnings. | Michael Ilseman | 2014-12-15 | 1 | -0/+2 |
| * | Move three methods only used by MCJIT to MCJIT. | Rafael Espindola | 2014-12-10 | 2 | -49/+6 |
| * | Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. | Rafael Espindola | 2014-12-09 | 1 | -14/+10 |
| * | Rename createIRObjectFile to just create. | Rafael Espindola | 2014-12-09 | 2 | -4/+4 |
| * | Move method out of line to make buildbot happy. | Rafael Espindola | 2014-12-09 | 1 | -0/+2 |
| * | Don't lookup an object symbol name in the module. | Rafael Espindola | 2014-12-09 | 1 | -5/+2 |
| * | Add mach-o LC_RPATH support to llvm-objdump | Jean-Daniel Dupas | 2014-12-04 | 1 | -0/+5 |
| * | Add ARM relocations to ELFYAML | Will Newton | 2014-12-02 | 1 | -0/+3 |
| * | Object/COFF: Fix off-by-one error for object having lots of relocations | Rui Ueyama | 2014-11-26 | 1 | -1/+2 |
| * | COFF: Add back an assertion that is superseded by r222124 | David Majnemer | 2014-11-25 | 1 | -1/+1 |
| * | Remove duplication of relocation names in lib/Object/ELFYAML.cpp | Tim Northover | 2014-11-21 | 1 | -330/+7 |
| * | Remove duplication of relocation names in lib/Object/ELF.cpp | Tim Northover | 2014-11-21 | 1 | -742/+14 |
| * | llvm-readobj: fix off-by-one error in COFFDumper | Rui Ueyama | 2014-11-19 | 1 | -1/+1 |
| * | llvm-readobj: teach it how to dump COFF base relocation table | Rui Ueyama | 2014-11-19 | 1 | -1/+69 |
| * | Support ELF files of unknown type. | Michael J. Spencer | 2014-11-18 | 3 | -0/+3 |
| * | Object, COFF: Tighten the object file parser | David Majnemer | 2014-11-17 | 1 | -27/+47 |
| * | obj2yaml, yaml2obj: Add support for COFF executables | David Majnemer | 2014-11-14 | 2 | -5/+115 |
| * | Un-break the big-endian buildbots | Rui Ueyama | 2014-11-13 | 1 | -2/+2 |
| * | Object, Mach-O: Refactor and clean code up | David Majnemer | 2014-11-13 | 1 | -12/+25 |