提交历史

作者 SHA1 备注 提交日期
  Derek Schuff adef06a714 Make MemoryObject accessor members const again 13 年之前
  Kevin Enderby 0943303d31 Fix the symbolic operand added for the C disassmbler API for the ARM bl 13 年之前
  Kevin Enderby b80d571ea8 Updated the llvm-mc disassembler C API to support for the X86 target. 13 年之前
  Jia Liu 31d157ae1a Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 13 年之前
  Benjamin Kramer 88b6fc06db Make the EDis tables const. 13 年之前
  Craig Topper bc2198133a Convert assert(0) to llvm_unreachable 13 年之前
  Derek Schuff 2ea93875b2 Enable streaming of bitcode 13 年之前
  David Blaikie 4d6ccb5f68 More dead code removal (using -Wunreachable-code) 13 年之前
  Jim Grosbach 60d99a5278 ARM NEON VTBL/VTBX assembly parsing and encoding. 13 年之前
  Jim Grosbach bb3a2e4d0d ARM NEON refactor VST2 w/ writeback instructions. 13 年之前
  Jim Grosbach e90ac9bce9 ARM NEON VST2 assembly parsing and encoding. 13 年之前
  Jim Grosbach a4e3c7fc4b ARM assembly parsing and encoding for VLD2 with writeback. 13 年之前
  Matt Beaumont-Gay 7b8e121520 Remove unused variable 13 年之前
  Jim Grosbach 096334e25e ARM parsing for VLD1 all lanes, with writeback. 13 年之前
  Jim Grosbach 4c7edb3ad8 ARM assembly parsing and encoding for four-register VST1. 13 年之前
  Jim Grosbach d5ca201891 ARM assembly parsing and encoding for three-register VST1. 13 年之前
  Owen Anderson 22925d93e9 Fix a misplaced paren bug. 13 年之前
  Owen Anderson b589be9334 Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VMOVv4f32. 13 年之前
  Jim Grosbach 742c4bac07 Re-apply 144430, this time with the associated isel and disassmbler bits. 13 年之前
  Benjamin Kramer eea66f63d9 Remove the unnecessary dependency on libARMCodeGen from libARMDisassembler. 13 年之前
  Owen Anderson 244006db5c The rules disallowing single-register reglist operands only apply to the POP alias, not to LDM/STM instructions. Revert r143552. 14 年之前
  Owen Anderson e31b42a6f5 Register list operands are not allowed to contain only a single register. Alternate encodings are used in that case. 14 年之前
  Owen Anderson 60cb643f75 Fix disassembly of some VST1 instructions. 14 年之前
  Jim Grosbach 4334e03252 ARM VST1 w/ writeback assembly parsing and encoding. 14 年之前
  Owen Anderson fb6ab2b30e More not-crashing NEON disassembly updates for the vld refactoring. 14 年之前
  Owen Anderson cb9fed6655 Reapply r143202, with a manual decoding hook for SWP. This change inadvertantly exposed a decoding ambiguity between SWP and CPS that the auto-generated decoder can't handle. 14 年之前
  Owen Anderson 04b12a4cfb Add some NEON stores to the VLD decoding hook that were accidentally omitted previously. 14 年之前
  Jim Grosbach 399cdca4d2 ARM assembly parsing and encoding for VLD1 with writeback. 14 年之前
  Jim Grosbach 5921675ff5 ARM assembly parsing and encoding for VLD1 w/ writeback. 14 年之前
  Jim Grosbach 10b90a9bbf ARM refactor am6offset usage for VLD1. 14 年之前