Age | Commit message (Expand) | Author |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-15 | tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives | Philippe Mathieu-Daudé |
2021-12-23 | build: use "meson test" as the test harness | Paolo Bonzini |
2021-06-03 | tests/fp: Enable more tests | Alex Bennée |
2021-06-03 | softfloat: Move floatN_log2 to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | tests/fp/fp-test: Reverse order of floatx80 precision tests | Richard Henderson |
2021-06-03 | softfloat: Introduce Floatx80RoundPrec | Richard Henderson |
2021-05-16 | softfloat: Move muladd_floats to softfloat-parts.c.inc | Richard Henderson |
2021-05-16 | tests/fp: add quad support to the benchmark utility | Alex Bennée |
2021-03-09 | tests/fp/fp-test: Replace the word 'blacklist' | Philippe Mathieu-Daudé |
2021-03-06 | meson: adjust timeouts for some slower tests | Paolo Bonzini |
2020-12-18 | tests/fp: Do not emit implicit-fallthrough warnings in the softfloat tests | Thomas Huth |
2020-10-22 | do not use colons in test names | Paolo Bonzini |
2020-10-13 | Remove superfluous .gitignore files | Thomas Huth |
2020-09-30 | meson: clean up build_by_default | Paolo Bonzini |
2020-08-21 | meson: convert tests/fp and check-softfloat | Paolo Bonzini |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |
2020-05-19 | softfloat: Change tininess_before_rounding to bool | Richard Henderson |
2020-01-09 | testing: don't nest build for fp-test | Alex Bennée |
2019-02-26 | softfloat: Support float_round_to_odd more places | Richard Henderson |
2019-02-26 | tests/fp: add wrapping for f128_to_ui32 | Alex Bennée |
2019-01-22 | tests/fp/platform.h: include config-host.h | Emilio G. Cota |
2019-01-22 | fp-test: fix signature of slow_clear_flags and qemu_clear_flags | Emilio G. Cota |
2019-01-22 | tests/fp/Makefile: do not use gcc-only -W flags | Emilio G. Cota |
2019-01-22 | berkeley-testfloat-3: pull changes | Emilio G. Cota |
2019-01-22 | fp-bench: remove wrong exponent raise in fill_random | Emilio G. Cota |
2019-01-22 | fp-bench: fix update_random_ops | Emilio G. Cota |
2018-12-20 | Clean up includes | Markus Armbruster |
2018-12-17 | tests/fp: add fp-bench | Emilio G. Cota |
2018-12-17 | fp-test: pick TARGET_ARM to get its specialization | Emilio G. Cota |
2018-10-05 | tests/fp/fp-test: add floating point tests | Emilio G. Cota |
2018-10-05 | gitmodules: add berkeley's softfloat + testfloat version 3 | Emilio G. Cota |