Age | Commit message (Expand) | Author | Files | Lines |
2008-07-22 | Add T1 and T2 CPUs, add a Sun4v machine | blueswir1 | 3 | -1/+26 |
2008-07-21 | Use MMU globals for some MMU traps | blueswir1 | 2 | -4/+19 |
2008-07-21 | Fix reset vector | blueswir1 | 1 | -1/+1 |
2008-07-20 | Print default and available CPU features separately | blueswir1 | 1 | -4/+7 |
2008-07-20 | Make UA200x features selectable, add MMU types | blueswir1 | 4 | -23/+48 |
2008-07-19 | Remove unused variable | blueswir1 | 1 | -2/+0 |
2008-07-19 | Implement nucleus quad ldda | blueswir1 | 3 | -20/+70 |
2008-07-19 | Update TLB miss addresses | blueswir1 | 1 | -0/+2 |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 1 | -7/+6 |
2008-07-18 | wrhpr hstick_cmpr is a store, not a load | blueswir1 | 1 | -3/+2 |
2008-07-17 | Fix saving and loading of trap state | blueswir1 | 2 | -12/+12 |
2008-07-17 | Support for address masking | blueswir1 | 2 | -31/+55 |
2008-07-16 | Fix MMU registers, add more E-cache ASIs | blueswir1 | 1 | -10/+64 |
2008-07-16 | Fix MMU miss traps | blueswir1 | 2 | -4/+4 |
2008-07-16 | Flushw can generate exceptions, so save PC & NPC | blueswir1 | 1 | -0/+1 |
2008-07-15 | Really fix cas | blueswir1 | 1 | -6/+5 |
2008-07-08 | Implement some Ultrasparc cache ASIs used by SILO | blueswir1 | 1 | -0/+20 |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 1 | -2/+0 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 1 | -0/+2 |
2008-06-29 | Add instruction counter. | pbrook | 2 | -1/+24 |
2008-06-26 | Fix bogus format, reading uninitialised memory (original patch by Julian Seward) | blueswir1 | 1 | -1/+1 |
2008-06-24 | Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wright | blueswir1 | 1 | -8/+8 |
2008-06-23 | Fix compiler warning (Jan Kiszka) | blueswir1 | 1 | -1/+2 |
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 | 1 | -1/+0 |
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-20 | Update TODO | blueswir1 | 1 | -1/+1 |
2008-06-20 | Fix boot problem on i386 host introduced in r4690 | blueswir1 | 1 | -4/+4 |
2008-06-15 | Avoid temporary variable use across basic blocks for udivx | blueswir1 | 1 | -2/+4 |
2008-06-07 | Allow NWINDOWS selection (CPU feature with model specific defaults) | blueswir1 | 6 | -49/+126 |
2008-05-31 | Add more SuperSparcs | blueswir1 | 1 | -0/+36 |
2008-05-30 | Fix typo. | pbrook | 1 | -1/+1 |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook | 1 | -0/+12 |
2008-05-29 | MicroSparc I didn't have fsmuld op | blueswir1 | 3 | -9/+19 |
2008-05-29 | Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa) | blueswir1 | 2 | -6/+0 |
2008-05-29 | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard | 1 | -2/+0 |
2008-05-28 | moved halted field to CPU_COMMON | bellard | 1 | -1/+0 |
2008-05-27 | Free temps | blueswir1 | 1 | -109/+313 |
2008-05-27 | Move non-op functions from op_helper.c to helper.c and vice versa. | blueswir1 | 4 | -241/+230 |
2008-05-26 | More TCG type fixes | blueswir1 | 1 | -11/+8 |
2008-05-26 | Fix cas on i386 | blueswir1 | 1 | -1/+1 |
2008-05-25 | remove absolete function | bellard | 1 | -5/+0 |
2008-05-25 | Nicer debug output | blueswir1 | 1 | -0/+2 |
2008-05-25 | Fix off-by-one unwinding error. | pbrook | 1 | -6/+0 |
2008-05-24 | More TCGv type fixes. | pbrook | 1 | -1/+2 |
2008-05-24 | Fix ARM conditional branch bug. | pbrook | 1 | -31/+30 |
2008-05-24 | Fix helper operand type mismatch. | pbrook | 1 | -1/+2 |
2008-05-22 | Register op helpers | blueswir1 | 2 | -93/+101 |