index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-21
tcg/i386: fix a comment
Aurelien Jarno
1
-1
/
+1
2013-12-10
tcg: Use bitmaps for free temporaries
Richard Henderson
2
-22
/
+21
2013-11-30
tcg-s390: Use qemu_getauxval in query_facilities
Richard Henderson
1
-83
/
+12
2013-11-30
tcg-arm: Use qemu_getauxval
Richard Henderson
1
-9
/
+5
2013-11-30
tcg-ppc64: Use qemu_getauxval
Richard Henderson
1
-9
/
+2
2013-11-18
tcg-ia64: Introduce tcg_opc_bswap64_i
Richard Henderson
1
-35
/
+28
2013-11-18
tcg-ia64: Introduce tcg_opc_ext_i
Richard Henderson
1
-30
/
+24
2013-11-18
tcg-ia64: Introduce tcg_opc_movi_a
Richard Henderson
1
-16
/
+16
2013-11-18
tcg-ia64: Introduce tcg_opc_mov_a
Richard Henderson
1
-19
/
+16
2013-11-18
tcg-ia64: Use A3 form of logical operations
Richard Henderson
1
-30
/
+34
2013-11-18
tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction
Richard Henderson
1
-2
/
+23
2013-11-18
tcg-ia64: Use ADDS for small addition
Richard Henderson
1
-4
/
+16
2013-11-18
tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu
Richard Henderson
1
-11
/
+6
2013-11-18
tcg-ia64: Move AREG0 to R32
Richard Henderson
2
-9
/
+8
2013-11-18
tcg-ia64: Simplify brcond
Richard Henderson
1
-34
/
+10
2013-11-18
tcg-ia64: Handle constant calls
Richard Henderson
1
-3
/
+35
2013-11-18
tcg-ia64: Use shortcuts for nop insns
Richard Henderson
1
-124
/
+127
2013-11-18
tcg-ia64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-82
/
+91
2013-10-12
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2
-62
/
+17
2013-10-12
tcg-ppc: Support new ldst opcodes
Richard Henderson
2
-66
/
+33
2013-10-12
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
1
-16
/
+22
2013-10-12
tcg-ppc: Convert to le/be ldst helpers
Richard Henderson
1
-24
/
+33
2013-10-12
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-39
/
+45
2013-10-12
tcg-ppc: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-56
/
+48
2013-10-12
tcg-arm: Improve GUEST_BASE qemu_ld/st
Richard Henderson
1
-104
/
+116
2013-10-12
tcg-arm: Convert to new ldst opcodes
Richard Henderson
2
-71
/
+38
2013-10-12
tcg-arm: Tidy variable naming convention in qemu_ld/st
Richard Henderson
1
-115
/
+115
2013-10-12
tcg-arm: Convert to le/be ldst helpers
Richard Henderson
1
-21
/
+29
2013-10-12
tcg-arm: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-64
/
+61
2013-10-12
tcg-i386: Support new ldst opcodes
Richard Henderson
2
-90
/
+51
2013-10-12
tcg-i386: Remove "cb" output restriction from qemu_st8 for i386
Richard Henderson
1
-2
/
+8
2013-10-12
tcg-i386: Tidy softmmu routines
Richard Henderson
1
-249
/
+208
2013-10-12
tcg-i386: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-64
/
+59
2013-10-12
tcg: Use TCGMemOp for TCGLabelQemuLdst.opc
Richard Henderson
1
-1
/
+1
2013-10-10
exec: Add both big- and little-endian memory helpers
Richard Henderson
1
-16
/
+53
2013-10-10
tcg: Add qemu_ld_st_i32/64
Richard Henderson
14
-239
/
+368
2013-10-10
tcg: Add TCGMemOp
Richard Henderson
1
-0
/
+54
2013-10-10
tcg: Add tcg-be-ldst.h
Richard Henderson
8
-158
/
+112
2013-10-10
tcg: Add tcg-be-null.h
Richard Henderson
6
-0
/
+53
2013-10-10
tcg-aarch64: Update to helper_ret_*_mmu routines
Richard Henderson
1
-12
/
+16
2013-10-10
tcg: Merge tcg_register_helper into tcg_context_init
Richard Henderson
2
-16
/
+6
2013-10-10
tcg: Add tcg-runtime.c helpers to all_helpers
Richard Henderson
1
-0
/
+16
2013-10-10
tcg: Put target helper data into an array.
Richard Henderson
1
-3
/
+14
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
1
-1
/
+7
2013-10-10
tcg: Use a GHashTable for tcg_find_helper
Richard Henderson
2
-65
/
+19
2013-10-10
tcg: Delete tcg_helper_get_name declaration
Richard Henderson
1
-1
/
+0
2013-10-10
tcg-hppa: Remove tcg backend
Richard Henderson
2
-1954
/
+0
2013-10-09
Merge remote-tracking branch 'rth/tcg-arm-pull' into staging
Anthony Liguori
1
-170
/
+215
2013-10-09
Merge remote-tracking branch 'sweil/tci' into staging
Anthony Liguori
2
-9
/
+4
2013-10-01
tcg-arm: Move the tlb addend load earlier
Richard Henderson
1
-5
/
+6
[next]