Age | Commit message (Expand) | Author | Files | Lines |
2008-07-23 | Less hardcoding of TARGET_USER_ONLY. | ths | 1 | -2/+4 |
2008-07-09 | Use temporary registers for the MIPS FPU emulation. | ths | 1 | -44/+62 |
2008-06-29 | Remove unnecessary helper arguments, and fix some typos. | ths | 1 | -5/+5 |
2008-06-27 | Avoid unused input arguments which triggered tcg errors. Spotted by | ths | 1 | -6/+6 |
2008-06-24 | Remove remaining uses of T0 in the MIPS target. | ths | 1 | -33/+33 |
2008-06-24 | Use temporaries instead of fixed registers for some instructions. | ths | 1 | -4/+4 |
2008-06-23 | Pass T0/T1 explicitly to helper functions, and clean up a few dyngen | ths | 1 | -150/+150 |
2008-06-20 | Convert unaligned load/store to TCG. | ths | 1 | -0/+11 |
2008-06-20 | Convert vr54xx multiply instructions to TCG. | ths | 1 | -0/+15 |
2008-06-19 | Convert remaining MIPS FP instructions to TCG. | ths | 1 | -0/+7 |
2008-06-12 | Switch the standard multiplication instructions to TCG. | ths | 1 | -0/+2 |
2008-06-12 | Switch bitfield instructions and assorted special ops to TCG. | ths | 1 | -0/+19 |
2008-06-12 | TCGify a few more instructions. | ths | 1 | -0/+4 |
2008-06-11 | Call most FP helpers without deroute through op.c | ths | 1 | -0/+72 |
2008-06-09 | Switch remaining CP0 instructions to TCG or helper functions. | ths | 1 | -0/+118 |
2008-06-08 | Register helper functions. | ths | 1 | -7/+13 |
2008-05-21 | Switch MIPS clo/clz and the condition tests to TCG. | ths | 1 | -0/+5 |
2008-05-18 | Add file left out from previous commit. | ths | 1 | -0/+3 |