aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-23Shuffle contents of tcg_target_reg_alloc_ordermalc
2008-06-22Add missing [SU]32malc
2008-06-22Eliminate cpu_T[0]blueswir1
2008-06-22Eliminate cpu_T[1]blueswir1
2008-06-22Add missing keys, sendkey support for all keysblueswir1
2008-06-21Emit warning message if user supplied buffer/period size/time was rejectedmalc
2008-06-21Convert some cpu_dst uses (with loads/stores) to cpu_tmp0blueswir1
2008-06-21Avoid brcond problems, use temps for cpu_src1 & cpu_src2blueswir1
2008-06-21Do not save dynamic fieldmalc
2008-06-21Disable xLaw debuggingmalc
2008-06-21Rework period/buffer size settingmalc
2008-06-21Add VM save/load supportmalc
2008-06-21Add calls to pci_device_save/loadmalc
2008-06-20Update TODOblueswir1
2008-06-20Add support for boot_set commandblueswir1
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir1
2008-06-20Delete obsolete file.ths
2008-06-20Delete obsolete file.ths
2008-06-20Delete obsolete prototypes.ths
2008-06-20Convert unaligned load/store to TCG.ths
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir1
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard
2008-06-20Convert vr54xx multiply instructions to TCG.ths
2008-06-20cmpxchg fixesbellard
2008-06-19Remove now-dead code.ths
2008-06-19Convert remaining MIPS FP instructions to TCG.ths
2008-06-19Fix buffer overruns (reported by Julian Seward)blueswir1
2008-06-19Also fix 24 bit depthblueswir1
2008-06-19Fix crash when returning from monitor or serial console to normal TCX viewblueswir1
2008-06-18Make save function optionalaurel32
2008-06-18PPC: fix mtfsfiaurel32
2008-06-18Add image format option in monitor for removable mediaaurel32
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard
2008-06-18Save LR into proper place on callers stack framemalc
2008-06-15Avoid temporary variable use across basic blocks for udivxblueswir1
2008-06-15Fix Sparc32plus & Sparc64 debug outputblueswir1
2008-06-13Fix vm state save/loadmalc
2008-06-13ISA version of CS4231Amalc
2008-06-12Switch the standard multiplication instructions to TCG.ths
2008-06-12Switch bitfield instructions and assorted special ops to TCG.ths
2008-06-12Reimplement brcond2 and refactor brcondmalc
2008-06-12TCGify the simplest FP instructions.ths
2008-06-12TCGify a few more instructions.ths
2008-06-11Update TODO list.ths
2008-06-11Call most FP helpers without deroute through op.cths
2008-06-11Delete obsolete file.ths
2008-06-11Switch most MIPS FP load/stores to TCG.ths
2008-06-11Avoid gen_opc_buf overflow.ths
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths
2008-06-11Free some more temporaries.ths