summaryrefslogtreecommitdiff
path: root/disas
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil2-4/+0
2016-02-26target-mips: implement R6 multi-threadingYongbok Kim1-0/+4
2016-02-23disas/arm-a64.cc: Include osdep.h firstPeter Maydell1-2/+3
2016-02-04disas: Clean up includesPeter Maydell7-6/+7
2016-02-03libvixl: Avoid std::abs() of 64-bit typePeter Maydell1-1/+5
2016-01-29moxie: Clean up includesPeter Maydell1-1/+1
2016-01-29cris: Clean up includesPeter Maydell1-0/+1
2016-01-29sh4: Clean up includesPeter Maydell1-1/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2016-01-29alpha: Clean up includesPeter Maydell1-1/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-29lm32: Clean up includesPeter Maydell1-1/+1
2016-01-28disas/microblaze.c: Don't define TRUE or FALSEPeter Maydell1-4/+1
2016-01-23mips: Clean up includesPeter Maydell1-0/+1
2016-01-14disas/libvixl: Really suppress gcc 4.6.3 sign-compare warningsPeter Maydell1-1/+1
2016-01-12disas/libvixl: Suppress gcc 4.6.3 sign-compare warningsPeter Maydell2-2/+7
2016-01-11disas/libvixl: Update to upstream VIXL 1.12Peter Maydell24-5188/+11989
2015-11-17disas/arm: avoid clang shifting negative signed warningStefan Hajnoczi1-1/+1
2015-10-19disas/mips: Add R6 jr/jr.hb to disassemblerJames Hogan1-0/+2
2015-10-01disas/cris: Fix typo in commentStefan Weil1-1/+1
2015-09-11typofixes - v4Veres Lajos2-3/+3
2015-09-11disas/microblaze: Remove unused codeStefan Weil1-150/+0
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-2/+1
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange1-1/+0
2015-07-21disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTRStefan Weil1-2/+2
2015-07-15disas/mips: fix disassembling R6 instructionsYongbok Kim1-6/+6
2015-07-09tci: Fix compile failure by including qemu-common.hPeter Maydell1-0/+1
2015-07-09disas: cris: Fix 0 buffer length casePeter Crosthwaite1-3/+3
2015-07-09disas: arm-a64: Make printfer and stream variablePeter Crosthwaite1-5/+17
2015-06-12target-mips: add MTHC0 and MFHC0 instructionsLeon Alrae1-0/+2
2015-06-11target-mips: add ERETNC instruction and Config5.LLB bitLeon Alrae1-0/+1
2015-03-19cris: remove unused cris_cond15 declarationsMichael Tokarev1-12/+1
2015-03-10disas/microblaze: Fix warnings caused by missing 'static' attributeStefan Weil1-6/+7
2015-03-10disas/arm: Fix warnings caused by missing 'static' attributeStefan Weil1-128/+0
2015-02-10disas/sh4: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-05disas/arm-a64.cc: Tell libvixl correct code addressesPeter Maydell1-3/+6
2015-02-05disas/libvixl: Update to upstream VIXL 1.7Peter Maydell11-210/+537
2015-02-03disas/s390.c: Remove unused variablesPeter Maydell1-35/+0
2015-01-21disas/sparc: Remove unused data sparc_opcode_archs[]Peter Maydell1-32/+0
2014-12-16disas/mips: disable unused mips16_to_32_reg_map[]Leon Alrae1-1/+2
2014-12-16disas/mips: remove unused mips_msa_control_names_numeric[32]Leon Alrae1-7/+0
2014-11-03disas/mips.c: disassemble MSA instructionsYongbok Kim1-2/+714
2014-11-03target-mips: add TLBINV supportLeon Alrae1-0/+2
2014-10-24disas/libvixl/a64/instructions-a64.h: Remove unused constantsChen Gang1-24/+0
2014-10-24disas/libvixl: Update to libvixl 1.6Peter Maydell12-332/+715
2014-10-14target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructionsYongbok Kim1-0/+2
2014-10-14target-mips: add new Floating Point Comparison instructionsYongbok Kim1-0/+44