summaryrefslogtreecommitdiff
path: root/gcc/double-int.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-07-21Fix typos.Ondřej Bílka
2013-05-07double-int.h (rshift): New overload.Richard Biener
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener
2013-01-30re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST)Georg-Johann Lay
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-21re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)Richard Biener
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-16revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo
2012-08-16re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo
2012-08-15double-int.h (double_int::from_unsigned): Rename to ...Richard Guenther
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-08-03re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)Marc Glisse
2012-07-17double-int.h (double_int_popcount): New inline function.Tom de Vries
2012-07-08alias.h: Do not include coretypes.h in header files.Steven Bosscher
2012-06-22double-int.c (double_int_multiple_of): New function.Bill Schmidt
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-04-25re PR tree-optimization/53058 (Another ice in remove_range_assertions)Jakub Jelinek
2012-03-29re PR middle-end/50708 (Infinite loop between rshift_double and lshift_double...Richard Guenther
2010-11-09Fix PR/46316Xinliang David Li
2010-08-04Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.Richard Guenther
2010-07-29double-int.h (double_int_and_not): New function.Richard Guenther
2010-07-05double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov
2010-07-05double-int.h (double_int_sub): Declare.Richard Biener
2010-06-28double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov
2010-06-18double-int.h (double_int_to_shwi, [...]): Implement as static inline.Anatoly Sokolov
2010-05-25double-int.h (double_int_and): New.Anatoly Sokolov
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov
2010-05-03double-int.h (tree_to_double_int): Remove macro.Anatoly Sokolov
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov
2010-04-16double-int.h (tree_to_double_int): Convert to macro.Anatoly Sokolov
2010-04-15fold-const.c (LOWPART, [...]): Move ...Richard Guenther
2010-04-15double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov
2009-11-25Remove trailing white spaces.H.J. Lu
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-02-08re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross...Richard Sandiford
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-04-30double-int.c (mpz_set_double_int): Moved from tree-ssa-loop-niter.c.Brooks Moses