summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov2010-06-281-70/+52
* fold-const.c (const_binop): Remove 'notrunc' argement.Anatoly Sokolov2010-06-241-115/+99
* double-int.h (double_int_to_shwi, [...]): Implement as static inline.Anatoly Sokolov2010-06-181-62/+57
* common.opt (-fstrict-volatile-bitfields): new.DJ Delorie2010-06-161-5/+10
* fold-const.c (fold_comparison): Remove redundant parenthesis.Shujing Zhao2010-06-081-2/+2
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher2010-05-211-3/+4
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-6/+7
* re PR c/44024 (missed optimization)Richard Guenther2010-05-091-2/+6
* re PR tree-optimization/41442 (missed optimization for boolean expression)Bernd Schmidt2010-04-241-0/+86
* new folding ruleXinliang David Li2010-04-201-2/+26
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-9/+4
* fold-const.c (LOWPART, [...]): Move ...Richard Guenther2010-04-151-717/+0
* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov2010-04-151-44/+28
* re PR middle-end/32628 (bogus integer overflow warning)Eric Botcazou2010-04-131-73/+79
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-2/+3
* re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther2010-04-071-0/+5
* re PR c/43661 (ice in fold_comparison, at fold-const.c:9579)Richard Guenther2010-04-061-1/+3
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR c++/40138 (ICE with invalid va_arg)Jason Merrill2010-02-031-1/+3
* re PR middle-end/19988 (pessimizes fp multiply-add/subtract combo)Richard Guenther2010-01-211-1/+5
* re PR c/42721 (possible integer wrong code bug)Jakub Jelinek2010-01-141-2/+6
* re PR middle-end/42716 (ICE in extract_range_from_assert, at tree-vrp.c:1423)Richard Guenther2010-01-131-0/+13
* re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi2009-12-071-5/+0
* fold-const.c (div_if_zero_remainder): Honor that sizetypes are sign-extending.Richard Guenther2009-12-021-14/+10
* re PR middle-end/41491 (ICE in set_value_range, at tree-vrp.c:386)Richard Guenther2009-12-021-9/+11
* re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a...Ulrich Weigand2009-12-021-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-57/+57
* re PR tree-optimization/41987 (expected class ‘constant’, have ‘binaryâ...Kaveh R. Ghazi2009-11-101-27/+29
* re PR bootstrap/41451 (Bootstrap failure with fold checking)Aldy Hernandez2009-10-271-2/+0
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-7/+1
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-1/+20
* builtins.c (interclass_mathfn_icode): New helper.Michael Matz2009-09-281-0/+5
* fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.Eric Botcazou2009-09-271-3/+13
* re PR middle-end/41435 (GCC doesn't fold complex int division)Kaveh R. Ghazi2009-09-241-3/+68
* re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi2009-09-201-2/+6
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+0
* re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi2009-08-141-0/+10
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1283/+1648
* re PR middle-end/40747 (wrong code for int-is-in-range test at -O1 and above)Jakub Jelinek2009-07-151-20/+24
* re PR middle-end/40692 (Endless recursion between fold_ternary and fold_cond_...Jakub Jelinek2009-07-091-0/+2
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-1/+1
* fold-const.c (contains_label_1): Fix comments.Eric Botcazou2009-06-281-11/+12
* cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor2009-06-121-4/+5
* re PR middle-end/40328 (internal compiler error: in set_ssa_val_to, at tree-s...Richard Guenther2009-06-031-3/+4
* re PR middle-end/40252 (Internal compiler error on samba4 (verify_gimple fail...Richard Guenther2009-05-261-10/+18
* re PR middle-end/40204 (segfault with bitfields in structs)Jakub Jelinek2009-05-201-3/+5
* fold-const.c (build_fold_addr_expr_with_type): Take the address of the operan...Eric Botcazou2009-05-201-0/+7
* re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez2009-05-151-7/+7