qemu
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-26 blueswir1More TCG type fixes
2008-05-26 bellardFix signed/unsigned issues of immediate version of...
2008-05-26 blueswir1Fix cas on i386
2008-05-25 bellardfixed x86_64 regression
2008-05-25 bellardppc dyngen fix (malc)
2008-05-25 bellardppc TCG target (malc)
2008-05-25 bellardjump simplification
2008-05-25 bellardjump optimizations
2008-05-25 bellardupdate
2008-05-25 bellardsuppressed unused macro handling
2008-05-25 bellardremove absolete function
2008-05-25 bellardremove absolete function
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-25 bellardadded local temporaries
2008-05-25 pbrookIgnore duplicate timer run requests.
2008-05-25 blueswir1Implement byte swapping accesses
2008-05-25 blueswir1Nicer debug output
2008-05-25 pbrookRemove bogus DisplayState member.
2008-05-25 balrogFix VNC update regoin height.
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-25 balrogInvalidate VNC framebuffer on every resize.
2008-05-24 balrogTab-complete arguments for "logfile" in the monitor.
2008-05-24 balrogRelax a constraint for qemu_ld64 on ARM host.
2008-05-24 balrogFix a deadly typo, correct comments.
2008-05-24 pbrookConvert m68k target to TCG.
2008-05-24 pbrookFix ARM host TLB.
2008-05-24 thsFix mov[tf].ps handling for MIPS, by Richard Sandiford.
2008-05-24 thsUn-break MIPS conditional moves, by Richard Sandiford.
2008-05-24 blueswir1Implement 64-bit constant loads
2008-05-24 blueswir1Use sethi and arith functions, fix comment
2008-05-24 blueswir1Fix stack offsets and alignment
2008-05-24 edgar_iglETRAX: Correct check for second nic.
2008-05-24 edgar_iglDont try to keep the tlb and the jmp cache synchronized.
2008-05-24 pbrookFix A20 debug dumps.
2008-05-24 pbrookDynamically allocate tbs. Avoids branch range problems...
2008-05-24 blueswir1Define stack offsets
2008-05-24 pbrookMore TCGv type fixes.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-24 pbrookFix helper operand type mismatch.
2008-05-23 pbrookFix bogus test syntax.
2008-05-23 thsFix parallel builds for dyngen, by Jason Wessel.
2008-05-23 balrogComment non-obvious calculation. Don't clobber r3...
2008-05-23 balrogA branch insn must not overwrite the branch target...
2008-05-23 thsSwithc some MIPS CP0 accesses to TCG.
2008-05-23 thsSwitch MIPS movf/movt to TCG.
2008-05-23 bellardadded tcg_temp_free() and improved the handling of...
2008-05-23 pbrookFix build failure with old kernel headers (loop.h is...
2008-05-23 balrogFix qemu_ld/st for mem_index > 0 on arm host.
2008-05-23 balrogDefine TCG_TARGET_CALL_STACK_OFFSET on arm.
2008-05-23 bellardcompilation fix
2008-05-23 bellardremoved warning
2008-05-23 bellardTCG profiler clean up
2008-05-23 bellardprofiler clean up
2008-05-23 thsFix build failure for MIPS64 targets on 64-bit hosts.
2008-05-22 thsDelete dead code.
2008-05-22 blueswir1Register op helpers
2008-05-22 thsSwitch MIPS branch handling to TCG, and clean out point...
2008-05-22 bellarduse debug_insn_start to have nicer debug traces
2008-05-22 bellardadded debug_insn_start debug instruction
2008-05-22 bellardproper helper definition registering (all targets must...
2008-05-22 bellarddebug output: write helper names
2008-05-22 bellardmore generic call codegen
2008-05-22 bellardfixed zero shifts (64 bit case)
2008-05-22 thsFix block-vmdk.c:vmdk_close() use-after-free, by Ed...
2008-05-22 bellardsmall shift opts
2008-05-22 bellardoptimization of shifts by a constant
2008-05-22 bellardlahf/sahf cpuid test
2008-05-22 bellardcmpxchg8b fix - added cmpxchg16b
2008-05-22 bellardcmpxchg 64 bit fix
2008-05-22 bellardfxsave/fxrstor 64 bit fix
2008-05-21 bellarddisabled dyngen for x86 target
2008-05-21 bellardconverted conditional jumps, SET and CMOVx to TCG
2008-05-21 bellardremoved unused defines
2008-05-21 bellardconverted env access to TCG
2008-05-21 bellardconvert eflags manipulation insns to TCG
2008-05-21 bellardconvert remaining segment handling to TCG
2008-05-21 bellardconverted LSL/LAR/VERW/VERR to TCG - force 16 bit memor...
2008-05-21 bellardfixed dead global variable update
2008-05-21 bellardsuppressed no longer used ops
2008-05-21 bellardconverted INTO/CMPXCHG8B to TCG
2008-05-21 bellardconverted BCD ops to TCG
2008-05-21 bellardconverted MUL/IMUL to TCG
2008-05-21 thsSwitch MIPS clo/clz and the condition tests to TCG.
2008-05-21 thsSwitch MIPS movn/movz to TCG.
2008-05-20 blueswir1Remove currently unnecessary alignment masking
2008-05-20 balrogFix 8-bit signed load/store and a typo.
2008-05-20 balrogImplement neg_i32, clean-up.
2008-05-20 balrogPrevent SEGV in VNC server for old clients (Anthony...
2008-05-20 balrogRemove dyngen ARM code, which did't build.
2008-05-19 balrogARM host support for TCG targets.
2008-05-19 blueswir1Fix Sparc32 compilation broken by r4484
2008-05-19 blueswir1Better solution for the alignment problem
2008-05-18 thsAdd file left out from previous commit.
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-18 thsFix local register cache handling.
2008-05-18 bellardconverted string OPs and LOOP insns to TCG
2008-05-18 bellardfixed INC/DEC condition codes
2008-05-18 balrogBoot tags setup needed by N800 proprietary bootloader.
2008-05-18 balrogN810 keyboard slide open by default, add more comments.
next