Age | Commit message (Expand) | Author | Files | Lines |
2020-10-29 | Avoid typeless storage in wide-int | Jan Hubicka | 1 | -4/+6 |
2020-08-10 | Simplify X * C1 == C2 with wrapping overflow | Marc Glisse | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-01 | PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo... | Martin Sebor | 1 | -0/+2 |
2019-07-29 | Fix inchash handling of wide_ints (PR91242) | Richard Sandiford | 1 | -0/+18 |
2019-07-10 | Fix wi::lshift | Marc Glisse | 1 | -2/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -4/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-07-19 | wide-int.h (widest2_int): New. | Aldy Hernandez | 1 | -0/+3 |
2018-07-07 | tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type. | Aldy Hernandez | 1 | -41/+109 |
2018-02-08 | Use nonzero bits to refine range in split_constant_offset (PR 81635) | Richard Sandiford | 1 | -0/+2 |
2018-01-13 | Add support for fully-predicated loops | Richard Sandiford | 1 | -0/+9 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: rtx constants | Richard Sandiford | 1 | -1/+17 |
2017-12-14 | poly_int: add poly-int.h | Richard Sandiford | 1 | -11/+49 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -28/+36 |
2017-10-09 | Allow non-wi <op> wi | Richard Sandiford | 1 | -28/+64 |
2017-08-30 | [21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode> | Richard Sandiford | 1 | -0/+8 |
2017-08-22 | * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend. | Aldy Hernandez | 1 | -1/+5 |
2017-03-02 | wide-int.h (wide_int_storage::operator=): Implement in terms of wi::copy. | Richard Biener | 1 | -0/+15 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-18 | Use rtx_mode_t instead of std::make_pair | Richard Sandiford | 1 | -2/+2 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-05-17 | * wide-int.h: Change fixed_wide_int_storage from class to struct. | Gerald Pfeifer | 1 | -1/+1 |
2016-05-02 | Support << and >> for offset_int and widest_int | Richard Sandiford | 1 | -2/+34 |
2016-05-02 | Support <, <=, > and >= for offset_int and widest_int | Richard Sandiford | 1 | -20/+48 |
2016-01-27 | re PR tree-optimization/69399 (wrong code with -O and int128) | Jakub Jelinek | 1 | -1/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -0/+22 |
2015-07-20 | Fix partial specialization syntax of wide int traits. | Mikhail Maltsev | 1 | -10/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | re PR middle-end/64182 (wide-int rounding division is broken) | Richard Sandiford | 1 | -6/+6 |
2014-11-11 | system.h: Include algorithm and utility. | Uros Bizjak | 1 | -2/+0 |
2014-11-11 | re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14) | Francois-Xavier Coudert | 1 | -4/+4 |
2014-08-16 | * wide-int.h (generic_wide_int): Declare as class instead of struct. | Gerald Pfeifer | 1 | -1/+1 |
2014-07-05 | wide-int.h (wide_int_storage): Change declaration from struct to class. | Gerald Pfeifer | 1 | -1/+1 |
2014-05-26 | wide-int.h (wi::int_traits <long>, [...]): Provide specializations. | Richard Biener | 1 | -4/+14 |
2014-05-11 | re PR c/61136 (ice in tree_nop_conversion) | Richard Sandiford | 1 | -0/+12 |
2014-05-06 | * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define. | Mike Stump | 1 | -2/+0 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -0/+3175 |