Age | Commit message (Expand) | Author | Files | Lines |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 12 | -28/+38 |
2008-07-01 | Fix DMA length bug seen with NetBSD (Cliff Wright) | blueswir1 | 1 | -2/+2 |
2008-07-01 | block-vvfat.c - fix is_free predicate, by Tristan Gingold. | ths | 1 | -2/+1 |
2008-07-01 | Add missing return in arm-semi, by Laurent Desnogues. | ths | 1 | -0/+1 |
2008-07-01 | Static'ify some functions, and use standard inline in translate.c. | ths | 1 | -22/+22 |
2008-07-01 | Implement resolution switching in common console code. | pbrook | 20 | -91/+109 |
2008-07-01 | Delete duplicate code. | ths | 1 | -3/+0 |
2008-06-30 | Fix rdtsc instruction counting. | pbrook | 1 | -0/+6 |
2008-06-30 | Spelling fixes, spotted by Stuart Brady. | ths | 9 | -18/+18 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 23 | -25/+21 |
2008-06-30 | CRIS: Correct writes to TLB hi. | edgar_igl | 1 | -2/+2 |
2008-06-30 | Avoid refering to CRIS specific cpu-state to be able to use these blocks with... | edgar_igl | 4 | -32/+26 |
2008-06-30 | Make bcond and btarget TCG registers. | ths | 1 | -73/+43 |
2008-06-30 | Avoid CRIS related warnings by Jan Kiszka. | edgar_igl | 5 | -37/+50 |
2008-06-29 | Suppress bogus compiler warnings. | pbrook | 2 | -0/+14 |
2008-06-29 | Remove unnecessary helper arguments, and fix some typos. | ths | 3 | -21/+31 |
2008-06-29 | Add missing static qualifiers. | pbrook | 3 | -4/+4 |
2008-06-29 | Add missing file. Fix spelling errors. | pbrook | 4 | -3/+58 |
2008-06-29 | Add instruction counter. | pbrook | 29 | -117/+830 |
2008-06-29 | Fix shell quoting. | pbrook | 1 | -2/+2 |
2008-06-28 | Document usage of new options remove stray variables, check for ALSA/FMOD/ESD | malc | 1 | -35/+66 |
2008-06-28 | Consistency | malc | 1 | -1/+1 |
2008-06-27 | Avoid unused input arguments which triggered tcg errors. Spotted by | ths | 3 | -28/+30 |
2008-06-27 | More efficient target register / TC accesses. | ths | 16 | -246/+327 |
2008-06-26 | Fix bogus format, reading uninitialised memory (original patch by Julian Seward) | blueswir1 | 1 | -1/+1 |
2008-06-25 | Change the way audio is configured | malc | 3 | -118/+37 |
2008-06-25 | Suppress OpenBSD warning messages for leftover fifo bytes | blueswir1 | 1 | -0/+1 |
2008-06-25 | Reset correct channel aka NetBSD boot fix | blueswir1 | 1 | -2/+2 |
2008-06-24 | Clarify some TODO items. | ths | 1 | -4/+5 |
2008-06-24 | Remove remaining uses of T0 in the MIPS target. | ths | 5 | -454/+468 |
2008-06-24 | T1 is now dead. | ths | 3 | -7/+1 |
2008-06-24 | Reduce use of fixed registers a bit more. | ths | 1 | -329/+356 |
2008-06-24 | Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wright | blueswir1 | 1 | -8/+8 |
2008-06-24 | Use temporaries instead of fixed registers for some instructions. | ths | 3 | -303/+408 |
2008-06-23 | Make mixer emulation a configure option (Jan Kiszka) | malc | 3 | -7/+14 |
2008-06-23 | Fix some compiler signed/unsigned char warnings | blueswir1 | 3 | -10/+10 |
2008-06-23 | Fix compiler warning (Jan Kiszka) | blueswir1 | 1 | -1/+2 |
2008-06-23 | Pass T0/T1 explicitly to helper functions, and clean up a few dyngen | ths | 4 | -1105/+1130 |
2008-06-23 | According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatile | malc | 1 | -1/+0 |
2008-06-23 | Shuffle contents of tcg_target_reg_alloc_order | malc | 1 | -18/+18 |
2008-06-22 | Add missing [SU]32 | malc | 1 | -0/+6 |
2008-06-22 | Eliminate cpu_T[0] | blueswir1 | 1 | -9/+9 |
2008-06-22 | Eliminate cpu_T[1] | blueswir1 | 1 | -4/+3 |
2008-06-22 | Add missing keys, sendkey support for all keys | blueswir1 | 3 | -2/+18 |
2008-06-21 | Emit warning message if user supplied buffer/period size/time was rejected | malc | 1 | -0/+16 |
2008-06-21 | Convert some cpu_dst uses (with loads/stores) to cpu_tmp0 | blueswir1 | 1 | -67/+67 |
2008-06-21 | Avoid brcond problems, use temps for cpu_src1 & cpu_src2 | blueswir1 | 1 | -35/+32 |
2008-06-21 | Do not save dynamic field | malc | 1 | -4/+2 |
2008-06-21 | Disable xLaw debugging | malc | 1 | -1/+1 |
2008-06-21 | Rework period/buffer size setting | malc | 1 | -138/+52 |