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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/ppc64: Fix zero extension code generation bug for ppc64 host
Thomas Huth
2011-09-09
1
-1
/
+1
*
tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings
Peter Maydell
2011-09-01
1
-10
/
+10
*
TCG: improve optimizer debugging
Blue Swirl
2011-08-28
1
-6
/
+9
*
tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.
Richard Henderson
2011-08-23
1
-7
/
+8
*
tcg/ppc64: fix 16/32 mixup
malc
2011-08-22
1
-2
/
+2
*
tcg/ppc64: implement not_i32/64 and ext32u_i64
malc
2011-08-22
2
-3
/
+16
*
tcg/ppc32: implement deposit_i32
malc
2011-08-22
2
-1
/
+13
*
tcg-ia64: Fix typos in AREG0 setup in prologue.
Richard Henderson
2011-08-21
1
-2
/
+2
*
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
Richard Henderson
2011-08-21
1
-1
/
+1
*
tcg: Constant fold neg, andc, orc, eqv, nand, nor.
Richard Henderson
2011-08-21
1
-0
/
+27
*
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
2011-08-21
14
-1008
/
+837
*
tcg: Add and use TCG_OPF_64BIT.
Richard Henderson
2011-08-21
4
-131
/
+67
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-4
/
+4
*
TCG: fix copy propagation
Blue Swirl
2011-08-07
2
-6
/
+14
*
TCG: fix breakage by previous patch
Blue Swirl
2011-07-30
1
-7
/
+12
*
TCG: fix breakage on some RISC hosts
Blue Swirl
2011-07-30
1
-13
/
+115
*
Do constant folding for unary operations.
Kirill Batuzov
2011-07-30
1
-0
/
+59
*
Do constant folding for shift operations.
Kirill Batuzov
2011-07-30
1
-0
/
+72
*
Do constant folding for boolean operations.
Kirill Batuzov
2011-07-30
1
-0
/
+37
*
Do constant folding for basic arithmetic operations.
Kirill Batuzov
2011-07-30
1
-0
/
+125
*
Add copy and constant propagation.
Kirill Batuzov
2011-07-30
1
-2
/
+180
*
Add TCG optimizations stub
Kirill Batuzov
2011-07-30
3
-0
/
+106
*
tcg/mips: Fix regression caused by typo (copy + paste bug)
Stefan Weil
2011-07-20
1
-1
/
+1
*
tcg/README: Expand advice on number of TCG ops per target insn
Peter Maydell
2011-07-16
1
-1
/
+9
*
TCG/PPC: use stack for TCG temps
Blue Swirl
2011-07-02
2
-4
/
+10
*
tcg-hppa: Support deposit opcode.
Richard Henderson
2011-07-01
2
-4
/
+21
*
TCG/HPPA: use stack for TCG temps
Blue Swirl
2011-07-01
1
-2
/
+7
*
TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP
Blue Swirl
2011-07-01
1
-14
/
+16
*
tcg/ppc64: Remove tcg_out_addi
malc
2011-06-28
1
-5
/
+0
*
tcg/ppc: Remove tcg_out_addi
malc
2011-06-28
1
-5
/
+0
*
TCG/Sparc64: use stack for TCG temps
Blue Swirl
2011-06-26
2
-3
/
+6
*
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
*
TCG: remove broken stack allocation for call arguments
Blue Swirl
2011-06-26
1
-6
/
+3
*
TCG: fix negative frame offset calculations
Blue Swirl
2011-06-26
1
-3
/
+7
*
Delegate setup of TCG temporaries to targets
Blue Swirl
2011-06-26
9
-0
/
+18
*
cpu-exec.c: avoid AREG0 use
Blue Swirl
2011-06-26
10
-32
/
+40
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
*
tcg: Fix unused-but-set-variable warning
Christophe Fergeau
2011-06-03
1
-2
/
+2
*
tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64
Peter Maydell
2011-06-03
2
-28
/
+50
*
tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts
Peter Maydell
2011-06-03
1
-11
/
+11
*
Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.
Brad
2011-06-03
1
-0
/
+4
*
Fix spelling in comment (additon -> addition)
Stefan Weil
2011-05-29
1
-1
/
+1
*
tcg: don't keep dead outputs in registers
Aurelien Jarno
2011-05-23
1
-10
/
+18
*
tcg: mark dead output argument in op_dead_args
Aurelien Jarno
2011-05-23
1
-2
/
+8
*
tcg: replace op_dead_iargs by op_dead_args
Aurelien Jarno
2011-05-23
2
-37
/
+38
*
Fix typos in comments (accross -> across)
Stefan Weil
2011-05-08
1
-2
/
+2
*
tcg/arm: Support host code being compiled for Thumb
Peter Maydell
2011-03-24
1
-9
/
+26
*
tcg: Add support for debugging leakage of temporaries
Peter Maydell
2011-03-07
2
-0
/
+49
*
tcg: README, name deposit second argument len/LEN
Edgar E. Iglesias
2011-01-20
1
-2
/
+2
[next]