summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
* SVM reworkbellard2008-05-281-137/+101
* fixed x86_64 regressionbellard2008-05-251-4/+4
* transformed TN into temporaries - add local temporaries usage when needed - o...bellard2008-05-251-215/+253
* 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-221-0/+5
* optimization of shifts by a constantbellard2008-05-221-4/+68
* lahf/sahf cpuid testbellard2008-05-221-2/+4
* cmpxchg8b fix - added cmpxchg16bbellard2008-05-221-5/+20
* cmpxchg 64 bit fixbellard2008-05-221-4/+10
* converted conditional jumps, SET and CMOVx to TCGbellard2008-05-211-392/+421
* converted env access to TCGbellard2008-05-211-32/+32
* convert eflags manipulation insns to TCGbellard2008-05-211-13/+29
* convert remaining segment handling to TCGbellard2008-05-211-9/+36
* converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard2008-05-211-17/+23
* suppressed no longer used opsbellard2008-05-211-6/+0
* converted INTO/CMPXCHG8B to TCGbellard2008-05-211-2/+2
* converted BCD ops to TCGbellard2008-05-211-6/+6
* converted MUL/IMUL to TCGbellard2008-05-211-11/+129
* converted string OPs and LOOP insns to TCGbellard2008-05-181-192/+147
* fixed INC/DEC condition codesbellard2008-05-181-1/+1
* converted sign extension ops to TCGbellard2008-05-171-15/+31
* MONITOR insn address generation fix - converted XLAT to TCGbellard2008-05-171-16/+20
* BSR/BSF TCG conversionbellard2008-05-171-27/+21
* converted bit test operations to TCGbellard2008-05-171-55/+53
* converted adc, sbb, cmpxchg to TCGbellard2008-05-171-172/+151
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-640/+597
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-147/+153
* compilation fixbellard2008-05-121-1/+3
* converted more helpers to TCGbellard2008-05-121-58/+62
* FPU fixesbellard2008-05-121-11/+11
* converted x87 FPU ops to TCGbellard2008-05-121-142/+228
* converted SSE/MMX ops to TCGbellard2008-05-121-121/+200
* use TCG for MMX/SSE memory accessesbellard2008-05-121-52/+58
* Factorize code in translate.caurel322008-04-281-0/+23
* Check for 3DNow! CPUID at translation timeaurel322008-04-091-2/+13
* 3DNow! instruction set emulationaurel322008-04-081-6/+51
* More helper types, rearrange generic definitionsblueswir12008-02-241-64/+0
* Add TCG variable opaque type.pbrook2008-02-031-3/+3
* use the TCG code generatorbellard2008-02-011-737/+776
* Fix cmpxchg8b translation (Bernhard Kauer).balrog2007-12-241-1/+1
* Add rdpmc SVM intercept, by Bernhard Kauer.balrog2007-12-091-0/+4
* removed obsolete x86 code copy supportbellard2007-11-081-3/+0
* Correct the WBINVD intercept in SVM (Alexander Graf).balrog2007-10-311-1/+1
* SVM VINTR fix, by Alexander Graf.ths2007-09-271-2/+0
* SVM Support, by Alexander Graf.ths2007-09-231-5/+238
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-201-2/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-47/+47
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-125/+125
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-261-1/+1
OpenPOWER on IntegriCloud