index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-sparc
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target-sparc: Cleanup "global" temporary allocation
Richard Henderson
2012-10-07
1
-19
/
+19
*
target-sparc: Use movcond for FMOV*R
Richard Henderson
2012-10-07
1
-30
/
+16
*
target-sparc: Use movcond in mulscc
Richard Henderson
2012-10-07
1
-6
/
+5
*
target-sparc: Move taddcctv and tsubcctv out of line
Richard Henderson
2012-10-07
1
-102
/
+6
*
target-sparc: Tidy Tcc
Richard Henderson
2012-10-07
1
-38
/
+53
*
target-sparc: Move sdivx and udivx out of line
Richard Henderson
2012-10-07
1
-50
/
+2
*
target-sparc: Use movcond in gen_generic_branch
Richard Henderson
2012-10-07
1
-11
/
+7
*
target-sparc: Use DisasCompare and movcond in MOVR
Richard Henderson
2012-10-07
1
-17
/
+14
*
target-sparc: Use DisasCompare and movcond in MOVCC
Richard Henderson
2012-10-07
1
-24
/
+20
*
target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC
Richard Henderson
2012-10-07
1
-117
/
+86
*
target-sparc: Use DisasCompare in Tcc
Richard Henderson
2012-10-07
1
-9
/
+11
*
target-sparc: Introduce DisasCompare and functions to generate it
Richard Henderson
2012-10-07
1
-9
/
+83
*
target-sparc: Tidy gen_generic_branch interface
Richard Henderson
2012-10-07
1
-8
/
+7
*
target-sparc: Tidy save_npc interface
Richard Henderson
2012-10-07
1
-4
/
+4
*
target-sparc: Tidy gen_mov_pc_npc interface
Richard Henderson
2012-10-07
1
-6
/
+6
*
target-sparc: Tidy save_state interface
Richard Henderson
2012-10-07
1
-49
/
+49
*
target-sparc: Tidy gen_trap_ifnofpu interface
Richard Henderson
2012-10-07
1
-18
/
+28
*
target-sparc: Tidy flush_cond interface
Richard Henderson
2012-10-07
1
-5
/
+5
*
target-sparc: Tidy do_branch interfaces
Richard Henderson
2012-10-07
1
-20
/
+18
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+2
*
Implement address masking for SPARC v9 CPUs
Artyom Tarasenko
2012-05-12
1
-1
/
+24
*
Sparc: avoid AREG0 wrappers for memory access helpers
Blue Swirl
2012-03-18
1
-4
/
+6
*
Sparc: avoid AREG0 for memory access helpers
Blue Swirl
2012-03-18
1
-25
/
+27
*
target-sparc: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-40
/
+40
*
Improve "ta 0" shutdown
Fabien Chouteau
2011-11-19
1
-8
/
+1
*
target-sparc: Implement FALIGNDATA inline.
Richard Henderson
2011-10-26
1
-6
/
+26
*
target-sparc: Implement BMASK/BSHUFFLE.
Richard Henderson
2011-10-26
1
-4
/
+10
*
target-sparc: Implement ALIGNADDR* inline.
Richard Henderson
2011-10-26
1
-2
/
+22
*
target-sparc: Implement EDGE* instructions.
Richard Henderson
2011-10-26
1
-2
/
+175
*
target-sparc: Implement fpack{16,32,fix}.
Richard Henderson
2011-10-26
1
-1
/
+29
*
target-sparc: Implement PDIST.
Richard Henderson
2011-10-26
1
-2
/
+19
*
target-sparc: Do exceptions management fully inside the helpers.
Richard Henderson
2011-10-26
1
-29
/
+0
*
target-sparc: Change fpr representation to doubles.
Richard Henderson
2011-10-26
1
-79
/
+71
*
target-sparc: Undo cpu_fpr rename.
Richard Henderson
2011-10-26
1
-28
/
+28
*
target-sparc: Extract float128 move to a function.
Richard Henderson
2011-10-26
1
-32
/
+18
*
target-sparc: Extract common code for floating-point operations.
Richard Henderson
2011-10-26
1
-454
/
+381
*
target-sparc: Make FPU/VIS helpers const when possible.
Richard Henderson
2011-10-26
1
-50
/
+33
*
target-sparc: Pass float64 parameters instead of dt0/1 temporaries.
Richard Henderson
2011-10-26
1
-229
/
+220
*
target-sparc: Add accessors for double-precision fpr access.
Richard Henderson
2011-10-26
1
-112
/
+130
*
target-sparc: Mark fprs dirty in store accessor.
Richard Henderson
2011-10-26
1
-46
/
+8
*
target-sparc: Add accessors for single-precision fpr access.
Richard Henderson
2011-10-26
1
-195
/
+337
*
Sparc: avoid AREG0 for division op helpers
Blue Swirl
2011-10-26
1
-4
/
+8
*
Sparc: avoid AREG0 for softint op helpers and Leon cache control
Blue Swirl
2011-10-26
1
-3
/
+3
*
Sparc: avoid AREG0 for CWP and PSTATE helpers
Blue Swirl
2011-10-26
1
-17
/
+17
*
target-sparc: Fix order of function parameters
Stefan Weil
2011-10-25
1
-4
/
+4
*
Sparc: avoid AREG0 for lazy condition code helpers
Blue Swirl
2011-10-23
1
-9
/
+9
*
Sparc: avoid AREG0 for float and VIS ops
Blue Swirl
2011-10-23
1
-133
/
+137
*
Sparc: avoid AREG0 for raise_exception and helper_debug
Blue Swirl
2011-10-23
1
-13
/
+13
*
Fix handling of conditional branches in delay slot of a conditional branch
Artyom Tarasenko
2011-08-06
1
-9
/
+21
*
SPARC64: implement %fprs dirty bits
Tsuneo Saito
2011-07-30
1
-0
/
+116
[prev]
[next]