index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-alpha
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-23
target-alpha: Initialize fpcr
Richard Henderson
1
-0
/
+2
2009-12-21
target-alpha: Emit tcg debug_insn_start.
Richard Henderson
1
-0
/
+5
2009-12-17
target-alpha: Implement fp branch/cmov inline.
Richard Henderson
1
-87
/
+110
2009-12-13
target-alpha: Fix double log_cpu_state.
Richard Henderson
1
-1
/
+0
2009-12-13
target-alpha: Fix FMOV.
Richard Henderson
1
-3
/
+7
2009-12-13
target-alpha: Expand ins*h inline.
Richard Henderson
1
-6
/
+45
2009-12-13
target-alpha: Expand msk*h inline.
Richard Henderson
1
-14
/
+49
2009-12-13
target-alpha: Expand msk*l inline.
Richard Henderson
1
-8
/
+30
2009-12-13
target-alpha: Expand ins*l inline.
Richard Henderson
1
-28
/
+59
2009-12-13
target-alpha: Implement RD/WRUNIQUE in the translator
Richard Henderson
1
-10
/
+29
2009-12-13
target-alpha: Fix fbcond branch offset.
Richard Henderson
1
-5
/
+4
2009-12-13
target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.
Richard Henderson
1
-32
/
+25
2009-12-13
target-alpha: Expand zap/zapnot with immediate inline.
Richard Henderson
1
-2
/
+59
2009-12-13
target-alpha: Fix -d in_asm
Richard Henderson
1
-15
/
+4
2009-12-13
target-alpha: Implement missing MVI instructions.
Richard Henderson
1
-30
/
+49
2009-12-13
target-alpha: Honor the -cpu command line argument.
Richard Henderson
1
-2
/
+42
2009-12-13
target-alpha: Remove bogus DO_TB_FLUSH code from translator.
Richard Henderson
1
-7
/
+1
2009-09-18
target-alpha: fix extlh instruction
Vince Weaver
1
-5
/
+6
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-2
/
+2
2009-08-16
Replace always_inline with inline
Blue Swirl
1
-47
/
+43
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+1
2009-04-15
target-alpha: fix emulation of ecb
aurel32
1
-6
/
+0
2009-04-10
target-alpha: remove amask helper
aurel32
1
-2
/
+13
2009-04-10
target-alpha: remove helper_load_implver
aurel32
1
-1
/
+3
2009-04-07
target-alpha: fix palcode mask for user pal calls
aurel32
1
-1
/
+1
2009-04-07
target-alpha: stop translation if too long
aurel32
1
-5
/
+9
2009-04-05
Add new command line option -singlestep for tcg single stepping.
aurel32
1
-4
/
+4
2009-03-29
target-alpha: bug fix: avoid nop to override next instruction
aurel32
1
-3
/
+3
2009-03-29
target-alpha: add instruction name in comments for hw_ld opcode.
aurel32
1
-20
/
+20
2009-03-29
target-alpha: fix temp free for hw_st
aurel32
1
-2
/
+1
2009-03-29
target-alpha: fix bug: integer conditional branch offset is 21 bits wide.
aurel32
1
-10
/
+10
2009-03-29
target-alpha: Fix bug: do not mask address LSBs for ldwu.
aurel32
1
-1
/
+1
2009-03-29
target-alpha: Fix bug: palcode is at least 6 bits.
aurel32
1
-1
/
+1
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-15
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-10
/
+5
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
1
-13
/
+15
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-07
target-alpha: gdb-stub support
aurel32
1
-1
/
+6
2008-11-25
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
1
-2
/
+2
2008-11-18
Refactor and enhance break/watchpoint API (Jan Kiszka)
aliguori
1
-3
/
+4
2008-11-17
TCG variable type checking.
pbrook
1
-309
/
+401
2008-11-11
target-alpha: fix decoding of CVTST /S
aurel32
1
-1
/
+1
2008-11-11
target-alpha: disable single stepping and TB flush by default
aurel32
1
-2
/
+2
2008-11-11
target-alpha: fix double TCG variable allocation
aurel32
1
-1
/
+1
2008-11-08
target-alpha: fix the return value of stl_c/stq_c
aurel32
1
-4
/
+4
2008-11-07
target-alpha: fix locked loads/stores
aurel32
1
-13
/
+21
2008-11-06
target-alpha: Fix ret instruction
aurel32
1
-2
/
+2
2008-10-21
target-alpha: use the new TCG logical operations
aurel32
1
-18
/
+6
[next]