GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
ths
2008-07-18
1
-8
/
+7
*
fix cvtsq2s[sd] (Juergen Lock)
bellard
2008-07-07
1
-2
/
+6
*
Re-add static qualifier. Fix annother occurance of "const static".
pbrook
2008-07-05
1
-1
/
+1
*
Fix rdtsc instruction counting.
pbrook
2008-06-30
1
-0
/
+6
*
Add instruction counter.
pbrook
2008-06-29
1
-4
/
+61
*
HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)
bellard
2008-06-18
1
-4
/
+6
*
undocumented 0x82 opcode is invalid in 64 bit code
bellard
2008-06-06
1
-1
/
+3
*
fixed exceptions for cpuid and invlpg
bellard
2008-06-04
1
-0
/
+6
*
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
2008-06-04
1
-4
/
+5
*
32 bit SVM fixes - INVLPG and INVLPGA updates
bellard
2008-06-04
1
-4
/
+8
*
SVM rework
bellard
2008-05-28
1
-137
/
+101
*
fixed x86_64 regression
bellard
2008-05-25
1
-4
/
+4
*
transformed TN into temporaries - add local temporaries usage when needed - o...
bellard
2008-05-25
1
-215
/
+253
*
Fix ARM conditional branch bug.
pbrook
2008-05-24
1
-28
/
+25
*
use debug_insn_start to have nicer debug traces
bellard
2008-05-22
1
-5
/
+2
*
proper helper definition registering (all targets must do that)
bellard
2008-05-22
1
-0
/
+5
*
optimization of shifts by a constant
bellard
2008-05-22
1
-4
/
+68
*
lahf/sahf cpuid test
bellard
2008-05-22
1
-2
/
+4
*
cmpxchg8b fix - added cmpxchg16b
bellard
2008-05-22
1
-5
/
+20
*
cmpxchg 64 bit fix
bellard
2008-05-22
1
-4
/
+10
*
converted conditional jumps, SET and CMOVx to TCG
bellard
2008-05-21
1
-392
/
+421
*
converted env access to TCG
bellard
2008-05-21
1
-32
/
+32
*
convert eflags manipulation insns to TCG
bellard
2008-05-21
1
-13
/
+29
*
convert remaining segment handling to TCG
bellard
2008-05-21
1
-9
/
+36
*
converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR
bellard
2008-05-21
1
-17
/
+23
*
suppressed no longer used ops
bellard
2008-05-21
1
-6
/
+0
*
converted INTO/CMPXCHG8B to TCG
bellard
2008-05-21
1
-2
/
+2
*
converted BCD ops to TCG
bellard
2008-05-21
1
-6
/
+6
*
converted MUL/IMUL to TCG
bellard
2008-05-21
1
-11
/
+129
*
converted string OPs and LOOP insns to TCG
bellard
2008-05-18
1
-192
/
+147
*
fixed INC/DEC condition codes
bellard
2008-05-18
1
-1
/
+1
*
converted sign extension ops to TCG
bellard
2008-05-17
1
-15
/
+31
*
MONITOR insn address generation fix - converted XLAT to TCG
bellard
2008-05-17
1
-16
/
+20
*
BSR/BSF TCG conversion
bellard
2008-05-17
1
-27
/
+21
*
converted bit test operations to TCG
bellard
2008-05-17
1
-55
/
+53
*
converted adc, sbb, cmpxchg to TCG
bellard
2008-05-17
1
-172
/
+151
*
converted condition code supprot to TCG - converted shift ops to TCG
bellard
2008-05-17
1
-640
/
+597
*
converted more helpers to TCG - fixed some SVM issues
bellard
2008-05-15
1
-147
/
+153
*
compilation fix
bellard
2008-05-12
1
-1
/
+3
*
converted more helpers to TCG
bellard
2008-05-12
1
-58
/
+62
*
FPU fixes
bellard
2008-05-12
1
-11
/
+11
*
converted x87 FPU ops to TCG
bellard
2008-05-12
1
-142
/
+228
*
converted SSE/MMX ops to TCG
bellard
2008-05-12
1
-121
/
+200
*
use TCG for MMX/SSE memory accesses
bellard
2008-05-12
1
-52
/
+58
*
Factorize code in translate.c
aurel32
2008-04-28
1
-0
/
+23
*
Check for 3DNow! CPUID at translation time
aurel32
2008-04-09
1
-2
/
+13
*
3DNow! instruction set emulation
aurel32
2008-04-08
1
-6
/
+51
*
More helper types, rearrange generic definitions
blueswir1
2008-02-24
1
-64
/
+0
*
Add TCG variable opaque type.
pbrook
2008-02-03
1
-3
/
+3
*
use the TCG code generator
bellard
2008-02-01
1
-737
/
+776
[next]