aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-21 Wire up TC signal from Aux1 to FDCblueswir15-13/+42
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir15-1/+15
2008-03-21 Convert jumps to labels to TCGblueswir12-8/+3
2008-03-21 Make TCG br op availableblueswir11-0/+5
2008-03-21 Convert save, restore, saved, restored, and flushw to TCGblueswir14-104/+103
2008-03-21 Convert other float and VIS ops to TCGblueswir14-777/+799
2008-03-21 Convert float move ops to TCGblueswir13-325/+74
2008-03-21Fix Thumb signal handlers.pbrook1-28/+3
2008-03-18 Convert udiv and sdiv ops to TCGblueswir14-49/+58
2008-03-18 Use ext_i32_i64 instead of ext32s_i64blueswir11-2/+2
2008-03-18 Convert CCR and CWP ops to TCGblueswir14-26/+29
2008-03-18 Convert array8/16/32 and alignaddr to TCGblueswir14-52/+45
2008-03-18Typo in curses_keys.h.aurel321-1/+1
2008-03-18Clean fdc.haurel321-1/+0
2008-03-18Add KBD_CMD_SCANCODE command.aurel321-5/+34
2008-03-18SCI fixesaurel327-8/+50
2008-03-18restore rw support for vvfataurel321-5/+9
2008-03-18Documentation update for the monitor change commandaurel321-1/+1
2008-03-18Documentation for the -curses optionaurel321-0/+6
2008-03-16 Convert umul and smul to TCGblueswir12-24/+48
2008-03-16 Use a TCG global for pc and npcblueswir11-18/+17
2008-03-16 Convert mulscc to TCG, add cc_src2blueswir13-30/+56
2008-03-16 Increase max temps limitblueswir11-1/+1
2008-03-16 Discard unused data, use less tempsblueswir11-365/+237
2008-03-16 Add discard_ptr and discard_tlblueswir11-0/+4
2008-03-16More TCG conversions for CRIS.edgar_igl1-33/+81
2008-03-16Remove unused members.edgar_igl1-7/+0
2008-03-15More TCG conversions for CRIS.edgar_igl1-73/+259
2008-03-15 Use a TCG global for fsrblueswir11-27/+22
2008-03-15 Convert ldfsr and stfsr to TCGblueswir14-13/+10
2008-03-15Simplified some dead extended arith code after search and replace.edgar_igl1-8/+2
2008-03-14 Eliminate some uses of T2blueswir11-13/+13
2008-03-14 Convert udivx and sdivx to TCGblueswir12-24/+30
2008-03-14 Allow op_opt for all targetsblueswir11-2/+4
2008-03-14 Use memory globals for G registersblueswir11-2/+18
2008-03-14Use TARGET_FMT_lx.edgar_igl1-2/+1
2008-03-14CFI: Fix AMD erase supportaurel321-1/+1
2008-03-14Improve readability by moving the continue operation into aseparate function.edgar_igl1-15/+13
2008-03-14Made the etrax timers and serial-ports base address relocatable. Use target_p...edgar_igl4-121/+95
2008-03-14A first small step to convert the CRIS translator to TCG.edgar_igl1-344/+312
2008-03-14Model more parts of the ETRAX mmu (still alot missing).edgar_igl6-51/+201
2008-03-14* Add a model of the ETRAX interrupt controller.edgar_igl8-179/+323
2008-03-13 Use tcg_const_tl for zero constantblueswir11-42/+19
2008-03-13 Add tcg_const_tlblueswir11-0/+2
2008-03-13 Convert condition code changing versions of add, sub, logic, and div to TCGblueswir13-453/+427
2008-03-13ds1225y nvram: Fix some bugsaurel322-59/+130
2008-03-13Slowdown SDL while minimizedaurel323-1/+15
2008-03-13SDL mouse events smoothnessaurel321-16/+20
2008-03-13Math functions helper for CONFIG_SOFTFLOAT=yesaurel321-0/+21
2008-03-13Use float32/64 instead of float/doubleaurel326-458/+241