summaryrefslogtreecommitdiff
path: root/disas
AgeCommit message (Expand)AuthorFilesLines
2017-04-03disas/cris.c: Avoid unintentional sign extensionPeter Maydell1-2/+2
2017-03-24disas/microblaze: Remove unused REG_PC definePeter Maydell1-1/+1
2017-03-07disas/arm: Avoid unintended sign extensionPeter Maydell1-2/+2
2017-03-07disas/cris: Avoid unintended sign extensionPeter Maydell1-2/+2
2017-03-07disas/microblaze: Avoid unintended sign extensionPeter Maydell1-2/+4
2017-03-07disas/m68k: Avoid unintended sign extension in get_field()Peter Maydell1-2/+3
2017-03-07disas/i386: Avoid NULL pointer dereference in error casePeter Maydell1-1/+1
2017-03-07disas/hppa: Remove dead codePeter Maydell1-2/+1
2017-01-31disas/ppc: Fix indefinite articles in commentsStefan Weil1-6/+6
2017-01-25Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into stagingPeter Maydell2-0/+3535
2017-01-24nios2: Add disas entriesMarek Vasut2-0/+3535
2017-01-24disas/cris.c: Fix Coverity warning about unchecked NULLPeter Maydell1-1/+1
2017-01-22Revert "Remove remainders of HPPA backend"Richard Henderson2-0/+2833
2017-01-10disas/ppc: Handle popcnt and cnttzRichard Henderson1-0/+10
2017-01-10disas/i386.c: Handle tzcntRichard Henderson1-2/+10
2016-12-22Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-6/+2
2016-12-20slirp, disas: Replace min/max with MIN/MAX macrosYuval Shaia1-6/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-3/+1
2016-11-15target-ppc: add vrldnm and vrlwnm instructionsBharata B Rao1-0/+2
2016-11-15target-ppc: add vrldnmi and vrlwmi instructionsGautham R. Shenoy1-0/+2
2016-09-22disas/arm.c: Remove unused macro definitionsPeter Maydell1-11/+0
2016-09-15Remove unused function declarationsLadi Prosek1-6/+0
2016-09-15Remove remainders of HPPA backendThomas Huth2-2833/+0
2016-07-19disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headersPeter Maydell1-1/+0
2016-07-18disas: Remove unused macro '_'LluĂ­s Vilanova7-46/+46
2016-05-20tci: do not include exec/exec-all.hPaolo Bonzini1-1/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
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