提交历史

作者 SHA1 备注 提交日期
  Sam Parker aa96763063 [ARM] Create objdump subtarget from build attrs 8 年之前
  Ivan Krasin d6d6b83a0b Revert r291903 and r291898. Reason: they break check-lld on the bots. 8 年之前
  Sam Parker 6968dd2f43 [ARM] Enable objdump to construct triple for ARM 8 年之前
  Alexei Starovoitov 6d5780f9b9 [bpf] change llvm-objdump to print dec instead of hex 8 年之前
  Derek Schuff 7a578c9156 [WebAssembly] Add llvm-objdump support for wasm file format 8 年之前
  Kevin Enderby fbd189d3df General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). 8 年之前
  Davide Italiano 63830bcae9 [ELF] Convert ELF.h to Expected<T>. 8 年之前
  Mehdi Amini df0b8bce48 Make the Error class constructor protected 8 年之前
  Alex Bradbury 49b5e6b8a4 [RISCV] Add RISC-V ELF defines 8 年之前
  Justin Bogner 403d906e8b llvm-objdump: Make some error messages more consistent 8 年之前
  Mehdi Amini 3ffe113e11 Turn cl::values() (for enum) from a vararg function to using C++ variadic template 9 年之前
  Sam Kolton 665e97634e [AMDGPU] Disassembler: print label names in branch instructions 9 年之前
  Dylan McKay e62cb24021 [AVR] Allow llvm-objdump to handle AVR ELF files 9 年之前
  Sam Kolton ecba0242f4 Revert "[AMDGPU] Disassembler: print label names in branch instructions" 9 年之前
  Sam Kolton 6c6dbe6252 [AMDGPU] Disassembler: print label names in branch instructions 9 年之前
  Davide Italiano 4b868ad9b9 [llvm-objump] Simplify the code. NFCI. 9 年之前
  Hemant Kulkarni 11981cd22e llvm-objdump: Add --start-address and --stop-address options 9 年之前
  Hemant Kulkarni c76060f385 llvm-objdump: ELF: Handle code and data mix in all scenarios 9 年之前
  Hemant Kulkarni f20ce37e8e llvm-objdump: Add Hexagon printer changes for -S/-l options 9 年之前
  Saleem Abdulrasool 8a8360251d llvm-objdump: add coff import library symbol listing support 9 年之前
  Sam Kolton ae331608b7 [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel symbol. 9 年之前
  Hemant Kulkarni 502957cc9c llvm-objdump: Implement source[line numbers] interleaving 9 年之前
  David Majnemer 2d62ce6ee8 Use the range variant of find/find_if instead of unpacking begin/end 9 年之前
  Kevin Enderby 2a7151766d The next step along the way to getting good error messages for bad archives. 9 年之前
  Alexei Starovoitov 36b9c09330 BPF: Use official ELF e_machine value 9 年之前
  Lang Hames aacf2fbfe4 [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. 9 年之前
  Lang Hames 5daf897d80 [Object] Revert r275316, Archive::child_iterator changes, while I update lld. 9 年之前
  Lang Hames 9b42acafff [Object] Change Archive::child_iterator for better interop with Error/Expected. 9 年之前
  Kevin Enderby c827f2cd76 Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary 9 年之前
  Kevin Enderby 317de7ce5b Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow 9 年之前