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