aboutsummaryrefslogtreecommitdiff
path: root/gcc/double-int.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak1-2/+2
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-8/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR middle-end/64182 (wide-int rounding division is broken)Richard Sandiford1-12/+11
2014-05-27double-int.c (div_and_round_double): Use the proper predicate to detect a neg...Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-1/+1
2013-11-05double-int.c (lshift_double, [...]): Remove SHIFT_COUNT_TRUNCATED handling.Richard Sandiford1-7/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-4/+4
2013-05-07double-int.h (rshift): New overload.Richard Biener1-0/+33
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener1-49/+105
2013-01-30re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST)Georg-Johann Lay1-0/+48
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-6/+88
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-2/+42
2012-08-15double-int.h (double_int::from_unsigned): Rename to ...Richard Guenther1-4/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-90/+210
2012-08-13re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek1-2/+2
2012-08-03re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)Marc Glisse1-7/+22
2012-06-22double-int.c (double_int_multiple_of): New function.Bill Schmidt1-0/+20
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-4/+4
2012-04-25re PR tree-optimization/53058 (Another ice in remove_range_assertions)Jakub Jelinek1-1/+21
2012-03-30re PR other/52786 (double-int.c:231:31: error: comparison between signed and ...Richard Guenther1-1/+1
2012-03-29re PR middle-end/50708 (Infinite loop between rshift_double and lshift_double...Richard Guenther1-59/+53
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-16bitmap.c: Delete unnecessary includes.Nathan Froyd1-1/+1
2010-11-09Fix PR/46316Xinliang David Li1-0/+13
2010-08-05Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson1-9/+1
2010-08-04Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.Richard Guenther1-0/+21
2010-07-05double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov1-65/+0
2010-07-05double-int.h (double_int_sub): Declare.Richard Biener1-0/+11
2010-06-28double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov1-50/+0
2010-06-18double-int.h (double_int_to_shwi, [...]): Implement as static inline.Anatoly Sokolov1-71/+81
2010-05-03double-int.h (tree_to_double_int): Remove macro.Anatoly Sokolov1-24/+0
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-0/+12
2010-04-16double-int.h (tree_to_double_int): Convert to macro.Anatoly Sokolov1-12/+0
2010-04-15fold-const.c (LOWPART, [...]): Move ...Richard Guenther1-1/+736
2010-04-15double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov1-10/+25