Age | Commit message (Expand) | Author | Files | Lines |
2022-09-23 | frange: drop endpoints to min/max representable numbers for -ffinite-math-only. | Aldy Hernandez | 1 | -8/+10 |
2022-09-22 | Add missing float fold_range prototype for floats. | Andrew MacLeod | 1 | -0/+10 |
2022-09-21 | [PR106967] frange: revamp relational operators for NANs. | Aldy Hernandez | 1 | -93/+177 |
2022-09-18 | Rewrite NAN and sign handling in frange | Aldy Hernandez | 1 | -17/+21 |
2022-09-14 | frange: add both zeros to ranges when there's the possiblity of equality. | Aldy Hernandez | 1 | -6/+25 |
2022-09-14 | Pass full range to build_* in range-op-float.cc | Aldy Hernandez | 1 | -36/+36 |
2022-09-14 | Provide cleaner set_nan(), clear_nan(), and update_nan() methods. | Aldy Hernandez | 1 | -29/+17 |
2022-09-08 | Implement known/maybe fpclassify like API for frange. | Aldy Hernandez | 1 | -15/+11 |
2022-09-06 | Handle > INF and < INF correctly in range-op-float.cc | Aldy Hernandez | 1 | -24/+75 |
2022-09-05 | Disable decimal floating point in frange. | Aldy Hernandez | 1 | -10/+0 |
2022-09-01 | Convert ranger uses of real_inf to dconst[n]inf. | Aldy Hernandez | 1 | -10/+6 |
2022-09-01 | Add signbit property to frange to better model signed zeros. | Aldy Hernandez | 1 | -0/+6 |
2022-08-31 | remove unused function | Martin Liska | 1 | -16/+0 |
2022-08-30 | Implement relational operators for frange with endpoints. | Aldy Hernandez | 1 | -54/+304 |
2022-08-30 | Add support for floating point endpoints to frange. | Aldy Hernandez | 1 | -21/+58 |
2022-08-26 | [ranger] x == -0.0 does not mean we can replace x with -0.0 | Aldy Hernandez | 1 | -2/+15 |
2022-08-23 | Copy range from op2 in foperator_equal::op1_range. | Aldy Hernandez | 1 | -1/+2 |
2022-08-02 | Implement basic range operators to enable floating point VRP. | Aldy Hernandez | 1 | -0/+564 |
2022-07-25 | Dispatch code for floating point range ops. | Aldy Hernandez | 1 | -0/+206 |