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