aboutsummaryrefslogtreecommitdiff
path: root/gcc/double-int.c
AgeCommit message (Expand)Author
2017-01-09 PR translation/79019Jakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-07-20 * hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-12gcc/Richard Sandiford
2014-05-27 * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the properEric Botcazou
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-19 PR other/59545Jakub Jelinek
2013-11-05gcc/Richard Sandiford
2013-09-28gcc/Richard Sandiford
2013-08-232013-08-24 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2013-05-072013-05-07 Richard Biener <rguenther@suse.de>Richard Biener
2013-05-032013-05-03 Richard Biener <rguenther@suse.de>Richard Biener
2013-01-30gcc/Georg-Johann Lay
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl
2012-08-152012-08-15 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-08-13 PR c/53968Jakub Jelinek
2012-08-03gcc/Marc Glisse
2012-06-222012-06-22 Bill Schmidt <wschmidt@linux.ibm.com>Bill Schmidt
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-04-25 PR tree-optimization/53058Jakub Jelinek
2012-03-302012-03-30 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-03-292012-03-29 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-11-30 * hwint.c: New. Extracted from toplev.c.Joseph Myers
2010-11-16 * bitmap.c: Delete unnecessary includes.Nathan Froyd
2010-11-09Fix PR/46316Xinliang David Li
2010-08-05Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson
2010-08-042010-08-04 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-07-05 * double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov
2010-07-052010-07-05 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-06-28 * double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov
2010-06-18 * double-int.h (double_int_to_shwi, double_int_to_uhwi,Anatoly Sokolov
2010-05-03 * double-int.h (tree_to_double_int): Remove macro.Anatoly Sokolov
2010-04-20 * double-int.h (double_int_setbit): Declare.Anatoly Sokolov
2010-04-16 * double-int.h (tree_to_double_int): Convert to macro.Anatoly Sokolov
2010-04-152010-04-15 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-04-14 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov
2009-11-25Remove trailing white spaces.H.J. Lu