summaryrefslogtreecommitdiff
path: root/gcc/double-int.c
Commit message (Expand)AuthorAgeFilesLines
* re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2017-01-091-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak2016-07-201-2/+2
* builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak2016-07-191-8/+8
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/64182 (wide-int rounding division is broken)Richard Sandiford2014-12-121-12/+11
* double-int.c (div_and_round_double): Use the proper predicate to detect a neg...Eric Botcazou2014-05-271-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR other/59545 (Signed integer overflow issues)Jakub Jelinek2013-12-191-1/+1
* double-int.c (lshift_double, [...]): Remove SHIFT_COUNT_TRUNCATED handling.Richard Sandiford2013-11-051-7/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse2013-08-231-4/+4
* double-int.h (rshift): New overload.Richard Biener2013-05-071-0/+33
* double-int.h (lshift): New overload without precision and arith argument.Richard Biener2013-05-031-49/+105
* re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST)Georg-Johann Lay2013-01-301-0/+48
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-6/+88
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-2/+42
* double-int.h (double_int::from_unsigned): Rename to ...Richard Guenther2012-08-151-4/+4
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-90/+210
* re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek2012-08-131-2/+2
* re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)Marc Glisse2012-08-031-7/+22
* double-int.c (double_int_multiple_of): New function.Bill Schmidt2012-06-221-0/+20
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2012-06-021-4/+4
* re PR tree-optimization/53058 (Another ice in remove_range_assertions)Jakub Jelinek2012-04-251-1/+21
* re PR other/52786 (double-int.c:231:31: error: comparison between signed and ...Richard Guenther2012-03-301-1/+1
* re PR middle-end/50708 (Infinite loop between rshift_double and lshift_double...Richard Guenther2012-03-291-59/+53
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* bitmap.c: Delete unnecessary includes.Nathan Froyd2010-11-161-1/+1
* Fix PR/46316Xinliang David Li2010-11-091-0/+13
* Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson2010-08-051-9/+1
* Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.Richard Guenther2010-08-041-0/+21
* double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov2010-07-051-65/+0
* double-int.h (double_int_sub): Declare.Richard Biener2010-07-051-0/+11
* double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov2010-06-281-50/+0
* double-int.h (double_int_to_shwi, [...]): Implement as static inline.Anatoly Sokolov2010-06-181-71/+81
* double-int.h (tree_to_double_int): Remove macro.Anatoly Sokolov2010-05-031-24/+0
* double-int.h (double_int_setbit): Declare.Anatoly Sokolov2010-04-201-0/+12
* double-int.h (tree_to_double_int): Convert to macro.Anatoly Sokolov2010-04-161-12/+0
* fold-const.c (LOWPART, [...]): Move ...Richard Guenther2010-04-151-1/+736
* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov2010-04-151-10/+25
* Remove trailing white spaces.H.J. Lu2009-11-251-7/+7