2015-06-03 |
Rafael Espindola | Move to llvm-objdump a large amount of code to that... |
tree | commitdiff |
2015-06-02 |
Rafael Espindola | Simplify now that we always use an alignment of 2 for... |
tree | commitdiff |
2015-06-01 |
Rafael Espindola | Simplify another function that doesn't fail. |
tree | commitdiff |
2015-05-31 |
Rafael Espindola | Simplify interface of function that doesn't fail. |
tree | commitdiff |
2015-05-30 |
Keno Fischer | Add RelocVisitor support for MachO |
tree | commitdiff |
2015-05-26 |
Rui Ueyama | Object: Add Archive::getNumberOfSymbols(). |
tree | commitdiff |
2015-05-22 |
Rafael Espindola | Stop inventing symbol sizes. |
tree | commitdiff |
2015-05-22 |
Rafael Espindola | Detect invalid section indexes when we first read them. |
tree | commitdiff |
2015-05-21 |
Keno Fischer | Make it easier to use DwarfContext with MCJIT |
tree | commitdiff |
2015-05-21 |
Rafael Espindola | Move alignment from MCSectionData to MCSection. |
tree | commitdiff |
2015-05-15 |
Pete Cooper | Remove MCAssembler.h include from MCStreamer.h and... |
tree | commitdiff |
2015-05-08 |
Simon Atanasyan | [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine... |
tree | commitdiff |
2015-05-07 |
Simon Atanasyan | [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support |
tree | commitdiff |
2015-05-07 |
Simon Atanasyan | [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS... |
tree | commitdiff |
2015-04-15 |
Richard Trieu | Change range-based for-loops to be -Wrange-loop-analysi... |
tree | commitdiff |
2015-03-30 |
Yaron Keren | Remove more superfluous .str() and replace std::string... |
tree | commitdiff |
2015-03-13 |
Rafael Espindola | Be lazy about loading metadata in IRObjectFile. |
tree | commitdiff |
2015-03-09 |
Ed Schouten | Add support for Nuxi CloudABI. |
tree | commitdiff |
2015-03-07 |
David Majnemer | ExecutionEngine: Preliminary support for dynamically... |
tree | commitdiff |
2015-03-04 |
Mehdi Amini | Make DataLayout Non-Optional in the Module |
tree | commitdiff |
2015-03-02 |
Rui Ueyama | Use read{16,32,64}{le,be}() instead of *reinterpret_cas... |
tree | commitdiff |
2015-03-01 |
Benjamin Kramer | Add missing includes. make_unique proliferated everywhere. |
tree | commitdiff |
2015-02-25 |
Justin Bogner | Object: Handle Mach-O kext bundle files |
tree | commitdiff |
2015-02-21 |
Shankar Easwaran | [obj2yaml/yaml2obj] Add SHT_GROUP support. |
tree | commitdiff |
2015-02-19 |
Peter Collingbourne | Introduce Target::createNullTargetStreamer and use... |
tree | commitdiff |
2015-02-17 |
Simon Atanasyan | [Object] Support reading 64-bit MIPS ELF archives |
tree | commitdiff |
2015-02-11 |
Zachary Turner | Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. |
tree | commitdiff |
2015-02-10 |
Simon Atanasyan | [Object] Reformat the code with clang-format |
tree | commitdiff |
2015-01-29 |
Simon Atanasyan | [ELFYAML] Provide default value 0 for YAML relocation... |
tree | commitdiff |
2015-01-27 |
Kevin Enderby | dd the option, -link-opt-hints to llvm-objdump used... |
tree | commitdiff |
2015-01-25 |
Simon Atanasyan | [ELFYAML] Support mips64 relocation record format in... |
tree | commitdiff |
2015-01-23 |
Michael J. Spencer | [Object][ELF] Test unknown type. |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | This should fix the build bot clang-cmake-armv7-a15... |
tree | commitdiff |
2015-01-15 |
Filipe Cabecinhas | Fix edge case when Start overflowed in 32 bit mode |
tree | commitdiff |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
tree | commitdiff |
2015-01-15 |
Filipe Cabecinhas | Report fatal errors instead of segfaulting/asserting... |
tree | commitdiff |
2015-01-15 |
Lang Hames | [Object] Add SF_Exported flag. This flag will be set... |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
tree | commitdiff |
2015-01-06 |
Filipe Cabecinhas | Don't loop endlessly for MachO files with 0 ncmds |
tree | commitdiff |
2014-12-23 |
Kevin Enderby | Add printing the LC_THREAD load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_ROUTINES load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_CLIENT load command with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_LIBRARY load command with llvm... |
tree | commitdiff |
2014-12-19 |
Juergen Ributzka | [Object] Don't crash on empty export lists. |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_UMBRELLA load command with... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_FRAMEWORK load command with... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_LINKER_OPTION load command with... |
tree | commitdiff |
2014-12-17 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO_64 load command... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO load command with... |
tree | commitdiff |
2014-12-16 |
Rafael Espindola | Start adding thin archive support. |
tree | commitdiff |
2014-12-15 |
Michael Ilseman | Silence more static analyzer warnings. |
tree | commitdiff |
2014-12-10 |
Rafael Espindola | Move three methods only used by MCJIT to MCJIT. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Rename createIRObjectFile to just create. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Move method out of line to make buildbot happy. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Don't lookup an object symbol name in the module. |
tree | commitdiff |
2014-12-04 |
Jean-Daniel Dupas | Add mach-o LC_RPATH support to llvm-objdump |
tree | commitdiff |
2014-12-02 |
Will Newton | Add ARM relocations to ELFYAML |
tree | commitdiff |
2014-11-26 |
Rui Ueyama | Object/COFF: Fix off-by-one error for object having... |
tree | commitdiff |
2014-11-25 |
David Majnemer | COFF: Add back an assertion that is superseded by r222124 |
tree | commitdiff |
2014-11-21 |
Tim Northover | Remove duplication of relocation names in lib/Object... |
tree | commitdiff |
2014-11-21 |
Tim Northover | Remove duplication of relocation names in lib/Object... |
tree | commitdiff |
2014-11-19 |
Rui Ueyama | llvm-readobj: fix off-by-one error in COFFDumper |
tree | commitdiff |
2014-11-19 |
Rui Ueyama | llvm-readobj: teach it how to dump COFF base relocation... |
tree | commitdiff |
2014-11-18 |
Michael J. Spencer | Support ELF files of unknown type. |
tree | commitdiff |
2014-11-17 |
David Majnemer | Object, COFF: Tighten the object file parser |
tree | commitdiff |
2014-11-14 |
David Majnemer | obj2yaml, yaml2obj: Add support for COFF executables |
tree | commitdiff |
2014-11-13 |
Rui Ueyama | Un-break the big-endian buildbots |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, Mach-O: Refactor and clean code up |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: Refactor code to get relocation iterators |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: Increase code reuse |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: getRelocationSymbol shouldn't assert |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: Cleanup some code in getSectionName |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: Fix some theoretical bugs |
tree | commitdiff |
2014-11-13 |
Rui Ueyama | llvm-readobj: Print out address table when dumping... |
tree | commitdiff |
2014-11-12 |
Nick Kledzik | Object, support both mach-o archive t.o.c file names |
tree | commitdiff |
2014-11-10 |
Chad Rosier | [yaml2obj] Support AArch64 relocations. |
tree | commitdiff |
2014-11-06 |
Simon Atanasyan | [ELF][yaml2obj] Handle additional MIPS specific st_othe... |
tree | commitdiff |
2014-11-06 |
David Majnemer | Object, COFF: Don't consider AuxFunctionDefinition... |
tree | commitdiff |
2014-11-06 |
David Majnemer | Object, COFF: Infer symbol sizes from adjacent symbols |
tree | commitdiff |
2014-11-05 |
David Majnemer | llvm-readobj: Add support for dumping the DOS header... |
tree | commitdiff |
2014-11-04 |
Simon Atanasyan | [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN... |
tree | commitdiff |
2014-11-04 |
Kevin Enderby | Remove the static version of getScatteredRelocationType... |
tree | commitdiff |
2014-11-04 |
Kevin Enderby | Add the code and test cases for 32-bit Intel to llvm... |
tree | commitdiff |
2014-10-31 |
David Majnemer | Object, COFF: Cleanup symbol type code, improve binutil... |
tree | commitdiff |
2014-10-27 |
NAKAMURA Takumi | Fix unicode chars into ascii in comment lines. |
tree | commitdiff |
2014-10-24 |
Rafael Espindola | Don't ever call materializeAllPermanently during LTO. |
tree | commitdiff |
2014-10-24 |
Benjamin Kramer | [Object] Fix MachO's getUuid to return a pointer into... |
tree | commitdiff |
2014-10-23 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code for Object... |
tree | commitdiff |
2014-10-21 |
Lang Hames | [MCJIT] Temporarily revert r220245 - it broke several... |
tree | commitdiff |
2014-10-20 |
Lang Hames | [MCJIT] Make MCJIT honor symbol visibility settings... |
tree | commitdiff |
2014-10-20 |
Alexey Samsonov | Be more specific about return type of MachOUniversalBin... |
tree | commitdiff |
2014-10-18 |
Nick Kledzik | [llvm-objdump] Fix mach-o binding decompression error |
tree | commitdiff |
2014-10-15 |
Alexander Potapenko | Add MachOObjectFile::getUuid() |
tree | commitdiff |
2014-10-09 |
David Majnemer | Object, COFF: Move the VirtualSize/SizeOfRawData logic... |
tree | commitdiff |
2014-10-09 |
David Majnemer | Object, COFF: Cap the section contents to min(VirtualSi... |
tree | commitdiff |
2014-10-09 |
Rui Ueyama | Object: Add range iterators for COFF import/export... |
tree | commitdiff |
2014-10-08 |
Rafael Espindola | Correctly compute the size of common symbols in COFF. |
tree | commitdiff |
2014-10-08 |
Rafael Espindola | Remove bogus std::error_code returns form SectionRef. |
tree | commitdiff |
next |