aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-23Fix build failure with old kernel headers (loop.h is incompatible withpbrook
2008-05-23Fix qemu_ld/st for mem_index > 0 on arm host.balrog
2008-05-23Define TCG_TARGET_CALL_STACK_OFFSET on arm.balrog
2008-05-23compilation fixbellard
2008-05-23removed warningbellard
2008-05-23TCG profiler clean upbellard
2008-05-23profiler clean upbellard
2008-05-23Fix build failure for MIPS64 targets on 64-bit hosts.ths
2008-05-22Delete dead code.ths
2008-05-22Register op helpersblueswir1
2008-05-22Switch MIPS branch handling to TCG, and clean out pointless wrapperths
2008-05-22use debug_insn_start to have nicer debug tracesbellard
2008-05-22added debug_insn_start debug instructionbellard
2008-05-22proper helper definition registering (all targets must do that)bellard
2008-05-22debug output: write helper namesbellard
2008-05-22more generic call codegenbellard
2008-05-22fixed zero shifts (64 bit case)bellard
2008-05-22Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.ths
2008-05-22small shift optsbellard
2008-05-22optimization of shifts by a constantbellard
2008-05-22lahf/sahf cpuid testbellard
2008-05-22cmpxchg8b fix - added cmpxchg16bbellard
2008-05-22cmpxchg 64 bit fixbellard
2008-05-22fxsave/fxrstor 64 bit fixbellard
2008-05-21disabled dyngen for x86 targetbellard
2008-05-21converted conditional jumps, SET and CMOVx to TCGbellard
2008-05-21removed unused definesbellard
2008-05-21converted env access to TCGbellard
2008-05-21convert eflags manipulation insns to TCGbellard
2008-05-21convert remaining segment handling to TCGbellard
2008-05-21converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard
2008-05-21fixed dead global variable updatebellard
2008-05-21suppressed no longer used opsbellard
2008-05-21converted INTO/CMPXCHG8B to TCGbellard
2008-05-21converted BCD ops to TCGbellard
2008-05-21converted MUL/IMUL to TCGbellard
2008-05-21Switch MIPS clo/clz and the condition tests to TCG.ths
2008-05-21Switch MIPS movn/movz to TCG.ths
2008-05-20Remove currently unnecessary alignment maskingblueswir1
2008-05-20Fix 8-bit signed load/store and a typo.balrog
2008-05-20Implement neg_i32, clean-up.balrog
2008-05-20Prevent SEGV in VNC server for old clients (Anthony Liguori).balrog
2008-05-20Remove dyngen ARM code, which did't build.balrog
2008-05-19ARM host support for TCG targets.balrog
2008-05-19Fix Sparc32 compilation broken by r4484blueswir1
2008-05-19Better solution for the alignment problemblueswir1
2008-05-18Add file left out from previous commit.ths
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-18Fix local register cache handling.ths