summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover definitionsblueswir12008-03-211-12/+0Star
* Convert align checks to TCGblueswir12008-03-214-12/+27
* Wire up TC signal from Aux1 to FDCblueswir12008-03-215-13/+42
* Prepare for op.c removal and zero legacy opsblueswir12008-03-215-1/+15
* Convert jumps to labels to TCGblueswir12008-03-212-8/+3Star
* Make TCG br op availableblueswir12008-03-211-0/+5
* Convert save, restore, saved, restored, and flushw to TCGblueswir12008-03-214-104/+103Star
* Convert other float and VIS ops to TCGblueswir12008-03-214-777/+799
* Convert float move ops to TCGblueswir12008-03-213-325/+74Star
* Fix Thumb signal handlers.pbrook2008-03-211-28/+3Star
* Convert udiv and sdiv ops to TCGblueswir12008-03-184-49/+58
* Use ext_i32_i64 instead of ext32s_i64blueswir12008-03-181-2/+2
* Convert CCR and CWP ops to TCGblueswir12008-03-184-26/+29
* Convert array8/16/32 and alignaddr to TCGblueswir12008-03-184-52/+45Star
* Typo in curses_keys.h.aurel322008-03-181-1/+1
* Clean fdc.haurel322008-03-181-1/+0Star
* Add KBD_CMD_SCANCODE command.aurel322008-03-181-5/+34
* SCI fixesaurel322008-03-187-8/+50
* restore rw support for vvfataurel322008-03-181-5/+9
* Documentation update for the monitor change commandaurel322008-03-181-1/+1
* Documentation for the -curses optionaurel322008-03-181-0/+6
* Convert umul and smul to TCGblueswir12008-03-162-24/+48
* Use a TCG global for pc and npcblueswir12008-03-161-18/+17Star
* Convert mulscc to TCG, add cc_src2blueswir12008-03-163-30/+56
* Increase max temps limitblueswir12008-03-161-1/+1
* Discard unused data, use less tempsblueswir12008-03-161-365/+237Star
* Add discard_ptr and discard_tlblueswir12008-03-161-0/+4
* More TCG conversions for CRIS.edgar_igl2008-03-161-33/+81
* Remove unused members.edgar_igl2008-03-161-7/+0Star
* More TCG conversions for CRIS.edgar_igl2008-03-151-73/+259
* Use a TCG global for fsrblueswir12008-03-151-27/+22Star
* Convert ldfsr and stfsr to TCGblueswir12008-03-154-13/+10Star
* Simplified some dead extended arith code after search and replace.edgar_igl2008-03-151-8/+2Star
* Eliminate some uses of T2blueswir12008-03-141-13/+13
* Convert udivx and sdivx to TCGblueswir12008-03-142-24/+30
* Allow op_opt for all targetsblueswir12008-03-141-2/+4
* Use memory globals for G registersblueswir12008-03-141-2/+18
* Use TARGET_FMT_lx.edgar_igl2008-03-141-2/+1Star
* CFI: Fix AMD erase supportaurel322008-03-141-1/+1
* Improve readability by moving the continue operation into aseparate function.edgar_igl2008-03-141-15/+13Star
* Made the etrax timers and serial-ports base address relocatable. Use target_p...edgar_igl2008-03-144-121/+95Star
* A first small step to convert the CRIS translator to TCG.edgar_igl2008-03-141-344/+312Star
* Model more parts of the ETRAX mmu (still alot missing).edgar_igl2008-03-146-51/+201
* * Add a model of the ETRAX interrupt controller.edgar_igl2008-03-148-179/+323
* Use tcg_const_tl for zero constantblueswir12008-03-131-42/+19Star
* Add tcg_const_tlblueswir12008-03-131-0/+2
* Convert condition code changing versions of add, sub, logic, and div to TCGblueswir12008-03-133-453/+427Star
* ds1225y nvram: Fix some bugsaurel322008-03-132-59/+130
* Slowdown SDL while minimizedaurel322008-03-133-1/+15
* SDL mouse events smoothnessaurel322008-03-131-16/+20