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
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Use correct type for SPARC cpu_cc_op
Paul Brook
2009-06-06
1
-1
/
+2
*
Convert mulscc
Blue Swirl
2009-05-10
1
-131
/
+2
*
Convert udiv/sdiv
Blue Swirl
2009-05-10
1
-19
/
+6
*
Convert tagged ops
Blue Swirl
2009-05-10
1
-129
/
+8
*
Convert subx
Blue Swirl
2009-05-10
1
-31
/
+6
*
Convert sub
Blue Swirl
2009-05-10
1
-37
/
+11
*
Convert logical operations and umul/smul
Blue Swirl
2009-05-10
1
-24
/
+24
*
Convert addx
Blue Swirl
2009-05-10
1
-31
/
+6
*
Convert add
Blue Swirl
2009-05-10
1
-21
/
+6
*
Use dynamical computation for condition codes
Blue Swirl
2009-05-10
1
-24
/
+108
*
Optimize cmp x, 0 case
Blue Swirl
2009-05-03
1
-14
/
+19
*
Reindent
Blue Swirl
2009-05-03
1
-319
/
+312
*
Improve instruction name comments for easier searching
Blue Swirl
2009-05-02
1
-44
/
+44
*
Optimize operations with immediate parameters
Blue Swirl
2009-05-02
1
-52
/
+200
*
Fix Sparc64 sign extension problems
Blue Swirl
2009-05-02
1
-32
/
+36
*
Add new command line option -singlestep for tcg single stepping.
aurel32
2009-04-05
1
-1
/
+1
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-20
/
+0
*
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
2009-01-15
1
-2
/
+2
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-9
/
+6
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
2008-11-25
1
-2
/
+2
*
Refactor and enhance break/watchpoint API (Jan Kiszka)
aliguori
2008-11-18
1
-3
/
+4
*
TCG variable type checking.
pbrook
2008-11-17
1
-523
/
+521
*
Use TCG not op
blueswir1
2008-11-09
1
-14
/
+12
*
Use andc, orc, nor and nand
blueswir1
2008-11-09
1
-52
/
+36
*
Fix TCGv size mismatches
blueswir1
2008-11-01
1
-19
/
+21
*
Implement UA2005 hypervisor traps
blueswir1
2008-09-26
1
-2
/
+23
*
Add software and timer interrupt support
blueswir1
2008-09-22
1
-5
/
+29
*
Use the new concat_tl_i64 op for std and stda
blueswir1
2008-09-21
1
-18
/
+6
*
Use the new concat_i32_i64 op for std and stda
blueswir1
2008-09-21
1
-16
/
+20
*
Fix mulscc with high bits set in either src1 or src2
blueswir1
2008-09-13
1
-2
/
+3
*
Write zeros to high bits of y, based on patch by Vince Weaver
blueswir1
2008-09-11
1
-2
/
+4
*
Convert rest of ops using float32 to TCG, remove FT0 and FT1
blueswir1
2008-09-10
1
-35
/
+16
*
Partially convert float128 conversion ops to TCG
blueswir1
2008-09-10
1
-8
/
+6
*
Convert basic 64 bit VIS ops to TCG
blueswir1
2008-09-10
1
-46
/
+65
*
Convert basic 32 bit VIS ops to TCG
blueswir1
2008-09-10
1
-76
/
+38
*
Convert basic float32 ops to TCG
blueswir1
2008-09-10
1
-150
/
+247
*
Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG
blueswir1
2008-09-09
1
-8
/
+23
*
Fix a typo in fpsub32
blueswir1
2008-09-06
1
-1
/
+1
*
Convert most env fields to TCG registers
blueswir1
2008-09-06
1
-95
/
+91
*
Silence gcc warning about constant overflow
blueswir1
2008-09-06
1
-2
/
+2
*
Fix sign extension problems with smul and umul (Vince Weaver)
blueswir1
2008-09-02
1
-4
/
+4
*
Fix y register loads and stores
blueswir1
2008-09-01
1
-18
/
+16
*
Fix FCC handling for Sparc64 target, initial patch by Vince Weaver
blueswir1
2008-08-29
1
-4
/
+2
*
Fix wrwim masking (Luis Pureza)
blueswir1
2008-08-21
1
-0
/
+3
*
Use initial CPU definition structure for some CPU fields instead of copying
blueswir1
2008-08-21
1
-10
/
+7
*
Correct 32bit carry flag for add instruction (Igor Kovalenko)
blueswir1
2008-08-17
1
-5
/
+8
*
Fix Sparc64 shifts
blueswir1
2008-08-06
1
-5
/
+3
*
Fix offset handling for ASI loads and stores (Vince Weaver)
blueswir1
2008-08-06
1
-3
/
+1
[next]