aboutsummaryrefslogtreecommitdiff
path: root/disas
AgeCommit message (Expand)Author
2015-09-11typofixes - v4Veres Lajos
2015-09-11disas/microblaze: Remove unused codeStefan Weil
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange
2015-07-21disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTRpull-target-arm-20150721Stefan Weil
2015-07-15disas/mips: fix disassembling R6 instructionsYongbok Kim
2015-07-09tci: Fix compile failure by including qemu-common.hPeter Maydell
2015-07-09disas: cris: Fix 0 buffer length casePeter Crosthwaite
2015-07-09disas: arm-a64: Make printfer and stream variablePeter Crosthwaite
2015-06-12target-mips: add MTHC0 and MFHC0 instructionsLeon Alrae
2015-06-11target-mips: add ERETNC instruction and Config5.LLB bitLeon Alrae
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