aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell
2017-01-16Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' ...Peter Maydell
2017-01-14target-m68k: increment/decrement with SPLaurent Vivier
2017-01-14target-m68k: CAS doesn't need aligned accessLaurent Vivier
2017-01-14target-m68k: manage pre-dec et post-inc in CASLaurent Vivier
2017-01-14target-m68k: fix gen_flush_flags()Laurent Vivier
2017-01-14target-m68k: fix bit operation with immediate valueLaurent Vivier
2017-01-14target-m68k: Implement bfffoRichard Henderson
2017-01-14target-m68k: Implement bitfield ops for memoryRichard Henderson
2017-01-14target-m68k: Implement bitfield ops for registersRichard Henderson
2017-01-13target/arm: Fix ubfx et al for aarch64Richard Henderson
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
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