index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
TCG/x86: use stack for TCG temps
Blue Swirl
2011-06-26
1
-10
/
+12
*
TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP
Blue Swirl
2011-06-26
1
-4
/
+4
*
Delegate setup of TCG temporaries to targets
Blue Swirl
2011-06-26
1
-0
/
+2
*
cpu-exec.c: avoid AREG0 use
Blue Swirl
2011-06-26
1
-3
/
+5
*
tcg-i386: fix andi r, r, 0xff
Aurelien Jarno
2010-06-10
1
-1
/
+1
*
tcg-i386: remove use of _Bool that slipped code review
Aurelien Jarno
2010-06-10
1
-1
/
+1
*
tcg-i386: Merge 64-bit generation.
Richard Henderson
2010-06-10
2
-330
/
+887
*
tcg: Make some tcg-target.c routines static.
Richard Henderson
2010-06-09
1
-2
/
+2
*
tcg: Add TYPE parameter to tcg_out_mov.
Richard Henderson
2010-06-09
1
-18
/
+18
*
tcg-i386: fix a typo
Aurelien Jarno
2010-06-03
1
-1
/
+1
*
tcg-i386: declare tcg_out_tlb_load() inline
Aurelien Jarno
2010-06-02
1
-3
/
+4
*
tcg-i386: Remove some ifdefs in qemu_ld/st.
Richard Henderson
2010-06-02
1
-47
/
+38
*
tcg-i386: Split out tlb load function.
Richard Henderson
2010-06-02
1
-106
/
+97
*
tcg-i386: Swap order of TLB hit and miss paths.
Richard Henderson
2010-06-02
1
-92
/
+80
*
tcg-i386: Split out TLB Hit path from qemu_ld/st.
Richard Henderson
2010-06-02
1
-95
/
+102
*
tcg-i386: Tidy data16 prefixes.
Richard Henderson
2010-06-02
1
-10
/
+18
*
tcg-i386: Nuke trailing whitespace.
Richard Henderson
2010-05-21
1
-22
/
+22
*
tcg-i386: Use lea for three-operand add.
Richard Henderson
2010-05-21
1
-3
/
+20
*
tcg-i386: Tidy lea.
Richard Henderson
2010-05-21
1
-31
/
+60
*
tcg-i386: Tidy xchg.
Richard Henderson
2010-05-21
1
-1
/
+3
*
tcg-i386: Tidy multiply.
Richard Henderson
2010-05-21
1
-3
/
+6
*
tcg-i386: Tidy unary arithmetic.
Richard Henderson
2010-05-21
1
-13
/
+25
*
tcg-i386: Tidy setcc.
Richard Henderson
2010-05-21
1
-2
/
+2
*
tcg-i386: Tidy ret.
Richard Henderson
2010-05-21
1
-1
/
+2
*
tcg-i386: Tidy calls.
Richard Henderson
2010-05-21
1
-22
/
+27
*
tcg-i386: Tidy push/pop.
Richard Henderson
2010-05-21
1
-18
/
+30
*
tcg-i386: Tidy movi.
Richard Henderson
2010-05-21
1
-1
/
+2
*
tcg-i386: Tidy non-immediate arithmetic operations.
Richard Henderson
2010-05-21
1
-30
/
+48
*
tcg-i386: Tidy immediate arithmetic operations.
Richard Henderson
2010-05-21
1
-16
/
+10
*
tcg-i386: Tidy ext8s and ext16s operations.
Richard Henderson
2010-05-21
1
-11
/
+24
*
tcg-i386: Tidy ext8u and ext16u operations.
Richard Henderson
2010-05-21
1
-26
/
+31
*
tcg-i386: Tidy jumps.
Richard Henderson
2010-05-20
1
-25
/
+33
*
tcg-i386: Eliminate extra move from qemu_ld64.
Richard Henderson
2010-05-20
1
-11
/
+9
*
tcg-i386: Tidy move operations.
Richard Henderson
2010-05-20
1
-27
/
+24
*
tcg-i386: Tidy shift operations.
Richard Henderson
2010-05-20
1
-15
/
+20
*
tcg-i386: Tidy bswap operations.
Richard Henderson
2010-05-20
1
-26
/
+27
*
tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.
Richard Henderson
2010-05-19
1
-5
/
+6
*
tcg-i386: Allocate call-saved registers first.
Richard Henderson
2010-05-19
1
-3
/
+3
*
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
Richard Henderson
2010-03-26
1
-3
/
+3
*
tcg: Allow target-specific implementation of NOR.
Richard Henderson
2010-03-26
1
-0
/
+1
*
tcg: Allow target-specific implementation of NAND.
Richard Henderson
2010-03-26
1
-0
/
+1
*
tcg: Allow target-specific implementation of EQV.
Richard Henderson
2010-03-26
1
-0
/
+1
*
tcg: Use TCGCond where appropriate.
Richard Henderson
2010-03-26
1
-2
/
+2
*
tcg: Name the opcode enumeration.
Richard Henderson
2010-03-26
1
-1
/
+1
*
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
Paolo Bonzini
2010-03-26
1
-2
/
+0
*
tcg: add div/rem 32-bit helpers
Aurelien Jarno
2010-03-14
1
-0
/
+1
*
Remove TLB from userspace
Paul Brook
2010-03-12
1
-0
/
+2
*
tcg: Add comments for all optional instructions not implemented.
Richard Henderson
2010-02-20
1
-5
/
+7
*
tcg-i386: Implement setcond.
Richard Henderson
2010-02-06
1
-3
/
+70
*
tcg-i386: Implement small forward branches.
Richard Henderson
2010-02-06
1
-38
/
+79
[next]