summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ARM conditional branch bug.pbrook2008-05-246-121/+131
* Fix helper operand type mismatch.pbrook2008-05-241-1/+2
* Fix bogus test syntax.pbrook2008-05-231-1/+1
* Fix parallel builds for dyngen, by Jason Wessel.ths2008-05-231-0/+1
* Comment non-obvious calculation. Don't clobber r3 in qemu_st64.balrog2008-05-231-6/+33
* A branch insn must not overwrite the branch target before relocation.balrog2008-05-231-3/+14
* Swithc some MIPS CP0 accesses to TCG.ths2008-05-232-451/+194
* Switch MIPS movf/movt to TCG.ths2008-05-232-23/+22
* added tcg_temp_free() and improved the handling of constantsbellard2008-05-233-229/+396
* Fix build failure with old kernel headers (loop.h is incompatible withpbrook2008-05-232-1/+96
* Fix qemu_ld/st for mem_index > 0 on arm host.balrog2008-05-231-6/+15
* Define TCG_TARGET_CALL_STACK_OFFSET on arm.balrog2008-05-231-2/+3
* compilation fixbellard2008-05-231-2/+2
* removed warningbellard2008-05-231-2/+2
* TCG profiler clean upbellard2008-05-233-77/+12
* profiler clean upbellard2008-05-232-13/+93
* Fix build failure for MIPS64 targets on 64-bit hosts.ths2008-05-231-1/+2
* Delete dead code.ths2008-05-222-31/+0
* Register op helpersblueswir12008-05-222-93/+101
* Switch MIPS branch handling to TCG, and clean out pointless wrapperths2008-05-222-450/+286
* use debug_insn_start to have nicer debug tracesbellard2008-05-221-5/+2
* added debug_insn_start debug instructionbellard2008-05-223-3/+43
* proper helper definition registering (all targets must do that)bellard2008-05-223-353/+361
* debug output: write helper namesbellard2008-05-222-15/+35
* more generic call codegenbellard2008-05-224-42/+75
* fixed zero shifts (64 bit case)bellard2008-05-221-3/+4
* Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.ths2008-05-221-1/+1
* small shift optsbellard2008-05-221-6/+30
* optimization of shifts by a constantbellard2008-05-221-4/+68
* lahf/sahf cpuid testbellard2008-05-222-9/+6
* cmpxchg8b fix - added cmpxchg16bbellard2008-05-223-7/+47
* cmpxchg 64 bit fixbellard2008-05-221-4/+10
* fxsave/fxrstor 64 bit fixbellard2008-05-221-2/+20
* disabled dyngen for x86 targetbellard2008-05-211-4/+0
* converted conditional jumps, SET and CMOVx to TCGbellard2008-05-214-840/+421
* removed unused definesbellard2008-05-211-2/+0
* converted env access to TCGbellard2008-05-212-67/+32
* convert eflags manipulation insns to TCGbellard2008-05-215-148/+46
* convert remaining segment handling to TCGbellard2008-05-213-49/+38
* converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard2008-05-214-61/+39
* fixed dead global variable updatebellard2008-05-211-20/+18
* suppressed no longer used opsbellard2008-05-212-17/+0
* converted INTO/CMPXCHG8B to TCGbellard2008-05-214-20/+12
* converted BCD ops to TCGbellard2008-05-212-38/+6
* converted MUL/IMUL to TCGbellard2008-05-213-133/+129
* Switch MIPS clo/clz and the condition tests to TCG.ths2008-05-214-74/+80
* Switch MIPS movn/movz to TCG.ths2008-05-212-16/+14
* Remove currently unnecessary alignment maskingblueswir12008-05-201-57/+57
* Fix 8-bit signed load/store and a typo.balrog2008-05-201-4/+4
* Implement neg_i32, clean-up.balrog2008-05-202-5/+10
OpenPOWER on IntegriCloud