aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-24fold-const.c (const_binop): Remove 'notrunc' argement.Anatoly Sokolov1-115/+99
2010-06-18double-int.h (double_int_to_shwi, [...]): Implement as static inline.Anatoly Sokolov1-62/+57
2010-06-16common.opt (-fstrict-volatile-bitfields): new.DJ Delorie1-5/+10
2010-06-08fold-const.c (fold_comparison): Remove redundant parenthesis.Shujing Zhao1-2/+2
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher1-3/+4
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov1-6/+7
2010-05-09re PR c/44024 (missed optimization)Richard Guenther1-2/+6
2010-04-24re PR tree-optimization/41442 (missed optimization for boolean expression)Bernd Schmidt1-0/+86
2010-04-20new folding ruleXinliang David Li1-2/+26
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-9/+4
2010-04-15fold-const.c (LOWPART, [...]): Move ...Richard Guenther1-717/+0
2010-04-15double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov1-44/+28
2010-04-13re PR middle-end/32628 (bogus integer overflow warning)Eric Botcazou1-73/+79
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-2/+3
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther1-0/+5
2010-04-06re PR c/43661 (ice in fold_comparison, at fold-const.c:9579)Richard Guenther1-1/+3
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-03re PR c++/40138 (ICE with invalid va_arg)Jason Merrill1-1/+3
2010-01-21re PR middle-end/19988 (pessimizes fp multiply-add/subtract combo)Richard Guenther1-1/+5
2010-01-14re PR c/42721 (possible integer wrong code bug)Jakub Jelinek1-2/+6
2010-01-13re PR middle-end/42716 (ICE in extract_range_from_assert, at tree-vrp.c:1423)Richard Guenther1-0/+13
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi1-5/+0
2009-12-02fold-const.c (div_if_zero_remainder): Honor that sizetypes are sign-extending.Richard Guenther1-14/+10
2009-12-02re PR middle-end/41491 (ICE in set_value_range, at tree-vrp.c:386)Richard Guenther1-9/+11
2009-12-02re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a...Ulrich Weigand1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-57/+57
2009-11-10re PR tree-optimization/41987 (expected class ‘constant’, have ‘binaryâ...Kaveh R. Ghazi1-27/+29
2009-10-27re PR bootstrap/41451 (Bootstrap failure with fold checking)Aldy Hernandez1-2/+0
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-7/+1
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-1/+20
2009-09-28builtins.c (interclass_mathfn_icode): New helper.Michael Matz1-0/+5
2009-09-27fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.Eric Botcazou1-3/+13
2009-09-24re PR middle-end/41435 (GCC doesn't fold complex int division)Kaveh R. Ghazi1-3/+68
2009-09-20re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi1-2/+6
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+0
2009-08-14re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi1-0/+10
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1283/+1648
2009-07-15re PR middle-end/40747 (wrong code for int-is-in-range test at -O1 and above)Jakub Jelinek1-20/+24
2009-07-09re PR middle-end/40692 (Endless recursion between fold_ternary and fold_cond_...Jakub Jelinek1-0/+2
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-1/+1
2009-06-28fold-const.c (contains_label_1): Fix comments.Eric Botcazou1-11/+12
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor1-4/+5
2009-06-03re PR middle-end/40328 (internal compiler error: in set_ssa_val_to, at tree-s...Richard Guenther1-3/+4
2009-05-26re PR middle-end/40252 (Internal compiler error on samba4 (verify_gimple fail...Richard Guenther1-10/+18
2009-05-20re PR middle-end/40204 (segfault with bitfields in structs)Jakub Jelinek1-3/+5
2009-05-20fold-const.c (build_fold_addr_expr_with_type): Take the address of the operan...Eric Botcazou1-0/+7
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez1-7/+7
2009-05-15fold-const.c (fold_convert_const_real_from_real): Check for overflow.Sandra Loosemore1-1/+18