On 2012-10-30 11:11, Aurelien Jarno wrote: > Aurelien Jarno (19): > target-mips: correctly restore btarget upon exception > target-mips: do not save CPU state when using retranslation > softfloat: implement fused multiply-add NaN propagation for MIPS > target-mips: use the softfloat floatXX_muladd functions > target-mips: keep softfloat exception set to 0 between instructions > target-mips: fix FPU exceptions > target-mips: cleanup float to int conversion helpers > target-mips: use softfloat constants when possible > target-mips: restore CPU state after an FPU exception > target-mips: cleanup load/store operations > target-mips: optimize load operations > target-mips: simplify load/store microMIPS helpers > target-mips: implement unaligned loads using TCG > target-mips: don't use local temps for store conditional > target-mips: implement movn/movz using movcond > target-mips: optimize ddiv/ddivu/div/divu with movcond > target-mips: use deposit instead of hardcoded version
Reviewed-by: Richard Henderson <r...@twiddle.net> > target-mips: fix TLBR wrt SEGMask > target-mips: don't flush extra TLB on permissions upgrade Not reviewed; I'm not that familiar with mips at other than the isa level. r~