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
This patch series does some bug fixes and code cleanup in the MIPS
target, and then does some optimizations.
Changes v1 -> v2:
- patch 1: new patch
- patch 2: new patch
- patch 5: new patch to address Richard Henders comments
- patch 6: update following patch 5 addition
- patch 7: new pat