1. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  2. 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 9 years ago
  3. d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
  4. 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
  5. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  6. f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
  7. 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
  8. f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
  9. a2f2d28 softfloat: expand out STATUS macro by Peter Maydell · 10 years ago
  10. ff32e16 softfloat: expand out STATUS_VAR by Peter Maydell · 10 years ago
  11. e5a41ff softfloat: Expand out the STATUS_PARAM macro by Peter Maydell · 10 years ago
  12. 16017c4 softfloat: Clarify license status by Peter Maydell · 10 years ago
  13. 6bb8e0f softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0be36f by Peter Maydell · 10 years ago
  14. a7d1ac7 softfloat: Apply patch corresponding to rebasing to softfloat-2a by Peter Maydell · 10 years ago
  15. 2d31e06 softfloat: add functions corresponding to IEEE-2008 min/maxNumMag by Leon Alrae · 11 years ago
  16. a49db98 fpu: softfloat: drop INLINE macro by Luiz Capitulino · 11 years ago
  17. a13d448 softfloat: Introduce float32_to_uint64_round_to_zero by Tom Musta · 11 years ago
  18. 7baeabc softfloat: export squash_input_denormal functions by Alex Bennée · 11 years ago
  19. 67d4353 softfloat: Support halving the result of muladd operation by Peter Maydell · 11 years ago
  20. f9288a7 softfloat: Add support for ties-away rounding by Peter Maydell · 11 years ago
  21. 14c9a07 softfloat: Add float16 <=> float64 conversion functions by Peter Maydell · 11 years ago
  22. 879d096 softfloat: Provide complete set of accessors for fp state by Peter Maydell · 11 years ago
  23. 2f18bbf softfloat: Add float32_to_uint64() by Tom Musta · 11 years ago
  24. c4850f9 softfloat: Make the int-to-float functions take exact-width types by Peter Maydell · 11 years ago
  25. 8afbdab softfloat: Add 16 bit integer to float conversions by Peter Maydell · 11 years ago
  26. f581bf5 softfloat: Add float to 16bit integer conversions. by Will Newton · 11 years ago
  27. e17ab31 softfloat: Add minNum() and maxNum() functions to softfloat. by Will Newton · 11 years ago
  28. 1e397ea softfloat: Implement uint64_to_float128 by Richard Henderson · 12 years ago
  29. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago