aboutsummaryrefslogtreecommitdiff
path: root/gcc/wide-int.cc
AgeCommit message (Expand)Author
2019-01-01 Update copyright years.jakub
2018-07-07 * tree-vrp.c (vrp_int_const_binop): Change overflow type toaldyh
2018-02-08Use nonzero bits to refine range in split_constant_offset (PR 81635)rsandifo
2018-01-03 Update copyright years.jakub
2017-11-22PR82547: Undetected overflow for UNSIGNED wide_intsrsandifo
2017-10-26Stop print_hex from printing bits above the precisionrsandifo
2017-10-18 * wide-int.cc (debug) [const wide_int &]: New.aldyh
2017-07-02Reorganise machmode.h headersrsandifo
2017-01-09 PR translation/79019jakub
2017-01-01 Update copyright years.jakub
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros
2016-06-06Selftest frameworkdmalcolm
2016-02-02 * wide-int.cc (canonize_uhwi): New function.jakub
2016-01-30 PR tree-optimization/69546jakub
2016-01-26PR 69400: Invalid 128-bit modulus resultrsandifo
2016-01-04 Update copyright years.jakub
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-08-05gcc/rsandifo
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-02-24 PR tree-optimization/65170jakub
2015-02-23gcc/rsandifo
2015-01-27 PR tree-optimization/64807jakub
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-07-03 PR tree-optimization/61682jakub
2014-05-28 PR bootstrap/PR61146fxcoudert
2014-05-282014-05-28 Richard Biener <rguenther@suse.de>rguenth
2014-05-17gcc/rsandifo
2014-05-09Revert wide-int change.ramana
2014-05-08Define UDWtype for longlong.h inclusion in wide-int.ccramana
2014-05-03Fix some divmod_internal problems.rsandifo
2014-04-28Prevent wide_int = {widest,offset}_intrsandifo
2014-04-28Use target-independent semantics for wi::clz and wi::ctz.rsandifo
2014-04-28Remove outdated asserts.rsandifo
2014-04-27Add a dump function.rsandifo
2014-04-27Make canonize store the sign-extended value back.rsandifo
2014-04-26Allow the mask width to be greater than the precision.rsandifo
2014-04-26Fix large widths in shifted_mask.rsandifo
2014-04-25Cosmetic fixes to wide-int.{cc,h}rsandifo
2014-04-24Fix signed min / -1.rsandifo
2014-04-22Fix portability to hosts that use long long for HOST_WIDE_INT.mrs
2013-12-04Use longlong.h to speed up multiplication.rsandifo
2013-12-03Remove code for zero precisions.rsandifo
2013-12-02[wide-int] remove wi::mul_highzadeck
2013-12-02Use the division fast path for more cases.rsandifo
2013-12-01Handle multiplications by 1 as a special case.rsandifo