aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-15target-alpha: fix emulation of ecbaurel321-6/+0
2009-04-10target-alpha: remove amask helperaurel321-2/+13
2009-04-10target-alpha: remove helper_load_implveraurel321-1/+3
2009-04-07target-alpha: fix palcode mask for user pal callsaurel321-1/+1
2009-04-07target-alpha: stop translation if too longaurel321-5/+9
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+4
2009-03-29target-alpha: bug fix: avoid nop to override next instructionaurel321-3/+3
2009-03-29target-alpha: add instruction name in comments for hw_ld opcode.aurel321-20/+20
2009-03-29target-alpha: fix temp free for hw_staurel321-2/+1
2009-03-29target-alpha: fix bug: integer conditional branch offset is 21 bits wide.aurel321-10/+10
2009-03-29target-alpha: Fix bug: do not mask address LSBs for ldwu.aurel321-1/+1
2009-03-29target-alpha: Fix bug: palcode is at least 6 bits.aurel321-1/+1
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-10/+5
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-13/+15
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07target-alpha: gdb-stub supportaurel321-1/+6
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-17TCG variable type checking.pbrook1-309/+401
2008-11-11target-alpha: fix decoding of CVTST /Saurel321-1/+1
2008-11-11target-alpha: disable single stepping and TB flush by defaultaurel321-2/+2
2008-11-11target-alpha: fix double TCG variable allocationaurel321-1/+1
2008-11-08target-alpha: fix the return value of stl_c/stq_caurel321-4/+4
2008-11-07target-alpha: fix locked loads/storesaurel321-13/+21
2008-11-06target-alpha: Fix ret instructionaurel321-2/+2
2008-10-21target-alpha: use the new TCG logical operationsaurel321-18/+6
2008-09-30target-alpha: convert palcode ops to TCGaurel321-241/+197
2008-09-30target-alpha: convert locked load/store to TCGaurel321-40/+52
2008-09-29target-alpha: misc fixesaurel321-53/+41
2008-09-29target-alpha: convert FP ops to TCGaurel321-269/+267
2008-09-29target-alpha: factorize load/store codeaurel321-134/+65
2008-09-18target-alpha: switch most load/store ops to TCGaurel321-20/+128
2008-09-18target-alpha: convert remaining arith3 functions to TCGaurel321-58/+39
2008-09-18target-alpha: fix one more literal sign issueaurel321-1/+1
2008-09-18target-alpha: instruction decoding simplificationaurel321-234/+134
2008-09-18target-alpha: convert cmp* instructions to TCGaurel321-5/+37
2008-09-18alpha: fix a missing literal sign issueaurel321-4/+4
2008-09-18target-alpha: switch a few helpers to TCGaurel321-11/+11
2008-09-17target-alpha: convert byte manipulation instructions to TCGaurel321-23/+110
2008-09-17alpha: convert cmov and bcond to TCGaurel321-41/+69
2008-09-16target-alpha: small optimizationsaurel321-2/+2
2008-09-16target-alpha: fix TCG register namesaurel321-2/+2
2008-09-16target-alpha: convert some arith3 instructions to TCGaurel321-83/+408
2008-09-16target-alpha: convert arith2 instructions to TCGaurel321-27/+49
2008-09-14alpha: fix lit signaurel321-3/+3
2008-09-05fix alpha cmovxx instructionaurel321-5/+5
2008-09-04alpha: convert a few more instructions to TCGaurel321-58/+28