aboutsummaryrefslogtreecommitdiff
path: root/disas
AgeCommit message (Expand)Author
2015-03-19cris: remove unused cris_cond15 declarationsMichael Tokarev
2015-03-10disas/microblaze: Fix warnings caused by missing 'static' attributeStefan Weil
2015-03-10disas/arm: Fix warnings caused by missing 'static' attributeStefan Weil
2015-02-10disas/sh4: Fix warning caused by missing 'static' attributeStefan Weil
2015-02-05disas/arm-a64.cc: Tell libvixl correct code addressesPeter Maydell
2015-02-05disas/libvixl: Update to upstream VIXL 1.7Peter Maydell
2015-02-03disas/s390.c: Remove unused variablesPeter Maydell
2015-01-21disas/sparc: Remove unused data sparc_opcode_archs[]Peter Maydell
2014-12-16disas/mips: disable unused mips16_to_32_reg_map[]Leon Alrae
2014-12-16disas/mips: remove unused mips_msa_control_names_numeric[32]Leon Alrae
2014-11-03disas/mips.c: disassemble MSA instructionsYongbok Kim
2014-11-03target-mips: add TLBINV supportLeon Alrae
2014-10-24disas/libvixl/a64/instructions-a64.h: Remove unused constantsChen Gang
2014-10-24disas/libvixl: Update to libvixl 1.6Peter Maydell
2014-10-14target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructionsYongbok Kim
2014-10-14target-mips: add new Floating Point Comparison instructionsYongbok Kim
2014-10-14target-mips: add new Floating Point instructionsLeon Alrae
2014-10-14target-mips: add AUI, LSA and PCREL instruction familiesLeon Alrae
2014-10-13target-mips: add compact and CP1 branchesYongbok Kim
2014-10-13target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructionsYongbok Kim
2014-10-13target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6Leon Alrae
2014-10-13target-mips: redefine Integer Multiply and Divide instructionsLeon Alrae
2014-10-13target-mips: move PREF, CACHE, LLD and SCD instructionsLeon Alrae
2014-10-13target-mips: move LL and SC instructionsLeon Alrae
2014-10-13target-mips: add SELEQZ and SELNEZ instructionsLeon Alrae
2014-09-29tcg-sparc: Use UMULXHI instructionRichard Henderson
2014-09-29tcg-sparc: Rename ADDX/SUBX insnsRichard Henderson
2014-09-29tcg-sparc: Use ADDXC in addsub2_i64Richard Henderson
2014-08-29disas/libvixl: Update to upstream VIXL 1.5Peter Maydell
2014-07-08disas/libvixl: prepend the include path of libvixl header filesStefano Stabellini
2014-06-29disas/libvixl: Fix wrong format stringspull-target-arm-20140630Stefan Weil
2014-06-29disas/libvixl: Update README for version baseRichard Henderson
2014-05-13disas/libvixl: Update to libvixl 1.4Peter Maydell
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev
2014-03-10libvixl: Fix format strings for several int64_t valuesStefan Weil
2014-02-17disas/i386: Disassemble ANDN/SHLX/SHRX/SHAXRichard Henderson
2014-02-15libvixl: fix 64bit constants usageMichael Tokarev
2014-02-08disas: Implement disassembly output for A64Claudio Fontana
2014-02-08disas/libvixl: Fix upstream libvixl compilation issuesPeter Maydell
2014-02-08disas: Add subset of libvixl sources for A64 disassemblerPeter Maydell
2014-01-25disas/i386.c: disassemble movbe instructionAurelien Jarno
2013-09-02disas/ppc.c: Fix little endian disassemblyAnton Blanchard
2013-04-27tcg-arm: Implement division instructionsRichard Henderson
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-13disas/i386.c: disassemble aes-ni instructionsAurelien Jarno
2013-04-13disas/i386.c: disassemble pclmulqdq instructionAurelien Jarno
2013-03-23Add moxie disassemblerAnthony Green
2013-03-18lm32-dis: fix NULL pointer dereferenceMichael Walle
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-23disas/i386.c: Add explicit braces round empty for-loop bodyPeter Maydell