Commit History

Author SHA1 Message Date
  Fangrui Song 7287acf23f Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 6 years ago
  Hans Wennborg 71eaa4f97d Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>" 6 years ago
  Fangrui Song a4d6bb66d0 [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 6 years ago
  Robert Widmann f16fe4c53f [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries 6 years ago
  Robert Widmann f44199b7bf [LLVM-C] Allow Access to the Type of a Binary 6 years ago
  Robert Widmann 49009c9f67 [LLVM-C] Begin to Expose A More General Binary Interface 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Fangrui Song 53a62241d3 Use llvm::copy. NFC 6 years ago
  Jonas Devlieghere 686dfe3676 [Support] Make error banner optional in logAllUnhandledErrors 6 years ago
  Serge Pavlov 06c71d8a6f Report fatal error in the case of out of memory 7 years ago
  Serge Pavlov 165fd931ac Revert r325224 "Report fatal error in the case of out of memory" 7 years ago
  Serge Pavlov ca451d02e4 Report fatal error in the case of out of memory 7 years ago
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 years ago
  Kevin Enderby 317de7ce5b Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow 9 years ago
  Kevin Enderby a486dcaf36 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. 9 years ago
  Kevin Enderby 813e0cf966 Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. 9 years ago
  Kevin Enderby c6bf9be16d Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message 9 years ago
  Rafael Espindola e84d8c12d5 Convert getSymbolSection to return an ErrorOr. 10 years ago
  Rafael Espindola c2966a3ac7 Remove getRelocationAddress. 10 years ago
  Rafael Espindola 5954faae4d Return ErrorOr from getSymbolAddress. 10 years ago
  Rafael Espindola 8a80641a85 Return ErrorOr from SymbolRef::getName. 10 years ago
  Rafael Espindola 28a83187a2 Use ErrorOr in getRelocationAdress. 10 years ago
  Rafael Espindola f8a35ff558 Don't return error_code from a function that doesn't fail. 10 years ago
  Rafael Espindola 7ede9649c1 Don't return error_code from a function that doesn't fail. 10 years ago
  Rafael Espindola ff67629985 Don't return error_code from function that never fails. 10 years ago
  Rafael Espindola 821b06f3a8 Change how symbol sizes are handled in lib/Object. 10 years ago
  Rafael Espindola 8c7a0fd91a Move to llvm-objdump a large amount of code to that is only used there. 10 years ago
  Rafael Espindola 481f35f113 Simplify another function that doesn't fail. 10 years ago
  Rafael Espindola 8175be535a Remove bogus std::error_code returns form SectionRef. 11 years ago
  Bjorn Steinbrink ea388503c4 Restore the ability to check if LLVMCreateObjectFile was successful 11 years ago