Age | Commit message (Expand) | Author | Files | Lines |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-10-26 | [range-op] Remove unused variable in fold_range. | Aldy Hernandez | 1 | -1/+0 |
2023-10-26 | [range-ops] Remove unneeded parameters from rv_fold. | Aldy Hernandez | 1 | -58/+14 |
2023-10-26 | [range-ops] Add frange& argument to rv_fold. | Aldy Hernandez | 1 | -24/+96 |
2023-09-20 | [frange] Remove special casing from unordered operators. | Aldy Hernandez | 1 | -16/+4 |
2023-09-19 | [frange] Clean up floating point relational folding. | Aldy Hernandez | 1 | -42/+9 |
2023-09-19 | [frange] Remove redundant known_isnan() checks. | Aldy Hernandez | 1 | -16/+16 |
2023-09-19 | [frange] Add op2_range for operator_not_equal. | Aldy Hernandez | 1 | -0/+8 |
2023-09-08 | [frange] Revert relation handling in LTGT_EXPR. | Aldy Hernandez | 1 | -15/+0 |
2023-09-07 | [irange] Fix typo in contains_zero_p. | Aldy Hernandez | 1 | -4/+4 |
2023-08-28 | [frange] Handle relations in LTGT_EXPR. | Aldy Hernandez | 1 | -2/+17 |
2023-08-25 | [frange] Relax floating point relational folding. | Aldy Hernandez | 1 | -28/+120 |
2023-08-03 | Add operand ranges to op1_op2_relation API. | Andrew MacLeod | 1 | -1/+128 |
2023-07-26 | range-op-float: Fix up -frounding-math frange_arithmetic +- handling [PR110755] | Jakub Jelinek | 1 | -0/+18 |
2023-06-13 | fix frange_nextafter odr violation | Alexandre Oliva | 1 | -3/+3 |
2023-06-12 | Add some overrides. | Andrew MacLeod | 1 | -0/+10 |
2023-06-12 | Remove type from range_op_handler table selection | Andrew MacLeod | 1 | -3/+3 |
2023-06-09 | Unify MULT_EXPR range operator | Andrew MacLeod | 1 | -180/+169 |
2023-06-09 | Unify NEGATE_EXPR range operator | Andrew MacLeod | 1 | -45/+41 |
2023-06-09 | Unify MINUS_EXPR range operator | Andrew MacLeod | 1 | -49/+44 |
2023-06-09 | Unify ABS_EXPR range operator | Andrew MacLeod | 1 | -20/+6 |
2023-06-09 | Unify PLUS_EXPR range operator | Andrew MacLeod | 1 | -50/+44 |
2023-06-09 | Unify operator_cst range operator | Andrew MacLeod | 1 | -0/+7 |
2023-06-09 | Unify Identity range operator | Andrew MacLeod | 1 | -25/+15 |
2023-06-09 | Unify GE_EXPR range operator | Andrew MacLeod | 1 | -40/+14 |
2023-06-09 | Unify GT_EXPR range operator | Andrew MacLeod | 1 | -37/+15 |
2023-06-09 | Unify LE_EXPR range operator | Andrew MacLeod | 1 | -37/+15 |
2023-06-09 | Unify LT_EXPR range operator | Andrew MacLeod | 1 | -37/+15 |
2023-06-09 | Unify NE_EXPR range operator | Andrew MacLeod | 1 | -27/+9 |
2023-06-09 | Unify EQ_EXPR range operator | Andrew MacLeod | 1 | -29/+12 |
2023-06-09 | Provide a unified range-op table. | Andrew MacLeod | 1 | -15/+14 |
2023-06-08 | Unify range_operators to one class. | Andrew MacLeod | 1 | -121/+101 |
2023-06-08 | Fix floating point bug in fold_range. | Andrew MacLeod | 1 | -1/+1 |
2023-05-06 | gimple-range-op: Improve handling of sqrt ranges | Jakub Jelinek | 1 | -1/+1 |
2023-04-18 | Declare dconstm0 to go along with dconst0 and friends. | Aldy Hernandez | 1 | -3/+3 |
2023-04-04 | range-op-float: Fix reverse ops of comparisons [PR109386] | Jakub Jelinek | 1 | -16/+16 |
2023-04-01 | range-op-float: Further foperator_{,not_}equal::fold_range fix | Jakub Jelinek | 1 | -0/+14 |
2023-04-01 | range-op-float: Further comparison fixes | Jakub Jelinek | 1 | -46/+108 |
2023-03-31 | range-op-float, value-range: Fix up handling of UN{LT,LE,GT,GE,EQ}_EXPR and h... | Jakub Jelinek | 1 | -5/+35 |
2023-03-28 | range-op-float: Only flush_denormals_to_zero for +-*/ [PR109154] | Jakub Jelinek | 1 | -0/+2 |
2023-03-28 | range-op-float: Use get_nan_state in float_widen_lhs_range | Jakub Jelinek | 1 | -6/+1 |
2023-03-23 | ranger: Ranger meets aspell | Jakub Jelinek | 1 | -6/+6 |
2023-03-10 | range-op-float: Extend lhs by 0.5ulp rather than 1ulp if not -frounding-math ... | Jakub Jelinek | 1 | -2/+18 |
2023-03-10 | range-op-float: Fix up -ffinite-math-only range extension and don't extend in... | Jakub Jelinek | 1 | -4/+34 |
2023-03-09 | range-op-float: Fix up reverse binary operations [PR109008] | Jakub Jelinek | 1 | -24/+57 |
2023-02-03 | range-ops: Handle undefined ranges in frange op[12]_range [PR108647] | Aldy Hernandez | 1 | -0/+56 |
2023-01-26 | frange: Fix up foperator_{,not_}equal::fold_range for signed zeros [PR108540] | Jakub Jelinek | 1 | -5/+35 |
2023-01-15 | [PR107608] [range-ops] Avoid folding into INF when flag_trapping_math. | Aldy Hernandez | 1 | -0/+21 |