aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op_template.c
AgeCommit message (Expand)Author
2008-05-07Delete obsolete MIPS dyngen ops.ths
2008-05-06Convert some MIPS load/store instructions to TCG.ths
2008-05-04Simplify mips branch handling. Retire T2 from use. Use TCG for branches.ths
2008-05-03Fix MIPS MT GPR accesses, thanks Stefan Weil.ths
2008-02-12Make MIPS MT implementation more cache friendly.ths
2007-11-09Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-05-28MIPS64 addressing fixes, by Aurelien Jarno.ths
2007-04-29Revert last checkin.ths
2007-04-29Hopefully the final fix for LUI sign extensions.ths
2007-04-25Next attempt to get the lui sign extension right.ths
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths
2005-07-02MIPS target (Jocelyn Mayer)bellard