aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-01-12Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...Peter Maydell
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost
2017-01-12target/i386: Fix bad patch application to translate.cDoug Evans
2017-01-11target-tricore: Add updfl instructionBastian Koppelmann
2017-01-11target-tricore: Added new JNE instruction variantPeer Adelt
2017-01-11target-tricore: Added new MOV instruction variantPeer Adelt
2017-01-11target-tricore: Added MADD.F and MSUB.F instructionsBastian Koppelmann
2017-01-11target-tricore: Added FTOUZ instructionBastian Koppelmann
2017-01-10target-i386: Use ctpop helperRichard Henderson
2017-01-10target-tilegx: Use ctpop helperRichard Henderson
2017-01-10target-sparc: Use ctpop helperRichard Henderson
2017-01-10target-s390x: Avoid a loop for popcntRichard Henderson
2017-01-10target-ppc: Use ctpop helperRichard Henderson
2017-01-10target-alpha: Use ctpop helperRichard Henderson
2017-01-10target-xtensa: Use clrsb helperRichard Henderson
2017-01-10target-tricore: Use clrsb helperRichard Henderson
2017-01-10target-arm: Use clrsb helperRichard Henderson
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson
2017-01-10target-arm: Use clz opcodeRichard Henderson
2017-01-10target-xtensa: Use clz opcodeRichard Henderson
2017-01-10target-unicore32: Use clz opcodeRichard Henderson
2017-01-10target-tricore: Use clz opcodeRichard Henderson
2017-01-10target-tilegx: Use clz and ctz opcodesRichard Henderson
2017-01-10target-s390x: Use clz opcodeRichard Henderson
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson
2017-01-10target-openrisc: Use clz and ctz opcodesRichard Henderson
2017-01-10target-mips: Use clz opcodeRichard Henderson
2017-01-10target-microblaze: Use clz opcodeRichard Henderson
2017-01-10target-cris: Use clz opcodeRichard Henderson
2017-01-10target-alpha: Use the ctz and clz opcodesRichard Henderson
2017-01-10target-s390x: Use the new deposit and extract opsRichard Henderson
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson
2017-01-10target-mips: Use the new extract opRichard Henderson
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson
2017-01-10target-alpha: Use deposit and extract opsRichard Henderson
2016-12-28Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' ...Peter Maydell
2016-12-27target-m68k: free TCG variables that are notLaurent Vivier
2016-12-27target-m68k: add rol/ror/roxl/roxr instructionsLaurent Vivier
2016-12-27target-m68k: Inline shiftsRichard Henderson
2016-12-27target-m68k: Do not cpu_abort on undefined insnsRichard Henderson
2016-12-27target-m68k: Implement 680x0 movemLaurent Vivier
2016-12-27target-m68k: add cas/cas2 opsLaurent Vivier
2016-12-27target-m68k: add abcd/sbcd/nbcdLaurent Vivier
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier
2016-12-27target-m68k: add 64bit mullLaurent Vivier
2016-12-27target-m68k: add cmpmLaurent Vivier
2016-12-27target-m68k: Split gen_lea and gen_eaRichard Henderson
2016-12-27target-m68k: Delay autoinc writebackRichard Henderson