summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-3/+3
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-10/+8
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix smsw for x86_64 guest and bigendian host casemalc2008-12-131-0/+4
* target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel322008-12-101-0/+2
* target-i386: fix CVE-2007-1322aurel322008-12-071-0/+2
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* TCG variable type checking.pbrook2008-11-171-513/+502
* Fix crc32w decoding, fix a constant width in blendvpd.balrog2008-10-041-4/+3
* x86 "popcnt" affects flags.balrog2008-10-041-0/+2
* Implement SSE4.1, SSE4.2 (x86).balrog2008-10-041-31/+300
* x86 pextrw destination operand can be r64.balrog2008-10-011-1/+2
* SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog2008-09-251-3/+5
* Implement x86 SSSE3 instructions.balrog2008-09-251-2/+107
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-8/+7
* fix cvtsq2s[sd] (Juergen Lock)bellard2008-07-071-2/+6
* Re-add static qualifier. Fix annother occurance of "const static".pbrook2008-07-051-1/+1
* Fix rdtsc instruction counting.pbrook2008-06-301-0/+6
* Add instruction counter.pbrook2008-06-291-4/+61
* HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard2008-06-181-4/+6
* undocumented 0x82 opcode is invalid in 64 bit codebellard2008-06-061-1/+3
* fixed exceptions for cpuid and invlpgbellard2008-06-041-0/+6
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-4/+5
* 32 bit SVM fixes - INVLPG and INVLPGA updatesbellard2008-06-041-4/+8
* 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
OpenPOWER on IntegriCloud