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
/
sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-18
tcg-sparc: Use the type parameter to tcg_target_const_match
Richard Henderson
1
-1
/
+7
2014-04-18
tcg: Add TCGType parameter to tcg_target_const_match
Richard Henderson
1
-1
/
+1
2014-03-17
tcg-sparc: Convert to new ldst opcodes
Richard Henderson
2
-100
/
+53
2014-03-17
tcg-sparc: Convert to new ldst helpers
Richard Henderson
1
-59
/
+131
2014-03-17
tcg-sparc: Tidy tcg_out_tlb_load interface
Richard Henderson
1
-40
/
+30
2014-03-17
tcg-sparc: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-51
/
+65
2014-03-17
tcg-sparc: Improve tcg_out_movi
Richard Henderson
1
-21
/
+31
2014-03-17
tcg-sparc: Dont handle constant arguments to ext32 ops
Richard Henderson
1
-12
/
+4
2014-03-17
tcg-sparc: Don't handle remainder
Richard Henderson
2
-23
/
+2
2014-03-17
tcg-sparc: Use intptr_t as appropriate
Richard Henderson
1
-11
/
+9
2014-03-17
tcg-sparc: Tidy call+jump patterns
Richard Henderson
1
-19
/
+19
2014-03-17
tcg-sparc: Fix tlb read
Richard Henderson
1
-21
/
+15
2014-03-17
tcg-sparc: Fix ld64 for 32-bit mode
Richard Henderson
1
-0
/
+1
2013-10-10
tcg: Add qemu_ld_st_i32/64
Richard Henderson
1
-0
/
+2
2013-10-10
tcg: Add tcg-be-null.h
Richard Henderson
1
-0
/
+2
2013-09-20
tcg-sparc: Fix parenthesis warning
Richard Henderson
1
-1
/
+1
2013-09-02
exec: Split softmmu_defs.h
Richard Henderson
1
-2
/
+0
2013-09-02
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
1
-2
/
+2
2013-09-02
tcg: Change relocation offsets to intptr_t
Richard Henderson
1
-3
/
+3
2013-09-02
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
1
-0
/
+8
2013-09-02
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
1
-8
/
+4
2013-09-02
tcg: Add muluh and mulsh opcodes
Richard Henderson
1
-0
/
+4
2013-07-09
tcg: Move the CIE and FDE header definitions to common code
Richard Henderson
1
-25
/
+10
2013-07-09
tcg: Split rem requirement from div requirement
Richard Henderson
1
-0
/
+2
2013-03-03
tcg-sparc: fix build
Blue Swirl
1
-1
/
+1
2013-02-23
tcg: Add signed multiword multiplication operations
Richard Henderson
1
-0
/
+2
2013-02-23
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
1
-0
/
+3
2013-02-23
tcg-sparc: Always implement 32-bit multiword ops
Richard Henderson
2
-6
/
+7
2013-02-23
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
1
-0
/
+4
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: add guards to headers
Paolo Bonzini
1
-0
/
+3
2012-10-19
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...
Aurelien Jarno
1
-2
/
+0
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
1
-2
/
+0
2012-10-06
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
1
-1
/
+1
2012-10-06
tcg: remove obsolete jmp op
Aurelien Jarno
1
-2
/
+0
2012-09-22
Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth
Blue Swirl
2
-527
/
+476
2012-09-22
tcg: Remove tcg_target_get_call_iarg_regs_count
Stefan Weil
1
-6
/
+0
2012-09-21
tcg-sparc: Preserve branch destinations during retranslation
Richard Henderson
1
-8
/
+11
2012-09-21
tcg-sparc: Fix and enable direct TB chaining.
Richard Henderson
1
-3
/
+18
[next]