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-04-15
tcg-ppc64: Implement bswap16 and bswap32
Richard Henderson
2
-4
/
+47
2013-04-15
tcg-ppc64: Implement rotates
Richard Henderson
2
-2
/
+41
2013-04-15
tcg-ppc64: Streamline qemu_ld/st insn selection
Richard Henderson
1
-110
/
+56
2013-04-15
tcg-ppc64: Use automatic implementation of ext32u_i64
Richard Henderson
2
-8
/
+3
2013-04-15
tcg-ppc64: Improve and_i64 with constant
Richard Henderson
1
-14
/
+50
2013-04-15
tcg-ppc64: Improve and_i32 with constant
Richard Henderson
2
-3
/
+53
2013-04-15
tcg-ppc64: Tidy or and xor patterns.
Richard Henderson
1
-24
/
+31
2013-04-15
tcg-ppc64: Allow constant first argument to sub
Richard Henderson
1
-4
/
+17
2013-04-15
tcg-ppc64: Improve constant add and sub ops.
Richard Henderson
1
-44
/
+64
2013-04-15
tcg-ppc64: Rearrange integer constant constraints
Richard Henderson
1
-10
/
+33
2013-04-15
tcg-ppc64: Cleanup tcg_out_movi
Richard Henderson
1
-24
/
+17
2013-04-15
tcg-ppc64: Fix setcond_i32
Richard Henderson
1
-0
/
+6
2013-04-15
tcg-ppc64: Introduce and use TAI and SAI
Richard Henderson
1
-73
/
+70
2013-04-15
tcg-ppc64: Introduce and use tcg_out_shri64
Richard Henderson
1
-2
/
+7
2013-04-15
tcg-ppc64: Introduce and use tcg_out_shli64
Richard Henderson
1
-5
/
+8
2013-04-15
tcg-ppc64: Introduce and use tcg_out_ext32u
Richard Henderson
1
-5
/
+10
2013-04-15
tcg-ppc64: Introduce and use tcg_out_rlw
Richard Henderson
1
-52
/
+20
2013-04-15
tcg-ppc64: Use TCGReg everywhere
Richard Henderson
1
-15
/
+21
2013-04-13
Merge branch 'tci' of git://qemu.weilnetz.de/qemu
Aurelien Jarno
2
-14
/
+16
2013-04-11
tci: Make tcg temporaries local to tcg_qemu_tb_exec
Richard Henderson
2
-7
/
+13
2013-04-11
tci: Delete unused tb_ret_addr
Richard Henderson
1
-5
/
+1
2013-04-11
tci: Use 32-bit signed offsets to loads/stores
Richard Henderson
1
-2
/
+2
2013-04-05
tcg-s390: Fix merge error in tgen_brcond
Richard Henderson
1
-1
/
+1
2013-04-05
tcg-s390: Use all 20 bits of the offset in tcg_out_mem
Richard Henderson
1
-4
/
+5
2013-04-05
tcg-s390: Use load-address for addition
Richard Henderson
1
-57
/
+56
2013-04-05
tcg-s390: Cleanup argument shuffling fixme in softmmu code
Richard Henderson
1
-47
/
+38
2013-04-05
tcg-s390: Use risbgz for andi
Richard Henderson
1
-5
/
+53
2013-04-05
tcg-s390: Remove constraint letters for and
Richard Henderson
1
-117
/
+32
2013-04-05
tcg-s390: Implement deposit opcodes
Richard Henderson
2
-2
/
+30
2013-04-05
tcg-s390: Implement movcond opcodes
Richard Henderson
2
-4
/
+41
2013-04-05
tcg-s390: Implement mulu2_i64 opcode
Richard Henderson
2
-1
/
+6
2013-04-05
tcg-s390: Implement add2/sub2 opcodes
Richard Henderson
2
-4
/
+42
2013-04-05
tcg-s390: Remove useless preprocessor conditions
Richard Henderson
2
-14
/
+5
2013-04-05
tcg-s390: Properly allocate a stack frame.
Richard Henderson
2
-7
/
+15
2013-04-05
tcg-s390: Fix movi
Richard Henderson
1
-1
/
+1
2013-04-01
tcg/mips: Implement muls2_i32
Aurelien Jarno
2
-1
/
+7
2013-03-23
tcg-optimize: Fold sub r,0,x to neg r,x
Richard Henderson
1
-1
/
+33
2013-03-22
Use proper term in TCG README
陳韋任 (Wei-Ren Chen)
1
-5
/
+9
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
1
-0
/
+5
2013-03-03
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
1
-1
/
+43
2013-03-03
tcg-sparc: fix build
Blue Swirl
1
-1
/
+1
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
1
-1
/
+1
2013-02-23
tcg: Apply life analysis to 64-bit multiword arithmetic ops
Richard Henderson
1
-8
/
+20
2013-02-23
tcg: Implement muls2 with mulu2
Richard Henderson
1
-0
/
+40
2013-02-23
tcg-arm: Implement muls2_i32
Richard Henderson
2
-1
/
+5
2013-02-23
tcg-i386: Implement multiword arithmetic ops
Richard Henderson
2
-17
/
+26
2013-02-23
tcg: Implement multiword addition helpers
Richard Henderson
1
-0
/
+82
2013-02-23
tcg: Implement multiword multiply helpers
Richard Henderson
2
-0
/
+86
2013-02-23
tcg: Implement a 64-bit to 32-bit extraction helper
Richard Henderson
1
-0
/
+22
2013-02-23
tcg: Add signed multiword multiplication operations
Richard Henderson
14
-0
/
+24
[prev]
[next]