Age | Commit message (Expand) | Author | Files | Lines |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-26 | re PR bootstrap/45700 (--enable-checking=fold bootstrap failures) | Jakub Jelinek | 1 | -247/+140 |
2010-11-22 | re PR middle-end/43057 ([LTO] fold check: original tree changed by fold) | Uros Bizjak | 1 | -1/+10 |
2010-11-15 | fold-const.c (operand_equal_for_comparison_p): Handle FMA_EXPR... | Richard Henderson | 1 | -0/+10 |
2010-11-04 | tree.def (FMA_EXPR): New tree code. | Richard Guenther | 1 | -2/+19 |
2010-11-03 | builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert. | Nathan Froyd | 1 | -8/+8 |
2010-11-01 | fold-const.c (fold_indirect_ref_1): Handle folding POINTER_PLUS_EXPR to ARRAY... | Jason Merrill | 1 | -36/+42 |
2010-10-31 | fold-const.c (build_zero_vector): Use build_vector_from_val. | Nathan Froyd | 1 | -9/+3 |
2010-10-20 | fold-const.c (fold_binary_loc): New transformation. | Dmitry Melnik | 1 | -0/+25 |
2010-10-18 | re PR middle-end/46019 (x / (0x200000000ULL << y) miscompilation with 32-bit ... | Jakub Jelinek | 1 | -1/+7 |
2010-10-04 | re PR middle-end/45876 (ICE: verify_gimple failed) | Jakub Jelinek | 1 | -12/+5 |
2010-09-30 | re PR tree-optimization/31261 (Missed tree optimizations: (8 - (x & 7)) & 7) | Jakub Jelinek | 1 | -0/+127 |
2010-09-16 | re PR bootstrap/45686 (Building rev. 164285 fails with --enable-checking=all) | Jakub Jelinek | 1 | -3/+3 |
2010-09-08 | re PR debug/45419 (-fcompare-debug failure at -O3) | Alexandre Oliva | 1 | -3/+6 |
2010-09-06 | tree.def (MISALIGNED_INDIRECT_REF): Remove. | Richard Guenther | 1 | -4/+1 |
2010-08-17 | fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR. | Richard Guenther | 1 | -0/+2 |
2010-08-12 | re PR middle-end/45262 (Optimization results in wrong result on expression x>... | Jakub Jelinek | 1 | -3/+4 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-07-05 | tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF. | Richard Guenther | 1 | -3/+1 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -0/+58 |
2010-06-28 | double-int.h (force_fit_type_double): Remove declaration. | Anatoly Sokolov | 1 | -70/+52 |
2010-06-24 | fold-const.c (const_binop): Remove 'notrunc' argement. | Anatoly Sokolov | 1 | -115/+99 |
2010-06-18 | double-int.h (double_int_to_shwi, [...]): Implement as static inline. | Anatoly Sokolov | 1 | -62/+57 |
2010-06-16 | common.opt (-fstrict-volatile-bitfields): new. | DJ Delorie | 1 | -5/+10 |
2010-06-08 | fold-const.c (fold_comparison): Remove redundant parenthesis. | Shujing Zhao | 1 | -2/+2 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-21 | real: Do not include gmp.h, mpfr.h, and mpc.h. | Steven Bosscher | 1 | -3/+4 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2010-05-20 | double-int.h (double_int_ior): New function. | Anatoly Sokolov | 1 | -6/+7 |
2010-05-09 | re PR c/44024 (missed optimization) | Richard Guenther | 1 | -2/+6 |
2010-04-24 | re PR tree-optimization/41442 (missed optimization for boolean expression) | Bernd Schmidt | 1 | -0/+86 |
2010-04-20 | new folding rule | Xinliang David Li | 1 | -2/+26 |
2010-04-18 | fold-const.c (fold_comparison): Use ssizetype. | Eric Botcazou | 1 | -9/+4 |
2010-04-15 | fold-const.c (LOWPART, [...]): Move ... | Richard Guenther | 1 | -717/+0 |
2010-04-15 | double-int.h (HOST_BITS_PER_DOUBLE_INT): Define. | Anatoly Sokolov | 1 | -44/+28 |
2010-04-13 | re PR middle-end/32628 (bogus integer overflow warning) | Eric Botcazou | 1 | -73/+79 |
2010-04-07 | ipa-reference.c (mark_load): Use get_base_address. | Richard Guenther | 1 | -2/+3 |
2010-04-07 | re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ... | Richard Guenther | 1 | -0/+5 |
2010-04-06 | re PR c/43661 (ice in fold_comparison, at fold-const.c:9579) | Richard Guenther | 1 | -1/+3 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-02-03 | re PR c++/40138 (ICE with invalid va_arg) | Jason Merrill | 1 | -1/+3 |
2010-01-21 | re PR middle-end/19988 (pessimizes fp multiply-add/subtract combo) | Richard Guenther | 1 | -1/+5 |
2010-01-14 | re PR c/42721 (possible integer wrong code bug) | Jakub Jelinek | 1 | -2/+6 |
2010-01-13 | re PR middle-end/42716 (ICE in extract_range_from_assert, at tree-vrp.c:1423) | Richard Guenther | 1 | -0/+13 |
2009-12-07 | re PR other/40302 (GCC must hard-require MPC before release) | Kaveh R. Ghazi | 1 | -5/+0 |
2009-12-02 | fold-const.c (div_if_zero_remainder): Honor that sizetypes are sign-extending. | Richard Guenther | 1 | -14/+10 |
2009-12-02 | re PR middle-end/41491 (ICE in set_value_range, at tree-vrp.c:386) | Richard Guenther | 1 | -9/+11 |
2009-12-02 | re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a... | Ulrich Weigand | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -57/+57 |
2009-11-10 | re PR tree-optimization/41987 (expected class ‘constant’, have ‘binaryâ... | Kaveh R. Ghazi | 1 | -27/+29 |