Age | Commit message (Expand) | Author | Files | Lines |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-08-23 | re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un... | Marc Glisse | 1 | -4/+4 |
2013-05-07 | double-int.h (rshift): New overload. | Richard Biener | 1 | -0/+33 |
2013-05-03 | double-int.h (lshift): New overload without precision and arith argument. | Richard Biener | 1 | -49/+105 |
2013-01-30 | re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST) | Georg-Johann Lay | 1 | -0/+48 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-09-24 | Finish conversion of uses of double_int to the new API. | Lawrence Crowl | 1 | -6/+88 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -2/+42 |
2012-08-15 | double-int.h (double_int::from_unsigned): Rename to ... | Richard Guenther | 1 | -4/+4 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -90/+210 |
2012-08-13 | re PR c/53968 (integer undefined behaviors in GCC) | Jakub Jelinek | 1 | -2/+2 |
2012-08-03 | re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow) | Marc Glisse | 1 | -7/+22 |
2012-06-22 | double-int.c (double_int_multiple_of): New function. | Bill Schmidt | 1 | -0/+20 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -4/+4 |
2012-04-25 | re PR tree-optimization/53058 (Another ice in remove_range_assertions) | Jakub Jelinek | 1 | -1/+21 |
2012-03-30 | re PR other/52786 (double-int.c:231:31: error: comparison between signed and ... | Richard Guenther | 1 | -1/+1 |
2012-03-29 | re PR middle-end/50708 (Infinite loop between rshift_double and lshift_double... | Richard Guenther | 1 | -59/+53 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-16 | bitmap.c: Delete unnecessary includes. | Nathan Froyd | 1 | -1/+1 |
2010-11-09 | Fix PR/46316 | Xinliang David Li | 1 | -0/+13 |
2010-08-05 | Replace exact_log2(x & -x) in favor of more direct computation. | Richard Henderson | 1 | -9/+1 |
2010-08-04 | Makefile.in (double-int.o): Add $(TOPLEV_H) dependency. | Richard Guenther | 1 | -0/+21 |
2010-07-05 | double-int.h (fit_double_type): Remove declaration. | Anatoly Sokolov | 1 | -65/+0 |
2010-07-05 | double-int.h (double_int_sub): Declare. | Richard Biener | 1 | -0/+11 |
2010-06-28 | double-int.h (force_fit_type_double): Remove declaration. | Anatoly Sokolov | 1 | -50/+0 |
2010-06-18 | double-int.h (double_int_to_shwi, [...]): Implement as static inline. | Anatoly Sokolov | 1 | -71/+81 |
2010-05-03 | double-int.h (tree_to_double_int): Remove macro. | Anatoly Sokolov | 1 | -24/+0 |
2010-04-20 | double-int.h (double_int_setbit): Declare. | Anatoly Sokolov | 1 | -0/+12 |
2010-04-16 | double-int.h (tree_to_double_int): Convert to macro. | Anatoly Sokolov | 1 | -12/+0 |
2010-04-15 | fold-const.c (LOWPART, [...]): Move ... | Richard Guenther | 1 | -1/+736 |
2010-04-15 | double-int.h (HOST_BITS_PER_DOUBLE_INT): Define. | Anatoly Sokolov | 1 | -10/+25 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -7/+7 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -3/+4 |
2007-08-14 | alias.c (component_uses_parent_alias_set): Constify. | Kaveh R. Ghazi | 1 | -3/+3 |
2007-08-06 | fixed-value.h: New file. | Chao-ying Fu | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-04-30 | double-int.c (mpz_set_double_int): Moved from tree-ssa-loop-niter.c. | Brooks Moses | 1 | -0/+78 |
2007-03-14 | re PR tree-optimization/30730 (-Wunsafe-loop-optimizations gives too many war... | Zdenek Dvorak | 1 | -1/+1 |
2006-11-12 | Makefile.in (tree-data-ref.o): Add langhooks.h dependency. | Zdenek Dvorak | 1 | -1/+15 |
2006-08-28 | re PR tree-optimization/28411 ("Illegal instruction" error with -ftrapv) | Zdenek Dvorak | 1 | -5/+62 |
2006-06-15 | tree-ssa-loop-niter.c (implies_nonnegative_p): New function. | Zdenek Dvorak | 1 | -6/+6 |
2006-03-03 | gengtype.c (main): Handle double_int type. | Zdenek Dvorak | 1 | -0/+344 |