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: rotr_i32 rotates wrong amount
Anton Blanchard
2013-06-17
1
-1
/
+1
*
tcg-ppc64: Fix add2_i64
Anton Blanchard
2013-06-17
1
-7
/
+7
*
tcg-ppc64: bswap64 rotates output 32 bits
Anton Blanchard
2013-06-17
1
-2
/
+0
*
tcg-ppc64: Fix RLDCL opcode
Anton Blanchard
2013-06-17
1
-5
/
+6
*
Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging
Anthony Liguori
2013-06-14
2
-0
/
+1503
|
\
|
*
tcg/aarch64: implement user mode qemu ld/st
Jani Kokkonen
2013-06-12
1
-5
/
+116
|
*
tcg/aarch64: implement sign/zero extend operations
Claudio Fontana
2013-06-12
2
-12
/
+66
|
*
tcg/aarch64: implement byte swap operations
Claudio Fontana
2013-06-12
2
-5
/
+37
|
*
tcg/aarch64: implement AND/TEST immediate pattern
Claudio Fontana
2013-06-12
1
-0
/
+34
|
*
tcg/aarch64: improve arith shifted regs operations
Claudio Fontana
2013-06-12
1
-18
/
+30
|
*
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
2013-06-12
2
-0
/
+1260
*
|
tcg: Remove redundant tcg_target_init checks
Richard Henderson
2013-06-05
3
-19
/
+0
|
/
*
tcg/optimize: fix setcond2 optimization
Aurelien Jarno
2013-05-09
1
-0
/
+1
*
tcg-arm: Use movi32 in exit_tb
Richard Henderson
2013-05-03
1
-9
/
+7
*
tcg-arm: Fix 64-bit tlb load for pre-v6
Richard Henderson
2013-05-03
1
-1
/
+1
*
tcg-arm: Remove long jump from tcg_out_goto_label
Richard Henderson
2013-04-27
1
-6
/
+1
*
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
Richard Henderson
2013-04-27
1
-107
/
+202
*
tcg-arm: Use movi32 + blx for calls on v7
Richard Henderson
2013-04-27
1
-0
/
+3
*
tcg-arm: Delete the 'S' constraint
Richard Henderson
2013-04-27
1
-4
/
+2
*
tcg-arm: Improve scheduling of tcg_out_tlb_read
Richard Henderson
2013-04-27
1
-53
/
+57
*
tcg-arm: Split out tcg_out_tlb_read
Richard Henderson
2013-04-27
1
-99
/
+70
*
tcg-arm: Cleanup most primitive load store subroutines
Richard Henderson
2013-04-27
1
-124
/
+111
*
tcg-arm: Cleanup multiply subroutines
Richard Henderson
2013-04-27
1
-40
/
+45
*
tcg-arm: Use R12 for the tcg temporary
Richard Henderson
2013-04-27
1
-1
/
+1
*
tcg-arm: Use TCG_REG_TMP name for the tcg temporary
Richard Henderson
2013-04-27
1
-58
/
+60
*
tcg-arm: Implement division instructions
Richard Henderson
2013-04-27
2
-1
/
+42
*
tcg-arm: Implement deposit for armv7
Richard Henderson
2013-04-27
2
-4
/
+42
*
tcg-arm: Improve constant generation
Richard Henderson
2013-04-27
1
-23
/
+44
*
tcg-arm: Handle constant arguments to add2/sub2
Richard Henderson
2013-04-27
1
-48
/
+58
*
tcg-arm: Use tcg_out_dat_rIN for compares
Richard Henderson
2013-04-27
1
-20
/
+20
*
tcg-arm: Allow constant first argument to sub
Richard Henderson
2013-04-27
1
-3
/
+12
*
tcg-arm: Handle negated constant arguments to and/sub
Richard Henderson
2013-04-27
1
-6
/
+35
*
tcg-arm: Use bic to implement and with constant
Richard Henderson
2013-04-27
2
-14
/
+44
*
tcg: Log the contents of the prologue with -d out_asm
Richard Henderson
2013-04-27
1
-0
/
+10
*
tcg-arm: Fix local stack frame
Richard Henderson
2013-04-27
1
-74
/
+47
*
tcg: fix deposit_i64 op on 32-bit targets
Aurelien Jarno
2013-04-27
1
-1
/
+1
*
tcg-ppc64: Handle deposit of zero
Richard Henderson
2013-04-15
1
-6
/
+16
*
tcg-ppc64: Implement mulu2/muls2_i64
Richard Henderson
2013-04-15
2
-2
/
+29
*
tcg-ppc64: Implement add2/sub2_i64
Richard Henderson
2013-04-15
2
-2
/
+58
*
tcg-ppc64: Use getauxval for ISA detection
Richard Henderson
2013-04-15
1
-0
/
+14
*
tcg-ppc64: Implement movcond
Richard Henderson
2013-04-15
2
-2
/
+61
*
tcg-ppc64: Use ISEL for setcond
Richard Henderson
2013-04-15
1
-62
/
+119
*
tcg-ppc64: Use MFOCRF instead of MFCR
Richard Henderson
2013-04-15
1
-4
/
+8
*
tcg-ppc64: Cleanup i32 constants to tcg_out_cmp
Richard Henderson
2013-04-15
1
-0
/
+5
*
tcg-ppc64: Use TCGType throughout compares
Richard Henderson
2013-04-15
1
-19
/
+19
*
tcg-ppc64: Use I constraint for mul
Richard Henderson
2013-04-15
1
-12
/
+12
*
tcg-ppc64: Implement deposit
Richard Henderson
2013-04-15
2
-2
/
+14
*
tcg-ppc64: Handle constant inputs for some compound logicals
Richard Henderson
2013-04-15
1
-10
/
+34
*
tcg-ppc64: Implement compound logicals
Richard Henderson
2013-04-15
2
-10
/
+44
*
tcg-ppc64: Implement bswap64
Richard Henderson
2013-04-15
2
-1
/
+36
[next]