index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-22
target-sparc: Fix mixup of uint64 and uint64_t
Andreas Färber
1
-1
/
+1
2012-01-03
sparc: avoid cpu_get_physical_page_desc()
Avi Kivity
1
-1
/
+4
2011-12-02
fix spelling in target sub directory
Dong Xu Wang
1
-1
/
+1
2011-11-19
Improve "ta 0" shutdown
Fabien Chouteau
4
-18
/
+9
2011-10-26
target-sparc: Implement FALIGNDATA inline.
Richard Henderson
3
-19
/
+26
2011-10-26
target-sparc: Implement BMASK/BSHUFFLE.
Richard Henderson
3
-4
/
+40
2011-10-26
target-sparc: Implement ALIGNADDR* inline.
Richard Henderson
3
-14
/
+22
2011-10-26
target-sparc: Implement EDGE* instructions.
Richard Henderson
1
-2
/
+175
2011-10-26
target-sparc: Implement fpack{16,32,fix}.
Richard Henderson
3
-1
/
+96
2011-10-26
target-sparc: Implement PDIST.
Richard Henderson
3
-2
/
+41
2011-10-26
target-sparc: Do exceptions management fully inside the helpers.
Richard Henderson
3
-91
/
+146
2011-10-26
target-sparc: Change fpr representation to doubles.
Richard Henderson
5
-140
/
+114
2011-10-26
target-sparc: Undo cpu_fpr rename.
Richard Henderson
1
-28
/
+28
2011-10-26
target-sparc: Extract float128 move to a function.
Richard Henderson
1
-32
/
+18
2011-10-26
target-sparc: Extract common code for floating-point operations.
Richard Henderson
1
-454
/
+381
2011-10-26
target-sparc: Make FPU/VIS helpers const when possible.
Richard Henderson
4
-92
/
+78
2011-10-26
target-sparc: Pass float64 parameters instead of dt0/1 temporaries.
Richard Henderson
6
-449
/
+381
2011-10-26
target-sparc: Add accessors for double-precision fpr access.
Richard Henderson
1
-112
/
+130
2011-10-26
target-sparc: Mark fprs dirty in store accessor.
Richard Henderson
1
-46
/
+8
2011-10-26
target-sparc: Add accessors for single-precision fpr access.
Richard Henderson
1
-195
/
+337
2011-10-26
Sparc: split load and store op helpers
Blue Swirl
2
-2416
/
+2434
2011-10-26
Sparc: convert win_helper to trace framework
Blue Swirl
1
-22
/
+8
2011-10-26
Sparc: convert interrupt helpers to trace framework
Blue Swirl
2
-26
/
+16
2011-10-26
Sparc: convert mmu_helper to trace framework
Blue Swirl
1
-44
/
+20
2011-10-26
Sparc: split MMU helpers
Blue Swirl
3
-860
/
+879
2011-10-26
Sparc: fix coding style in helper.c
Blue Swirl
1
-43
/
+52
2011-10-26
Sparc: avoid AREG0 for division op helpers
Blue Swirl
4
-82
/
+88
2011-10-26
Sparc: avoid AREG0 for softint op helpers and Leon cache control
Blue Swirl
6
-107
/
+117
2011-10-26
Sparc: avoid AREG0 for CWP and PSTATE helpers
Blue Swirl
3
-200
/
+89
2011-10-25
target-sparc: Fix use of g_new0 / g_free
Stefan Weil
1
-4
/
+4
2011-10-25
target-sparc: Fix order of function parameters
Stefan Weil
1
-4
/
+4
2011-10-23
Sparc: split CWP and PSTATE op helpers
Blue Swirl
3
-489
/
+522
2011-10-23
Sparc: avoid AREG0 for lazy condition code helpers
Blue Swirl
4
-49
/
+48
2011-10-23
Sparc: split lazy condition code handling op helpers
Blue Swirl
2
-464
/
+486
2011-10-23
Sparc: avoid AREG0 for float and VIS ops
Blue Swirl
4
-273
/
+280
2011-10-23
Sparc: split FPU and VIS op helpers
Blue Swirl
3
-743
/
+797
2011-10-23
Sparc: fix coding style
Blue Swirl
1
-452
/
+502
2011-10-23
Sparc: avoid AREG0 for raise_exception and helper_debug
Blue Swirl
4
-72
/
+70
2011-10-23
Sparc: move trivial functions from op_helper.c
Blue Swirl
3
-47
/
+46
2011-10-23
Sparc: split helper.c
Blue Swirl
6
-1084
/
+1134
2011-10-23
Sparc: fix coding style
Blue Swirl
1
-32
/
+41
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
1
-4
/
+3
2011-09-10
Gdbstub: Fix back-trace on SPARC32
Fabien Chouteau
2
-0
/
+91
2011-09-10
Sparc64: remove useless variable
Blue Swirl
1
-4
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
3
-5
/
+5
2011-08-06
Fix handling of conditional branches in delay slot of a conditional branch
Artyom Tarasenko
1
-9
/
+21
2011-08-01
Sparc: fix non-faulting unassigned memory accesses
Blue Swirl
1
-17
/
+8
2011-07-30
exec.h cleanup
Blue Swirl
2
-16
/
+6
2011-07-30
SPARC64: implement %fprs dirty bits
Tsuneo Saito
1
-0
/
+116
[next]