summaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-04alpha: directly access ir registersaurel321-244/+145
2008-09-04convert of few alpha insn to TCGaurel321-30/+62
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir11-1/+1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-9/+7
2008-06-29Add missing static qualifiers.pbrook1-2/+2
2008-06-29Add instruction counter.pbrook1-1/+32
2008-04-28Factorize code in translate.caurel321-0/+5
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-02-01use the TCG code generatorbellard1-28/+2
2007-11-10added cpu_model parameter to cpu_init()bellard1-1/+2
2007-10-28Alpha coding style and inlining fixes.j_mayer1-64/+80
2007-10-14Allow Alpha target to use supervisor and executive mode micro-ops.j_mayer1-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-9/+9
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-06-03Avoid compiler warning.ths1-0/+2
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer1-1/+2
2007-04-05Alpha architecture emulation core.j_mayer1-0/+2117