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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tcg-ppc64: Introduce and use TAI and SAI
Richard Henderson
2013-04-15
1
-73
/
+70
*
tcg-ppc64: Introduce and use tcg_out_shri64
Richard Henderson
2013-04-15
1
-2
/
+7
*
tcg-ppc64: Introduce and use tcg_out_shli64
Richard Henderson
2013-04-15
1
-5
/
+8
*
tcg-ppc64: Introduce and use tcg_out_ext32u
Richard Henderson
2013-04-15
1
-5
/
+10
*
tcg-ppc64: Introduce and use tcg_out_rlw
Richard Henderson
2013-04-15
1
-52
/
+20
*
tcg-ppc64: Use TCGReg everywhere
Richard Henderson
2013-04-15
1
-15
/
+21
*
Merge branch 'tci' of git://qemu.weilnetz.de/qemu
Aurelien Jarno
2013-04-13
2
-14
/
+16
|
\
|
*
tci: Make tcg temporaries local to tcg_qemu_tb_exec
Richard Henderson
2013-04-11
2
-7
/
+13
|
*
tci: Delete unused tb_ret_addr
Richard Henderson
2013-04-11
1
-5
/
+1
|
*
tci: Use 32-bit signed offsets to loads/stores
Richard Henderson
2013-04-11
1
-2
/
+2
*
|
tcg-s390: Fix merge error in tgen_brcond
Richard Henderson
2013-04-05
1
-1
/
+1
*
|
tcg-s390: Use all 20 bits of the offset in tcg_out_mem
Richard Henderson
2013-04-05
1
-4
/
+5
*
|
tcg-s390: Use load-address for addition
Richard Henderson
2013-04-05
1
-57
/
+56
*
|
tcg-s390: Cleanup argument shuffling fixme in softmmu code
Richard Henderson
2013-04-05
1
-47
/
+38
*
|
tcg-s390: Use risbgz for andi
Richard Henderson
2013-04-05
1
-5
/
+53
*
|
tcg-s390: Remove constraint letters for and
Richard Henderson
2013-04-05
1
-117
/
+32
*
|
tcg-s390: Implement deposit opcodes
Richard Henderson
2013-04-05
2
-2
/
+30
*
|
tcg-s390: Implement movcond opcodes
Richard Henderson
2013-04-05
2
-4
/
+41
*
|
tcg-s390: Implement mulu2_i64 opcode
Richard Henderson
2013-04-05
2
-1
/
+6
*
|
tcg-s390: Implement add2/sub2 opcodes
Richard Henderson
2013-04-05
2
-4
/
+42
*
|
tcg-s390: Remove useless preprocessor conditions
Richard Henderson
2013-04-05
2
-14
/
+5
*
|
tcg-s390: Properly allocate a stack frame.
Richard Henderson
2013-04-05
2
-7
/
+15
*
|
tcg-s390: Fix movi
Richard Henderson
2013-04-05
1
-1
/
+1
|
/
*
tcg/mips: Implement muls2_i32
Aurelien Jarno
2013-04-01
2
-1
/
+7
*
tcg-optimize: Fold sub r,0,x to neg r,x
Richard Henderson
2013-03-23
1
-1
/
+33
*
Use proper term in TCG README
陳韋任 (Wei-Ren Chen)
2013-03-22
1
-5
/
+9
*
Handle CPU interrupts by inline checking of a flag
Peter Maydell
2013-03-03
1
-0
/
+5
*
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
2013-03-03
1
-1
/
+43
*
tcg-sparc: fix build
Blue Swirl
2013-03-03
1
-1
/
+1
*
qemu-log: default to stderr for logging output
Peter Maydell
2013-02-26
1
-1
/
+1
*
tcg: Apply life analysis to 64-bit multiword arithmetic ops
Richard Henderson
2013-02-23
1
-8
/
+20
*
tcg: Implement muls2 with mulu2
Richard Henderson
2013-02-23
1
-0
/
+40
*
tcg-arm: Implement muls2_i32
Richard Henderson
2013-02-23
2
-1
/
+5
*
tcg-i386: Implement multiword arithmetic ops
Richard Henderson
2013-02-23
2
-17
/
+26
*
tcg: Implement multiword addition helpers
Richard Henderson
2013-02-23
1
-0
/
+82
*
tcg: Implement multiword multiply helpers
Richard Henderson
2013-02-23
2
-0
/
+86
*
tcg: Implement a 64-bit to 32-bit extraction helper
Richard Henderson
2013-02-23
1
-0
/
+22
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
14
-0
/
+24
*
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
2013-02-23
10
-14
/
+41
*
tcg-sparc: Always implement 32-bit multiword ops
Richard Henderson
2013-02-23
2
-6
/
+7
*
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
8
-4
/
+29
*
tcg/ppc: Fix build of tcg_qemu_tb_exec()
Andreas Färber
2013-02-17
1
-1
/
+1
*
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
2013-02-16
1
-1
/
+1
*
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
2013-02-16
1
-0
/
+2
*
TCG: Final globals clean-up
Evgeny Voevodin
2013-02-16
2
-4
/
+12
*
tcg/target-arm: Add missing parens to assertions
Peter Maydell
2013-01-19
1
-2
/
+2
*
optimize: optimize using nonzero bits
Paolo Bonzini
2013-01-19
1
-2
/
+28
*
optimize: track nonzero bits of registers
Paolo Bonzini
2013-01-19
1
-22
/
+110
*
optimize: only write to state when clearing optimizer data
Paolo Bonzini
2013-01-19
1
-5
/
+14
[prev]
[next]