aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
2008-10-01target-alpha: update STATUSaurel321-8/+3
2008-09-30target-alpha: convert palcode ops to TCGaurel328-534/+349
2008-09-30target-alpha: convert locked load/store to TCGaurel321-40/+52
2008-09-29target-alpha: misc fixesaurel323-63/+41
2008-09-29target-alpha: convert FP ops to TCGaurel3211-1482/+786
2008-09-29target-alpha: factorize load/store codeaurel321-134/+65
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-09-18target-alpha: switch most load/store ops to TCGaurel322-27/+128
2008-09-18target-alpha: convert remaining arith3 functions to TCGaurel327-146/+87
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 TCGaurel322-50/+37
2008-09-18alpha: fix a missing literal sign issueaurel321-4/+4
2008-09-18target-alpha: switch a few helpers to TCGaurel326-67/+41
2008-09-17target-alpha: convert byte manipulation instructions to TCGaurel325-266/+167
2008-09-17alpha: convert cmov and bcond to TCGaurel323-115/+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 TCGaurel322-173/+408
2008-09-16target-alpha: convert arith2 instructions to TCGaurel325-76/+64
2008-09-14alpha: fix helper.haurel321-5/+0
2008-09-14alpha: fix lit signaurel321-3/+3
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-05fix alpha cmovxx instructionaurel321-5/+5
2008-09-04alpha: add target-alpha/helper.h (missing from commit r5150)aurel321-0/+10
2008-09-04alpha: convert a few more instructions to TCGaurel322-90/+28
2008-09-04alpha: directly access ir registersaurel322-326/+145
2008-09-04convert of few alpha insn to TCGaurel322-57/+62
2008-09-02Fix call_pal() prototype for alpha system emulationaurel321-0/+4
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-2/+0
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-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-2/+0
2008-06-29Add missing static qualifiers.pbrook1-2/+2
2008-06-29Add instruction counter.pbrook2-1/+34
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+9
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0
2008-05-28moved halted field to CPU_COMMONbellard1-1/+0
2008-05-25Fix off-by-one unwinding error.pbrook1-6/+0
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 generatorbellard2-33/+2
2007-12-01 Fix Sparc host compile problem reported by Shaddy Baddahblueswir13-0/+31
2007-11-12reduce verbositybellard1-1/+1
2007-11-11fixed invalid typebellard1-2/+2
2007-11-10added cpu_model parameter to cpu_init()bellard2-2/+3
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer1-0/+1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer1-73/+4