aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
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 boilerplateaurel325-5/+5
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-11target-alpha: fix 2 warningsaurel322-5/+4
2008-12-07target-alpha: gdb-stub supportaurel321-1/+6
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-21target-alpha: use CPU_Float/CPU_Double instead of ugly castsaurel321-26/+34
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-1/+5
2008-11-17TCG variable type checking.pbrook3-439/+532
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-10target-alpha: fix cmpbge instructionaurel321-1/+1
2008-11-08target-alpha: fix the return value of stl_c/stq_caurel321-4/+4
2008-11-07target-alpha: fix locked loads/storesaurel322-13/+22
2008-11-06target-alpha: Fix ret instructionaurel321-2/+2
2008-10-21target-alpha: use the new TCG logical operationsaurel321-18/+6
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