intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes.
[gcc.git] / gcc / fold-const.c
2010-06-24 Anatoly Sokolovfold-const.c (const_binop): Remove 'notrunc' argement.
2010-06-18 Anatoly Sokolovdouble-int.h (double_int_to_shwi, [...]): Implement...
2010-06-16 DJ Deloriecommon.opt (-fstrict-volatile-bitfields): new.
2010-06-08 Shujing Zhaofold-const.c (fold_comparison): Remove redundant parent...
2010-05-29 Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-21 Steven Bosscherreal: Do not include gmp.h, mpfr.h, and mpc.h.
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-05-19 Anatoly Sokolovdouble-int.h (double_int_ior): New function.
2010-05-09 Richard Guentherre PR c/44024 (missed optimization)
2010-04-24 Bernd Schmidtre PR tree-optimization/41442 (missed optimization...
2010-04-20 Xinliang David Linew folding rule
2010-04-18 Eric Botcazoufold-const.c (fold_comparison): Use ssizetype.
2010-04-15 Richard Guentherfold-const.c (LOWPART, [...]): Move ...
2010-04-14 Anatoly Sokolovdouble-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
2010-04-13 Eric Botcazoure PR middle-end/32628 (bogus integer overflow warning)
2010-04-07 Richard Guentheripa-reference.c (mark_load): Use get_base_address.
2010-04-07 Richard Guentherre PR rtl-optimization/42617 (TARGET_MEM_REF and plain...
2010-04-06 Richard Guentherre PR c/43661 (ice in fold_comparison, at fold-const...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-02-03 Jason Merrillre PR c++/40138 (ICE with invalid va_arg)
2010-01-21 Richard Guentherre PR middle-end/19988 (pessimizes fp multiply-add...
2010-01-14 Jakub Jelinekre PR c/42721 (possible integer wrong code bug)
2010-01-13 Richard Guentherre PR middle-end/42716 (ICE in extract_range_from_asser...
2009-12-07 Kaveh R. Ghazire PR other/40302 (GCC must hard-require MPC before...
2009-12-02 Richard Guentherfold-const.c (div_if_zero_remainder): Honor that sizety...
2009-12-02 Richard Guentherre PR middle-end/41491 (ICE in set_value_range, at...
2009-12-02 Ulrich Weigandre PR middle-end/42224 (32bit pointers to 32bit pointer...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-10 Kaveh R. Ghazire PR tree-optimization/41987 (expected class ‘constant...
2009-10-27 Aldy Hernandezre PR bootstrap/41451 (Bootstrap failure with fold...
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-09-28 Michael Matzbuiltins.c (interclass_mathfn_icode): New helper.
2009-09-27 Eric Botcazoufold-const.c (maybe_lvalue_p): Return false for M(IN...
2009-09-24 Kaveh R. Ghazire PR middle-end/41435 (GCC doesn't fold complex int...
2009-09-20 Kaveh R. Ghazire PR middle-end/30789 (complex folding inexact)
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-08-14 Kaveh R. Ghazire PR middle-end/30789 (complex folding inexact)
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-15 Jakub Jelinekre PR middle-end/40747 (wrong code for int-is-in-range...
2009-07-09 Jakub Jelinekre PR middle-end/40692 (Endless recursion between fold_...
2009-07-07 Manuel López-Ibáñezc-lex.c: Replace %H by an explicit location.
2009-06-28 Eric Botcazoufold-const.c (contains_label_1): Fix comments.
2009-06-12 Ian Lance Taylorcpplib.h (struct cpp_options): Add warn_cxx_operator_na...
2009-06-03 Richard Guentherre PR middle-end/40328 (internal compiler error: in...
2009-05-26 Richard Guentherre PR middle-end/40252 (Internal compiler error on...
2009-05-20 Jakub Jelinekre PR middle-end/40204 (segfault with bitfields in...
2009-05-20 Eric Botcazoufold-const.c (build_fold_addr_expr_with_type): Take...
2009-05-15 Manuel López-Ibáñezre PR c/16302 (gcc fails to warn about some common...
2009-05-15 Sandra Loosemorefold-const.c (fold_convert_const_real_from_real): Check...
2009-05-15 Eric Botcazoudbxout.c (dbxout_range_type): Add LOW and HIGH parameters.
2009-05-08 Joseph Myersfold-const.c (fold_binary): Do not fold multiplication...
2009-04-28 Richard Guentherre PR middle-end/39937 (Revision 146831 failed SPEC...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-24 Paolo Bonzinire PR middle-end/39867 (Wrong result of conditional...
2009-04-22 Jakub Jelinekre PR c/39855 (Shift optimization discards operands...
2009-04-21 Eric Botcazouc-common.c (c_common_truthvalue_conversion): Use LOCATI...
2009-04-12 Eric Botcazoufold-const.c (build_range_check): Properly deal with...
2009-04-10 Paolo Bonzinire PR middle-end/39701 (Revision 145846 caused many...
2009-04-09 Paolo Bonziniexpmed.c (expand_divmod): Always use a comparison for...
2009-04-08 Bingfeng Meifold-const.c (const_binop): Combine two VECTOR_CST...
2009-04-01 Richard Guentherfold-const.c (fold_plusminus_mult_expr): Do not fold...
2009-03-31 Richard Guentherre PR middle-end/31029 (Fold does not fold C - a == a)
2009-03-31 Richard Guenthertree.h (div_if_zero_remainder): Declare.
2009-03-30 Paolo Bonzinifold-const.c (const_binop, [...]): Do not set TREE_CONS...
2009-03-28 Martin Jamborfold-const.c (get_pointer_modulus_and_residue): New...
2009-03-28 Richard Guentherre PR tree-optimization/37795 (if-combine doesn't optim...
2009-03-27 Richard Guenthergimplify.c (mark_addressable): Export.
2009-03-11 Ulrich Weigandfold-const.c (fold_comparison): Only call fold_inf_comp...
2009-03-09 Eric Botcazou* fold-const.c (fold_unary): Fix comment.
2009-01-23 Paolo Bonzinire PR middle-end/38932 (ICE in set_value_range, at...
2009-01-16 Richard Guentherre PR tree-optimization/38835 (field-insensitive PTA...
2009-01-09 Jakub JelinekUpdate Copyright year.
2009-01-09 Jakub Jelinekre PR middle-end/38771 (error: non-trivial conversion...
2009-01-07 Richard Guentherre PR middle-end/38751 (odd performance regression...
2008-12-30 Richard Guentherre PR tree-optimization/38564 (Revision 142662 caused...
2008-12-23 Andrew Pinski[multiple changes]
2008-12-06 Jakub Jelinekre PR middle-end/38422 (union/bitfield causes cc1/cc1pl...
2008-12-05 Jakub Jelinekre PR middle-end/37248 (regression transformation bitfi...
2008-12-05 Jakub Jelinekre PR c/38408 (compilation error during bootstrap...
2008-12-04 Jakub Jelinekre PR middle-end/38371 (Fold check error during bootstrap)
2008-12-02 Richard Guentherre PR tree-optimization/38359 (ICE in set_lattice_value...
2008-11-12 Jakub Jelinekre PR target/35366 (gfortran.dg/equiv_7.f90 fails with...
2008-10-29 Manuel López-Ibáñezre PR middle-end/11492 (Bogus warning with -Wsign-compare)
2008-10-28 Jakub Jelinekre PR middle-end/37931 (ice: verify_gimple failed)
2008-10-24 Manuel López-Ibáñezre PR c/7543 (no warning for always-false "if (!a ...
2008-10-22 Jakub Jelinekre PR middle-end/37882 (Bitfield miscompilation)
2008-10-16 Jakub Jelinekre PR tree-optimization/37664 (ice in remove_range_asse...
2008-09-28 Eric Botcazoure PR middle-end/36575 (ACATS c460011 fails at -O3)
2008-09-11 Richard Guenthertree-vectorizer.c (slpeel_add_loop_guard): Fix types.
2008-09-08 Jakub Jelinekre PR middle-end/37414 (ICE with -ffast-math)
2008-09-05 Jeff Lawfold-const.c (native_encode_real): Fix computation...
2008-08-31 Richard Guentherre PR middle-end/37289 (ICE after non-trivial conversio...
2008-08-30 Jan Hubickaoptabs.c (expand_abs_nojump): Update BRANCH_COST call.
2008-08-29 Jakub Jelinekre PR middle-end/37261 (Spurious (?) "integer overflow...
2008-08-29 Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use optimize_lo...
2008-08-28 Richard Guentherre PR tree-optimization/37005 (GNAT Bug Box for cd2a24e...
2008-08-22 Richard Guentherre PR middle-end/36548 (remainder gives the wrong resul...
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-14 Jakub Jelinekre PR middle-end/37103 (possible integer codegen bug)
next