Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-27 | re PR bootstrap/41451 (Bootstrap failure with fold checking) | Aldy Hernandez | 1 | -2/+0 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -7/+1 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -1/+20 |
2009-09-28 | builtins.c (interclass_mathfn_icode): New helper. | Michael Matz | 1 | -0/+5 |
2009-09-27 | fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR. | Eric Botcazou | 1 | -3/+13 |
2009-09-24 | re PR middle-end/41435 (GCC doesn't fold complex int division) | Kaveh R. Ghazi | 1 | -3/+68 |
2009-09-20 | re PR middle-end/30789 (complex folding inexact) | Kaveh R. Ghazi | 1 | -2/+6 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -4/+0 |
2009-08-14 | re PR middle-end/30789 (complex folding inexact) | Kaveh R. Ghazi | 1 | -0/+10 |
2009-07-16 | re PR c/40435 (Revision 148442 caused many regressions on trunk) | Aldy Hernandez | 1 | -1283/+1648 |
2009-07-15 | re PR middle-end/40747 (wrong code for int-is-in-range test at -O1 and above) | Jakub Jelinek | 1 | -20/+24 |
2009-07-09 | re PR middle-end/40692 (Endless recursion between fold_ternary and fold_cond_... | Jakub Jelinek | 1 | -0/+2 |
2009-07-07 | c-lex.c: Replace %H by an explicit location. | Manuel López-Ibáñez | 1 | -1/+1 |
2009-06-28 | fold-const.c (contains_label_1): Fix comments. | Eric Botcazou | 1 | -11/+12 |
2009-06-12 | cpplib.h (struct cpp_options): Add warn_cxx_operator_names field. | Ian Lance Taylor | 1 | -4/+5 |
2009-06-03 | re PR middle-end/40328 (internal compiler error: in set_ssa_val_to, at tree-s... | Richard Guenther | 1 | -3/+4 |
2009-05-26 | re PR middle-end/40252 (Internal compiler error on samba4 (verify_gimple fail... | Richard Guenther | 1 | -10/+18 |
2009-05-20 | re PR middle-end/40204 (segfault with bitfields in structs) | Jakub Jelinek | 1 | -3/+5 |
2009-05-20 | fold-const.c (build_fold_addr_expr_with_type): Take the address of the operan... | Eric Botcazou | 1 | -0/+7 |
2009-05-15 | re PR c/16302 (gcc fails to warn about some common logic errors) | Manuel López-Ibáñez | 1 | -7/+7 |
2009-05-15 | fold-const.c (fold_convert_const_real_from_real): Check for overflow. | Sandra Loosemore | 1 | -1/+18 |