index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg-i386: Implement multiword arithmetic ops
Richard Henderson
2013-02-23
2
-17
/
+26
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
1
-0
/
+2
*
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
2013-02-23
1
-0
/
+3
*
tcg-i386: Always implement 32-bit multiword ops
Richard Henderson
2013-02-23
2
-12
/
+13
*
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
2013-02-23
1
-0
/
+4
*
tcg-i386: use LEA for 3-operand 64-bit addition
Paolo Bonzini
2013-01-12
1
-1
/
+1
*
tcg-i386: Perform cmov detection at runtime for 32-bit.
Richard Henderson
2012-12-29
2
-6
/
+30
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: add guards to headers
Paolo Bonzini
2012-12-19
1
-0
/
+3
*
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Yeongkyoon Lee
2012-11-03
1
-126
/
+278
*
tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE
Richard Henderson
2012-10-28
1
-56
/
+97
*
tcg/i386: remove ld/st third argument register constraint
Aurelien Jarno
2012-10-28
1
-6
/
+2
*
tcg/i386: remove suboptimal register shifting
Aurelien Jarno
2012-10-28
1
-42
/
+31
*
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
Peter Maydell
2012-10-12
1
-2
/
+0
*
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
2012-10-06
1
-1
/
+1
*
tcg: remove obsolete jmp op
Aurelien Jarno
2012-10-06
1
-9
/
+0
*
tcg/i386: fix build with -march < i686
Aurelien Jarno
2012-09-26
1
-0
/
+2
*
tcg: Remove tcg_target_get_call_iarg_regs_count
Stefan Weil
2012-09-22
1
-6
/
+0
*
tcg/i386: Remove unused registers from tcg_target_call_iarg_regs
Stefan Weil
2012-09-22
1
-8
/
+2
*
tcg/i386: Add shortcuts for registers used in L constraint
Stefan Weil
2012-09-22
1
-48
/
+48
*
w64: Fix TCG helper functions with 5 arguments
Stefan Weil
2012-09-22
2
-1
/
+5
*
tcg-i386: Implement movcond
Richard Henderson
2012-09-21
2
-1
/
+35
*
tcg: Introduce movcond
Richard Henderson
2012-09-21
1
-0
/
+2
*
tcg/i386: allow constants in load/store ops
Aurelien Jarno
2012-09-19
1
-13
/
+37
*
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
2012-09-15
2
-31
/
+0
*
tcg/i386: Add support for w64 ABI
Stefan Weil
2012-04-15
1
-11
/
+28
*
tcg/i386: Use GDB JIT debugging interface only for hosts with ELF
Stefan Weil
2012-04-15
1
-1
/
+5
*
tcg: Use the GDB JIT debugging interface.
Richard Henderson
2012-03-24
1
-9
/
+105
*
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
2012-03-18
1
-0
/
+57
*
i386: Remove REGPARM
Blue Swirl
2012-03-18
1
-56
/
+56
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-1
/
+1
*
tcg: Improve tcg_out_label and fix its usage for w64
Stefan Weil
2012-03-11
1
-4
/
+4
*
w64: Fix data type of parameters for flush_icache_range
Stefan Weil
2012-03-03
1
-1
/
+2
*
tcg: Remove redundant declarations of TCG_TARGET_REG_BITS
Stefan Weil
2011-12-09
1
-5
/
+0
*
tcg: Use TCGReg for standard tcg-target entry points.
Richard Henderson
2011-11-14
1
-6
/
+7
*
tcg: Standardize on TCGReg as the enum for hard registers
Richard Henderson
2011-11-14
1
-2
/
+2
*
tcg-i386: Introduce limited deposit support
Jan Kiszka
2011-10-01
2
-2
/
+31
*
tcg/i386: Only one call output register needed for 64 bit hosts
Stefan Weil
2011-09-17
1
-1
/
+3
*
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
2011-08-21
1
-33
/
+35
*
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
[next]