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
2012-10-19
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...
Aurelien Jarno
11
-26
/
+0
2012-10-17
tcg: Optimize mulu2
Richard Henderson
3
-0
/
+47
2012-10-17
tcg: Optimize half-dead add2/sub2
Richard Henderson
1
-1
/
+33
2012-10-17
tcg: Constant fold add2 and sub2
Richard Henderson
2
-0
/
+44
2012-10-17
tcg: Do constant folding on double-word comparisons
Richard Henderson
1
-21
/
+72
2012-10-17
tcg: Split out subroutines from do_constant_folding_cond
Richard Henderson
1
-71
/
+81
2012-10-17
tcg: Optimize double-word comparisons against zero
Richard Henderson
1
-0
/
+39
2012-10-17
tcg: Use common code when failing to optimize
Richard Henderson
1
-59
/
+32
2012-10-17
tcg: Swap commutative double-word comparisons
Richard Henderson
1
-0
/
+26
2012-10-17
tcg: Canonicalize add2 operand ordering
Richard Henderson
1
-0
/
+5
2012-10-17
tcg: Split out swap_commutative as a subroutine
Richard Henderson
1
-32
/
+24
2012-10-17
tcg-ia64: Implement deposit
Richard Henderson
2
-2
/
+58
2012-10-17
tcg/ia64: slightly optimize TLB access code
Aurelien Jarno
1
-5
/
+17
2012-10-17
tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
Aurelien Jarno
1
-39
/
+37
2012-10-17
tcg/ia64: implement movcond_i32/64
Aurelien Jarno
2
-2
/
+40
2012-10-17
tcg/ia64: use stack for TCG temps
Blue Swirl
1
-3
/
+4
2012-10-17
tcg/arm: Implement movcond_i32
Peter Maydell
2
-1
/
+11
2012-10-17
tcg/arm: Factor out code to emit immediate or reg-reg op
Peter Maydell
1
-26
/
+20
2012-10-13
tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64
Richard Henderson
1
-5
/
+30
2012-10-13
tcg-sparc: Emit BPr insns for brcond_i64
Richard Henderson
1
-2
/
+47
2012-10-13
tcg-sparc: Drop use of Bicc in favor of BPcc
Richard Henderson
1
-160
/
+145
2012-10-13
tcg-sparc: Optimize setcond2 equality compare with 0.
Richard Henderson
1
-3
/
+12
2012-10-13
tcg-sparc: Use Z constraint for %g0
Richard Henderson
2
-60
/
+66
2012-10-13
tcg-sparc: Fix add2/sub2
Richard Henderson
1
-8
/
+22
2012-10-13
tcg-sparc: Fix setcond
Richard Henderson
1
-14
/
+19
2012-10-13
tcg-sparc: Fix qemu_st for 32-bit
Richard Henderson
1
-3
/
+4
2012-10-13
tcg-sparc: Fix setcond2
Richard Henderson
1
-20
/
+18
2012-10-13
tcg-sparc: Implement movcond.
Richard Henderson
2
-9
/
+38
2012-10-13
tcg-sparc: Fix brcond2
Richard Henderson
1
-16
/
+7
2012-10-12
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
Peter Maydell
11
-26
/
+0
2012-10-07
tcg: Remove redundant pointer from TCGContext
Stefan Weil
2
-3
/
+1
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
1
-12
/
+3
2012-10-06
tcg: Add tcg_high_cond
Richard Henderson
2
-15
/
+19
2012-10-06
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
11
-41
/
+102
2012-10-06
tcg: Add is_unsigned_cond
Richard Henderson
2
-1
/
+6
2012-10-06
tcg: remove obsolete jmp op
Aurelien Jarno
12
-70
/
+1
2012-10-05
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
Peter Maydell
1
-12
/
+3
2012-09-27
tci: Fix for AREG0 free mode
Stefan Weil
1
-5
/
+5
2012-09-26
tcg/i386: fix build with -march < i686
Aurelien Jarno
1
-0
/
+2
2012-09-26
tcg: Streamline movcond_i64 using movcond_i32
Richard Henderson
1
-7
/
+15
2012-09-26
tcg: Streamline movcond_i64 using 32-bit arithmetic
Richard Henderson
1
-0
/
+20
2012-09-26
tcg: Sanity check goto_tb input
Richard Henderson
3
-2
/
+14
2012-09-26
tcg: Sanity check deposit inputs
Richard Henderson
1
-0
/
+8
2012-09-26
tcg: Add tcg_debug_assert
Richard Henderson
1
-0
/
+9
2012-09-26
tcg: Implement concat*_i64 with deposit_i64
Richard Henderson
1
-30
/
+30
2012-09-26
tcg: Emit XORI as NOT for appropriate constants
Richard Henderson
1
-4
/
+15
2012-09-26
tcg: Optimize initial inputs for ori_i64
Richard Henderson
1
-6
/
+13
2012-09-26
tcg: Emit ANDI as EXTU for appropriate constants
Richard Henderson
1
-11
/
+56
2012-09-26
tcg: Adjust descriptions of *cond opcodes
Richard Henderson
1
-5
/
+5
2012-09-26
tcg/mips: fix MIPS32(R2) detection
Aurelien Jarno
2
-9
/
+9
[next]