]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/wide-int.cc
2015-06-17 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / wide-int.cc
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-02-24  jakub PR tree-optimization/65170
2015-02-23  rsandifogcc/
2015-01-27  jakub PR tree-optimization/64807
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-07-03  jakub PR tree-optimization/61682
2014-05-28  fxcoudert PR bootstrap/PR61146
2014-05-28  rguenth2014-05-28 Richard Biener <rguenther@suse.de>
2014-05-17  rsandifogcc/
2014-05-09  ramanaRevert wide-int change.
2014-05-08  ramanaDefine UDWtype for longlong.h inclusion in wide-int.cc
2014-05-06  mrsMerge in wide-int.
2014-05-06  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-05-03  rsandifoFix some divmod_internal problems.
2014-04-30  mrsMerge in trunk.
2014-04-28  rsandifoPrevent wide_int = {widest,offset}_int
2014-04-28  rsandifoUse target-independent semantics for wi::clz and wi...
2014-04-28  rsandifoMerge from trunk.
2014-04-28  rsandifoRemove outdated asserts.
2014-04-27  rsandifoAdd a dump function.
2014-04-27  rsandifoMake canonize store the sign-extended value back.
2014-04-26  rsandifoAllow the mask width to be greater than the precision.
2014-04-26  rsandifoFix large widths in shifted_mask.
2014-04-25  rsandifoCosmetic fixes to wide-int.{cc,h}
2014-04-24  mrsMerge in trunk.
2014-04-24  rsandifoFix signed min / -1.
2014-04-22  mrsMerge in trunk.
2014-04-22  mrsFix portability to hosts that use long long for HOST_WI...
2014-04-22  rsandifoMerge from trunk.
2014-04-17  rsandifoMerge from trunk.
2014-04-02  mrsMerge in trunk.
2014-02-10  mrsMerge in trunk.
2014-01-13  mrsMerge in trunk.
2014-01-03  mrsMerge in trunk.
2013-12-16  mrsMerge in trunk.
2013-12-13  mrsMerge in trunk.
2013-12-04  rsandifoUse longlong.h to speed up multiplication.
2013-12-04  rsandifoMerge with trunk.
2013-12-03  rsandifoRemove code for zero precisions.
2013-12-02  zadeck[wide-int] remove wi::mul_high
2013-12-02  rsandifoUse the division fast path for more cases.
2013-12-01  rsandifoHandle multiplications by 1 as a special case.
2013-11-29  rsandifoAdd a special case for multiplication with zero.
2013-11-29  zadeckfixed comment
2013-11-22  rsandifoMerge with trunk.
2013-11-21  rsandifoMerge with trunk.
2013-11-21  rsandifoRemove trailing whitespace. Add missing dbxout.c hunk.
2013-11-20  rsandifoMerge from trunk.
2013-11-18  rsandifoMerge from trunk.
2013-11-16  mrsMerge in trunk.
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-11-03  rsandifoRevert r201806. Allow out-of-range start bits in shift...
2013-11-02  rsandifoFix exact_log2 zext test.
2013-10-29  rsandifoMake ordered comparisons enforce the same type rules...
2013-10-24  rsandifoRename max_wide_int to widest_int, addr_wide_int to...
2013-10-23  rsandifoMake excess bits undefined on read again.
2013-10-20  mrsMerge in trunk.
2013-10-15  zadeckcanonicalize trees differently.
2013-09-24  zadeckpatch to canonize wide-ints smaller than one HWI
2013-09-20  mrsMerge in trunk.
2013-09-07  mrsFixup class/filename spellings.
2013-09-07  rsandifoReorganise wide-int classes so that they are all instan...
2013-09-04  mrsMerge in trunk.
2013-08-27  zadeckfixed bug in wide_int::fits_uhwi_p
2013-08-25  mrsUse CHAR_BIT for host char bitsize.
2013-08-25  zadeckcleanup code to get around vpn issue in sign_mask
2013-08-24  zadeckmade sign parameter optional to wide_int::neg_p
2013-08-24  zadeckrichards patch to move function bodies out of wide...
2013-08-23  mrsRemove neg and simplify neg (overflow).
2013-08-16  mrsRemove extra spacing.
2013-08-15  zadeckfixed allocation of arrays in internal wide multiply...
2013-08-13  mrsAdd wide-int branch.