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
2014-05-15
tcg-s390: Implement direct chaining of TBs
Richard Henderson
1
-1
/
+3
2014-05-15
tcg-s390: Improve setcond
Richard Henderson
1
-6
/
+91
2014-05-15
tcg-s390: Allow immediate operands to add2 and sub2
Richard Henderson
1
-12
/
+52
2014-05-15
tcg-s390: Implement tcg_register_jit
Richard Henderson
1
-7
/
+55
2014-05-15
tcg-s390: Use more risbg in the tlb sequence
Richard Henderson
1
-21
/
+28
2014-05-15
tcg-s390: Move ldst helpers out of line
Richard Henderson
1
-92
/
+118
2014-05-15
tcg-s390: Convert to new ldst opcodes
Richard Henderson
2
-116
/
+56
2014-05-15
tcg-s390: Integrate endianness into TCGMemOp
Richard Henderson
1
-64
/
+60
2014-05-15
tcg-s390: Convert to TCGMemOp
Richard Henderson
1
-46
/
+36
2014-05-15
tcg-s390: Fix off-by-one in wraparound andi
Richard Henderson
1
-2
/
+2
2014-05-14
tcg: Fix tcg_reg_alloc_mov vs no-op truncation
Richard Henderson
1
-8
/
+11
2014-05-12
tcg: Remove unreachable code in tcg_out_op and op_defs
Richard Henderson
11
-245
/
+49
2014-05-12
tcg: Use tcg_target_available_regs in tcg_reg_alloc_mov
Richard Henderson
1
-9
/
+10
2014-05-12
tcg: Make call address a constant parameter
Richard Henderson
5
-152
/
+72
2014-05-12
tci: Create tcg_out_call
Richard Henderson
1
-0
/
+5
2014-05-12
tcg-mips: Split out tcg_out_call
Richard Henderson
1
-8
/
+10
2014-05-12
tcg-sparc: Create tcg_out_call
Richard Henderson
1
-8
/
+14
2014-05-12
tcg-ppc64: Rename tcg_out_calli to tcg_out_call
Richard Henderson
1
-21
/
+16
2014-05-12
tcg-ppc: Split out tcg_out_call
Richard Henderson
1
-3
/
+8
2014-05-12
tcg-s390: Rename tgen_calli to tcg_out_call
Richard Henderson
1
-4
/
+4
2014-05-12
tcg-i386: Rename tcg_out_calli to tcg_out_call
Richard Henderson
1
-3
/
+3
2014-05-12
tcg: Require TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
1
-3
/
+2
2014-05-12
tci: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-6
/
+14
2014-05-12
tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-80
/
+37
2014-05-12
tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-145
/
+78
2014-05-12
tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-48
/
+45
2014-05-12
tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-69
/
+53
2014-05-12
tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-96
/
+55
2014-05-12
tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-69
/
+60
2014-05-12
tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-102
/
+94
2014-05-12
tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-84
/
+81
2014-05-12
tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-24
/
+26
2014-05-12
tcg: Define tcg_insn_unit for code pointers
Richard Henderson
3
-48
/
+100
2014-05-12
tcg: Introduce byte pointer arithmetic helpers
Richard Henderson
1
-0
/
+45
2014-05-12
tcg: Avoid undefined behaviour patching code at unaligned addresses
Peter Maydell
2
-6
/
+26
2014-05-12
tcg: Avoid stores to unaligned addresses
Peter Maydell
1
-3
/
+3
2014-04-28
tcg-sparc: Accept stores of zero
Richard Henderson
1
-2
/
+2
2014-04-28
tcg-sparc: Fix small 32-bit movi
Richard Henderson
1
-0
/
+5
2014-04-28
tcg-sparc: Fixup function argument types
Richard Henderson
1
-66
/
+51
2014-04-28
tcg-sparc: Hoist common argument loads in tcg_out_op
Richard Henderson
1
-63
/
+60
2014-04-28
tcg-sparc: Don't handle mov/movi in tcg_out_op
Richard Henderson
1
-7
/
+6
2014-04-28
tcg-sparc: Tidy check_fit_* tests
Richard Henderson
1
-15
/
+20
2014-04-28
tcg-sparc: Implement muls2_i32
Richard Henderson
2
-4
/
+16
2014-04-28
tcg-sparc: Use the RETURN instruction
Richard Henderson
1
-4
/
+10
2014-04-28
tcg-sparc: Use 64-bit registers with sparcv8plus
Richard Henderson
3
-361
/
+258
2014-04-28
tcg-sparc: Support trunc_shr_i32
Richard Henderson
2
-1
/
+9
2014-04-28
tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS
Richard Henderson
1
-33
/
+37
2014-04-28
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
12
-16
/
+67
2014-04-28
tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes
Richard Henderson
1
-2
/
+2
2014-04-24
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into staging
Peter Maydell
25
-157
/
+160
[next]