qemu-e2k/disas/libvixl
Peter Maydell 508280f566 disas/libvixl: Update to upstream VIXL 1.5
Update our copy of libvixl to upstream's 1.5 release.
This includes the upstream versions of the fixes we
were carrying locally (commit ffebe899).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1407162987-4659-1-git-send-email-peter.maydell@linaro.org
2014-08-29 15:00:27 +01:00
..
a64 disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +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
README disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +01:00
globals.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
platform.h disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +01:00
utils.cc disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +01:00
utils.h disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +01:00

README

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.5).
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.