summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes, by Stefan Weil.ths2008-06-032-5/+5
* kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard2008-05-301-11/+21
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-284-8/+6
* force bit 1 in eflags loadbellard2008-05-281-1/+1
* SVM reworkbellard2008-05-287-477/+383
* consistent naming for i386 TCG helper filebellard2008-05-283-6396/+6396
* variable dynamic translation buffer sizebellard2008-05-281-0/+2
* fixed x86_64 regressionbellard2008-05-251-4/+4
* transformed TN into temporaries - add local temporaries usage when needed - o...bellard2008-05-254-266/+259
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* Fix A20 debug dumps.pbrook2008-05-241-2/+2
* Fix ARM conditional branch bug.pbrook2008-05-241-28/+25
* use debug_insn_start to have nicer debug tracesbellard2008-05-221-5/+2
* proper helper definition registering (all targets must do that)bellard2008-05-223-353/+361
* 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
* converted conditional jumps, SET and CMOVx to TCGbellard2008-05-214-840/+421
* 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
* 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
* converted string OPs and LOOP insns to TCGbellard2008-05-183-294/+147
* fixed INC/DEC condition codesbellard2008-05-181-1/+1
* converted sign extension ops to TCGbellard2008-05-172-76/+31
* MONITOR insn address generation fix - converted XLAT to TCGbellard2008-05-172-40/+20
* BSR/BSF TCG conversionbellard2008-05-174-72/+54
* converted bit test operations to TCGbellard2008-05-172-98/+53
* moved eflags computation outside op.cbellard2008-05-174-293/+296
* converted adc, sbb, cmpxchg to TCGbellard2008-05-173-305/+151
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-179-1132/+762
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-1510-485/+404
* i386 specific TODObellard2008-05-131-0/+29
* compilation fixbellard2008-05-121-1/+3
* converted more helpers to TCGbellard2008-05-125-647/+498
* removed unused codebellard2008-05-121-6/+0
* FPU fixesbellard2008-05-121-11/+11
* converted x87 FPU ops to TCGbellard2008-05-125-945/+756
* converted SSE/MMX ops to TCGbellard2008-05-126-671/+715
* use TCG for MMX/SSE memory accessesbellard2008-05-123-221/+58
* char is only for stringsbellard2008-05-121-3/+3
OpenPOWER on IntegriCloud