- 260fe3e Fix many -Wsign-compare and -Wtautological-constant-compare warnings. by Zachary Turner · 8 years ago
- f340467 Convert the last uses of ErrorOr in COFF.h. by Rafael Espindola · 8 years ago
- 8786798 Convert a couple of ErrorOr to Expected. NFC. by Rafael Espindola · 8 years ago
- 12db383 Convert two uses of ErrorOr to Expected. by Rafael Espindola · 8 years ago
- cbc7ee4 [Object] Verify object sizes before handing out StringRefs pointing out by Benjamin Kramer · 8 years ago
- 1079ef8 llvm: add llvm-dlltool support to the archiver by Martell Malone · 8 years ago
- 6db83a3 Revert r308329: llvm: add llvm-dlltool support to the archiver by Rui Ueyama · 8 years ago
- afe8549 llvm: add llvm-dlltool support to the archiver by Martell Malone · 8 years ago
- 43c8545 [llvm-readobj] Improve printouts for COFF ARM64 binaries by Martin Storsjo · 8 years ago
- 0c72172 [COFF, ARM64] Add support for Windows ARM64 COFF format by Mandeep Singh Grang · 8 years ago
- b7d716c [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
- 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- a25d329 Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
- 1f9cab6 Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
- bc223c6 [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
- a8403a6 Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
- 655b7b6 Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
- 7d5f121 Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
- 732f268 [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
- ee97c5f [COFF] Gracefully handle empty .drectve sections by Shoaib Meenai · 8 years ago
- 674deed Fix the Endianness bug by adding the little endian UTF marker. by Eric Beckmann · 8 years ago
- cd704cb Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
- efef15a Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
- 03de7c1 Revert "Hopefully one last commit to fix this patch, addresses string reference" by Eric Beckmann · 8 years ago
- 626680a Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
- 33fca46 Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
- d341c93 [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 435890a Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. by Peter Collingbourne · 9 years ago
- 03a8568 [lli] Simplify the code a bit. No functional change intended. by Davide Italiano · 9 years ago
- 6b2bba1 [lli/COFF] Set the correct alignment for common symbols by Davide Italiano · 9 years ago
- ac8cfab [COFFObjectFile] Ignore broken symbol table by David Majnemer · 9 years ago
- 8950a53 Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
- 0152802 CodeView: extract the OMF Directory Header by Saleem Abdulrasool · 9 years ago
- f53c8cb Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present." by Rui Ueyama · 9 years ago
- 776c682 Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
- 6004952 [COFF] Expose iterators for ImportAddressTableRVA by David Majnemer · 9 years ago
- 1c0aa04 [COFF] Remove a duplicate import_directory_table_entry definition by David Majnemer · 9 years ago
- ad7b7e7 [Object, COFF] An import data directory might not consist soley of imports by David Majnemer · 9 years ago
- 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
- f27f3f8 [Symbolize] Check if the PE file has a PDB and emit an error if we can't load it by Reid Kleckner · 9 years ago
- 2da433e [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
- e212966 [Object] Return an error code instead of asserting by David Majnemer · 9 years ago
- 401e4e5 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.) by George Rimar · 9 years ago
- f059dd4 Revert r270543 ("Recommit r270540") by George Rimar · 9 years ago
- e9b2e19 Recommit r270540 by George Rimar · 9 years ago
- 6a6185f Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style." by George Rimar · 9 years ago
- 6bcbf4c [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style. by George Rimar · 9 years ago
- 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
- 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
- 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
- 511391f [COFF] Refactor section alignment calculation by David Majnemer · 10 years ago
- 9dc0eb4 [Object][COFF] Revert r258665 - It doesn't do what I had intended. by Lang Hames · 10 years ago
- 074b42d [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols. by Lang Hames · 10 years ago
- 6161b38 COFF: Teach llvm-objdump how to dump DLL forwarder symbols. by Rui Ueyama · 10 years ago
- 21427ad Address review comments, remove error case and return 0 instead as required by tests by Reid Kleckner · 10 years ago
- e94fef7 [llvm-symbolizer] Make --relative-address work with DWARF contexts by Reid Kleckner · 10 years ago
- 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
- e834f42 COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
- 7c6a071 [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
- 47ea9ec [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
- 1eff5c9 Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
- be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
- 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
- 76d650e Check that COFF .obj files have sections with zero virtual address spaces. by Rafael Espindola · 10 years ago
- d5297ee Object/COFF: Do not rely on VirtualSize being 0 in object files. by Rui Ueyama · 10 years ago
- ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
- 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
- 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
- e9c58c7 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
- 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
- 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
- e40d30f Object/COFF: Define coff_symbol_generic. by Rui Ueyama · 10 years ago
- 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
- 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
- 6a75acb libObject/COFF: Add a function to get pointers to relocation entries. by Rui Ueyama · 10 years ago
- 6bf3221 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
- 991af66 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
- 54c9f3d Simplify the logic, NFC. by Rafael Espindola · 10 years ago
- d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
- 63a88ce Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
- 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
- 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
- 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
- 62a07cb Stop inventing symbol sizes. by Rafael Espindola · 10 years ago
- c780e8e Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
- 6b1aa5f Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 11 years ago
- 1a666e0 ExecutionEngine: Preliminary support for dynamically loadable coff objects by David Majnemer · 11 years ago
- 0e77a94 Move three methods only used by MCJIT to MCJIT. by Rafael Espindola · 11 years ago
- 98fe58a Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
- c7353b5 COFF: Add back an assertion that is superseded by r222124 by David Majnemer · 11 years ago
- 970dda2 llvm-readobj: fix off-by-one error in COFFDumper by Rui Ueyama · 11 years ago
- 74e8513 llvm-readobj: teach it how to dump COFF base relocation table by Rui Ueyama · 11 years ago
- 236b0ca Object, COFF: Tighten the object file parser by David Majnemer · 11 years ago
- f69b0585 obj2yaml, yaml2obj: Add support for COFF executables by David Majnemer · 11 years ago
- 5dcf11d Un-break the big-endian buildbots by Rui Ueyama · 11 years ago
- 94751be Object, COFF: Refactor code to get relocation iterators by David Majnemer · 11 years ago
- e830c60 Object, COFF: Increase code reuse by David Majnemer · 11 years ago
- 1f80b0a Object, COFF: getRelocationSymbol shouldn't assert by David Majnemer · 11 years ago
- 2314b3d Object, COFF: Cleanup some code in getSectionName by David Majnemer · 11 years ago