Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976) | Alon Zakai | 2020-07-22 | 1 | -2/+2 |
* | Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975) | Alon Zakai | 2020-07-22 | 1 | -2/+2 |
* | Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968) | Alon Zakai | 2020-07-21 | 1 | -2/+2 |
* | More efficient isInteger util (#2945) | Max Graey | 2020-07-06 | 1 | -1/+1 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -12/+16 |
* | Fix Visual Studio 2015 warnings about casting from double to int32_t in safe_... | BSalita | 2016-05-12 | 1 | -2/+2 |
* | Fix {i32,i64}.trunc_{s,u}/{f32,f64} in interpreter (#421) | Ben Smith | 2016-05-02 | 1 | -0/+92 |
* | Tighten safe integer | JF Bastien | 2016-03-28 | 1 | -16/+18 |
* | remove bogus asserts from safe_integer casts | Alon Zakai | 2016-03-28 | 1 | -4/+0 |
* | Safe integer: assert before converting double to integer. | JF Bastien | 2016-01-10 | 1 | -0/+5 |
* | Add Travis builds with sanitizers | JF Bastien | 2016-01-10 | 1 | -0/+70 |