Age | Commit message (Expand) | Author |
2013-02-16 | cpu: Add CPUArchState pointer to CPUState | Andreas Färber |
2013-02-16 | target-mips: Move TCG initialization to MIPSCPU initfn | Andreas Färber |
2013-02-16 | target-mips: Introduce QOM realizefn for MIPSCPU | Andreas Färber |
2013-01-31 | target-mips: enable access to DSP ASE if implemented | Petar Jovanovic |
2013-01-31 | target-mips: Unfuse {,N}M{ADD,SUB}.fmt | Richard Sandiford |
2013-01-31 | target-mips: Sign-extend the result of LWR | Richard Sandiford |
2013-01-31 | target-mips: Fix signedness of loads in MIPS16 RESTOREs | Richard Sandiford |
2013-01-31 | target-mips: implement DSP (d)append sub-class with TCG | Aurelien Jarno |
2013-01-31 | target-mips: use DSP unions for reduction add instructions | Aurelien Jarno |
2013-01-31 | target-mips: use DSP unions for unary DSP operators | Aurelien Jarno |
2013-01-31 | target-mips: use DSP unions for binary DSP operators | Aurelien Jarno |
2013-01-31 | target-mips: add unions to access DSP elements | Aurelien Jarno |
2013-01-31 | target-mips: generate a reserved instruction exception on CPU without DSP | Aurelien Jarno |
2013-01-31 | target-mips: copy insn_flags in DisasContext | Aurelien Jarno |
2013-01-31 | target-mips: fix DSP loads with rd = 0 | Aurelien Jarno |
2013-01-15 | exec: Return CPUState from qemu_get_cpu() | Andreas Färber |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber |
2013-01-15 | target-mips: Clean up mips_cpu_map_tc() documentation | Andreas Färber |
2013-01-15 | cpu: Move nr_{cores,threads} fields to CPUState | Andreas Färber |
2013-01-08 | target-mips: Fix helper and tests for dot/cross-dot product instructions | Petar Jovanovic |
2013-01-08 | target-mips: Replace macros by inline functions | Stefan Weil |
2013-01-08 | target-mips: Allow DSP access to be disabled once enabled. | Eric Johnson |
2013-01-01 | target-mips: Use EXCP_SC rather than a magic number | 陳韋任 (Wei-Ren Chen) |
2013-01-01 | target-mips: Make repl_ph to sign extend to target-long | Jovanovic, Petar |
2013-01-01 | Fix my email address | Dongxue Zhang |
2013-01-01 | target-mips: Remove semicolon from macro definition | Stefan Weil |
2013-01-01 | target-mips: Fix for helpers for EXTR_* instructions | Petar Jovanovic |
2013-01-01 | target-mips: Fix incorrect reads and writes to DSPControl register | Petar Jovanovic |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl |
2012-12-08 | Merge branch 'master' of git.qemu-project.org:/pub/git/qemu | Blue Swirl |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin |
2012-12-06 | target-mips: Fix incorrect shift for SHILO and SHILOV | Petar Jovanovic |
2012-12-06 | target-mips: Fix incorrect code and test for INSV | Petar Jovanovic |
2012-11-24 | target-mips: remove POOL48A from the microMIPS decoding | Aurelien Jarno |
2012-11-24 | target-mips: Clean up microMIPS32 major opcode | 陳韋任 (Wei-Ren Chen) |
2012-11-24 | target-mips: Add comments on POOL32Axf encoding | 陳韋任 (Wei-Ren Chen) |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-15 | target-mips: fix wrong microMIPS opcode encoding | 陳韋任 (Wei-Ren Chen) |
2012-11-11 | target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1. | Eric Johnson |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl |
2012-11-05 | target-mips: use ULL for 64 bit constants | Blue Swirl |
2012-11-01 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |