summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)Author
2008-10-04Fix crc32w decoding, fix a constant width in blendvpd.balrog
2008-10-04x86 "popcnt" affects flags.balrog
2008-10-04Implement SSE4.1, SSE4.2 (x86).balrog
2008-10-01x86 pextrw destination operand can be r64.balrog
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog
2008-09-25Implement x86 SSSE3 instructions.balrog
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-07fix cvtsq2s[sd] (Juergen Lock)bellard
2008-07-05Re-add static qualifier. Fix annother occurance of "const static".pbrook
2008-06-30Fix rdtsc instruction counting.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard
2008-06-06undocumented 0x82 opcode is invalid in 64 bit codebellard
2008-06-04fixed exceptions for cpuid and invlpgbellard
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard
2008-05-28SVM reworkbellard
2008-05-25fixed x86_64 regressionbellard
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-22use debug_insn_start to have nicer debug tracesbellard
2008-05-22proper helper definition registering (all targets must do that)bellard
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-21converted conditional jumps, SET and CMOVx to TCGbellard
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-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-18converted string OPs and LOOP insns to TCGbellard
2008-05-18fixed INC/DEC condition codesbellard
2008-05-17converted sign extension ops to TCGbellard
2008-05-17MONITOR insn address generation fix - converted XLAT to TCGbellard
2008-05-17BSR/BSF TCG conversionbellard
2008-05-17converted bit test operations to TCGbellard
2008-05-17converted adc, sbb, cmpxchg to TCGbellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
2008-05-12compilation fixbellard
2008-05-12converted more helpers to TCGbellard
2008-05-12FPU fixesbellard
2008-05-12converted x87 FPU ops to TCGbellard
2008-05-12converted SSE/MMX ops to TCGbellard
2008-05-12use TCG for MMX/SSE memory accessesbellard