aboutsummaryrefslogtreecommitdiff
path: root/gcc/wide-int.cc
AgeCommit message (Expand)Author
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
2013-11-29Add a special case for multiplication with zero.rsandifo
2013-11-29fixed commentzadeck
2013-11-21Remove trailing whitespace. Add missing dbxout.c hunk.rsandifo
2013-11-03Revert r201806. Allow out-of-range start bits in shifted_mask.rsandifo
2013-11-02Fix exact_log2 zext test.rsandifo
2013-10-29Make ordered comparisons enforce the same type rules as equality comparisons.rsandifo
2013-10-24Rename max_wide_int to widest_int, addr_wide_int to offset_int,rsandifo
2013-10-23Make excess bits undefined on read again.rsandifo