- 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 · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 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 · 10 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
- 58323a9 Object, COFF: Fix some theoretical bugs by David Majnemer · 11 years ago
- ffa4ceb llvm-readobj: Print out address table when dumping COFF delay-import table by Rui Ueyama · 11 years ago
- 504165d Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize by David Majnemer · 11 years ago
- 51ff559 Object, COFF: Infer symbol sizes from adjacent symbols by David Majnemer · 11 years ago
- 5026722 llvm-readobj: Add support for dumping the DOS header in PE files by David Majnemer · 11 years ago
- c7d7c6f Object, COFF: Cleanup symbol type code, improve binutils compatibility by David Majnemer · 11 years ago
- a9ee5c0 Object, COFF: Move the VirtualSize/SizeOfRawData logic to getSectionSize by David Majnemer · 11 years ago
- dd9cff2 Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData) by David Majnemer · 11 years ago
- 979fb40 Object: Add range iterators for COFF import/export table by Rui Ueyama · 11 years ago
- 8280fbb Correctly compute the size of common symbols in COFF. by Rafael Espindola · 11 years ago
- 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
- 506c684 Don't check for null after calling COFFObjectFile::toSec. by Rafael Espindola · 11 years ago
- a926086 Optimize COFFObjectFile::sectionContainsSymbol a bit. by Rafael Espindola · 11 years ago
- 1af0865 llvm-readobj: print out the fields of the COFF delay-import table by Rui Ueyama · 11 years ago
- 15d9935 llvm-readobj: print COFF delay-load import table by Rui Ueyama · 11 years ago
- 861021f llvm-readobj: print COFF imported symbols by Rui Ueyama · 11 years ago
- 1e152d5 This patch adds a new flag "-coff-imports" to llvm-readobj. by Rui Ueyama · 11 years ago
- dac3985 Object: BSS/virtual sections don't have contents by David Majnemer · 11 years ago
- 062c406 Support: Delete {aligned_,}{u,}{little,big}8_t by Rui Ueyama · 11 years ago
- 4015ea6 Attempt to pacify buildbots. by David Majnemer · 11 years ago
- 44f51e5 Object: Add support for bigobj by David Majnemer · 11 years ago
- e1d1294 Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. by Craig Topper · 11 years ago
- 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
- c66d761 llvm-objdump: don't print relocations in non-relocatable files. by Rafael Espindola · 11 years ago
- 8f7d5f2 Delete dead code. NFC. by Rafael Espindola · 11 years ago
- 6762231 getLoadName is only implemented for ELF, make it ELF only. by Rafael Espindola · 11 years ago
- 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
- 2e60ca9 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
- c3f9b5a Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
- db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
- 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
- 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- 5c503bf Object: add type names for ARM/COFF relocations by Saleem Abdulrasool · 11 years ago
- 77314aa Remove section_rel_empty. Just compare begin() and end() instead. by Rafael Espindola · 11 years ago
- 895ff832 Implement get getSymbolFileOffset with getSymbolAddress. by Rafael Espindola · 11 years ago
- a2782f6 Remove getSymbolValue. by Rafael Espindola · 11 years ago
- b4865d6 Revert "Fix a nomenclature error in llvm-nm." by Rafael Espindola · 11 years ago