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 |
2014-10-07 |
Rafael Espindola | Don't check for null after calling COFFObjectFile:... |
tree | commitdiff |
2014-10-07 |
Rafael Espindola | Optimize COFFObjectFile::sectionContainsSymbol a bit. |
tree | commitdiff |
2014-10-03 |
Rui Ueyama | llvm-readobj: print out the fields of the COFF delay... |
tree | commitdiff |
2014-10-03 |
Rui Ueyama | llvm-readobj: print COFF delay-load import table |
tree | commitdiff |
2014-10-02 |
Rui Ueyama | llvm-readobj: print COFF imported symbols |
tree | commitdiff |
2014-10-02 |
Rui Ueyama | This patch adds a new flag "-coff-imports" to llvm... |
tree | commitdiff |
2014-09-26 |
David Majnemer | Object: BSS/virtual sections don't have contents |
tree | commitdiff |
2014-09-19 |
Chris Bieneman | Converting object's error_category to a ManagedStatic... |
tree | commitdiff |
2014-09-18 |
Peter Collingbourne | LTO: introduce object file-based on-disk module format. |
tree | commitdiff |
2014-09-17 |
Nick Kledzik | [Object] keep trailing '\0' out of StringRef when parsi... |
tree | commitdiff |
2014-09-17 |
Nick Kledzik | [llvm-objdump] properly use c_str() with format("%s... |
tree | commitdiff |
2014-09-16 |
Nick Kledzik | [llvm-objdump] for mach-o add -bind, -lazy-bind, and... |
tree | commitdiff |
2014-09-12 |
Nick Kledzik | [llvm-objdump] support -rebase option for mach-o to... |
tree | commitdiff |
2014-09-11 |
Rui Ueyama | Support: Delete {aligned_,}{u,}{little,big}8_t |
tree | commitdiff |
2014-09-10 |
David Majnemer | Attempt to pacify buildbots. |
tree | commitdiff |
2014-09-10 |
David Majnemer | Object: Add support for bigobj |
tree | commitdiff |
2014-09-05 |
Bjorn Steinbrink | Restore the ability to check if LLVMCreateObjectFile... |
tree | commitdiff |
2014-09-04 |
Kevin Enderby | Adds the next bit of support for llvm-objdump’s -privat... |
tree | commitdiff |
2014-09-03 |
David Blaikie | unique_ptrify IRObjectFile::createIRObjectFile |
tree | commitdiff |
2014-09-03 |
David Blaikie | unique_ptrify MachOUniversalBinary::create |
tree | commitdiff |
2014-09-03 |
Rafael Espindola | Pass a && to getLazyBitcodeModule. |
tree | commitdiff |
2014-09-03 |
David Blaikie | Ensure ErrorOr cannot implicitly invoke explicit ctors... |
tree | commitdiff |
2014-09-02 |
Nick Kledzik | Code review tweaks |
tree | commitdiff |
2014-08-30 |
Nick Kledzik | Fix typo and formatting |
tree | commitdiff |
2014-08-30 |
Nick Kledzik | Object/llvm-objdump: allow dumping of mach-o exports... |
tree | commitdiff |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
tree | commitdiff |
2014-08-26 |
Rafael Espindola | Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode... |
tree | commitdiff |
2014-08-26 |
Rafael Espindola | Pass a MemoryBufferRef when we can avoid taking ownership. |
tree | commitdiff |
2014-08-21 |
David Blaikie | Explicitly pass ownership of the MemoryBuffer to AddNew... |
tree | commitdiff |
2014-08-19 |
Rafael Espindola | Fix a pair of use after free. Should bring the bots... |
tree | commitdiff |
2014-08-19 |
Rafael Espindola | Don't own the buffer in object::Binary. |
tree | commitdiff |
2014-08-18 |
Kevin Enderby | Make llvm-objdump handle both arm and thumb disassembly... |
tree | commitdiff |
next |