qemu/disas/libvixl
Peter Maydell 6aea44fc2b disas/libvixl: Update to libvixl 1.6
Update our copy of libvixl to upstream 1.6. There are no
changes of any particular interest to QEMU, so this is simply
keeping up with current upstream.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1412091418-25744-1-git-send-email-peter.maydell@linaro.org
2014-10-24 12:19:11 +01:00
..
a64 disas/libvixl: Update to libvixl 1.6 2014-10-24 12:19:11 +01:00
code-buffer.h disas/libvixl: Update to libvixl 1.6 2014-10-24 12:19:11 +01:00
globals.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
LICENCE disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
Makefile.objs disas/libvixl: prepend the include path of libvixl header files 2014-07-08 12:45:57 +01:00
platform.h disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +01:00
README disas/libvixl: Update to libvixl 1.6 2014-10-24 12:19:11 +01:00
utils.cc disas/libvixl: Update to libvixl 1.6 2014-10-24 12:19:11 +01:00
utils.h disas/libvixl: Update to libvixl 1.6 2014-10-24 12:19:11 +01:00

The code in this directory is a subset of libvixl:
 https://github.com/armvixl/vixl
(specifically, it is the set of files needed for disassembly only,
taken from libvixl 1.6).
Bugfixes should preferably be sent upstream initially.

The disassembler does not currently support the entire A64 instruction
set. Notably:
 * No Advanced SIMD support.
 * Limited support for system instructions.
 * A few miscellaneous integer and floating point instructions are missing.