aboutsummaryrefslogtreecommitdiff
path: root/target-mips/translate_init.c
AgeCommit message (Expand)Author
2008-09-18Move the active FPU registers into env again, and use more TCG registersths
2008-09-14target-mips: fix warningaurel32
2008-09-02Build fix for gcc-3.3.ths
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths
2008-07-21A bunch of minor code improvements in the MIPS target.ths
2008-07-20Fix compiler warning, by Stefan Weil.ths
2008-06-27More efficient target register / TC accesses.ths
2008-05-28Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths
2008-05-06Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver.ths
2008-05-06Use TCG for MIPS GPR moves.ths
2007-12-28Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford.ths
2007-12-25Support for VR5432, and some of its special instructions. Original patchths
2007-12-255K and 20K are Release 1 CPUs.ths
2007-12-25Improved PABITS handling, and config register fixes.ths
2007-12-24Fix CCRes value for 20Kc.ths
2007-11-19Add older 4Km variants.ths
2007-11-18Use a valid PRid.ths
2007-11-14Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSPths
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-10-29Preliminary MIPS64R2 mode.ths
2007-10-23Use the standard ASE check for MIPS-3D and MT.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-23Fix mips usermode emulation.ths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-26Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths
2007-07-29Fix MIPS cache configuration, by Aurelien Jarno.ths
2007-06-23Handle MIPS64 SEGBITS value correctly.ths
2007-06-22Allow emulation of 32bit targets in the MIPS64 capable qemu version.ths
2007-06-12Change 20Kc PRID to a later version.ths
2007-06-09R5k has PX implemented.ths
2007-06-01Update some comments, 64bit FPU support is functional regardless ofths
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths
2007-06-01Allow again FPU for usermode emulation.ths
2007-05-30Fix CPU (re-)selection on reset.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths
2007-05-11Fix missing status ro mask initialization, thanks Stefan Weil.ths
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths
2007-04-17Choose number of TLBs at runtime, by Herve Poussineau.ths
2007-04-11Make SYNCI_Step and CCRes CPU-specific.ths
2007-04-01Actually enable 64bit configuration.ths
2007-03-24One more bit of mips CPU configuration, and support for early 4KEcths
2007-03-21Move mips CPU specific initialization to translate_init.c.ths
2007-03-18MIPS -cpu selection support, by Herve Poussineau.ths