aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-23re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini1-0/+18
2009-01-16re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp...Richard Guenther1-14/+0
2009-01-09Update Copyright year.Jakub Jelinek1-1/+1
2009-01-09re PR middle-end/38771 (error: non-trivial conversion in unary operation)Jakub Jelinek1-3/+7
2009-01-07re PR middle-end/38751 (odd performance regression with -Os)Richard Guenther1-5/+11
2008-12-30re PR tree-optimization/38564 (Revision 142662 caused ICE in insert_into_pred...Richard Guenther1-6/+6
2008-12-23[multiple changes]Andrew Pinski1-3/+4
2008-12-06re PR middle-end/38422 (union/bitfield causes cc1/cc1plus to run out of memory.)Jakub Jelinek1-5/+10
2008-12-05re PR middle-end/37248 (regression transformation bitfield to individual bytes)Jakub Jelinek1-6/+368
2008-12-05re PR c/38408 (compilation error during bootstrap in fold-const.c using TOT!)Jakub Jelinek1-1/+1
2008-12-04re PR middle-end/38371 (Fold check error during bootstrap)Jakub Jelinek1-2/+5
2008-12-02re PR tree-optimization/38359 (ICE in set_lattice_value, at tree-ssa-ccp.c:466)Richard Guenther1-1/+2
2008-11-12re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...Jakub Jelinek1-0/+34
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-8/+31
2008-10-28re PR middle-end/37931 (ice: verify_gimple failed)Jakub Jelinek1-0/+3
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-12/+0
2008-10-22re PR middle-end/37882 (Bitfield miscompilation)Jakub Jelinek1-1/+6
2008-10-16re PR tree-optimization/37664 (ice in remove_range_assertions, at tree-vrp.c:...Jakub Jelinek1-1/+0
2008-09-28re PR middle-end/36575 (ACATS c460011 fails at -O3)Eric Botcazou1-2/+2
2008-09-11tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther1-1/+3
2008-09-08re PR middle-end/37414 (ICE with -ffast-math)Jakub Jelinek1-3/+3
2008-09-04fold-const.c (native_encode_real): Fix computation of WORDS.Jeff Law1-2/+2
2008-08-31re PR middle-end/37289 (ICE after non-trivial conversion at assignment)Richard Guenther1-1/+2
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-2/+5
2008-08-29re PR middle-end/37261 (Spurious (?) "integer overflow in expression" warnings)Jakub Jelinek1-7/+6
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+2
2008-08-28re PR tree-optimization/37005 (GNAT Bug Box for cd2a24e.adb:37 at tree-vrp.c:...Richard Guenther1-34/+22
2008-08-22re PR middle-end/36548 (remainder gives the wrong result for wrapping case wi...Richard Guenther1-1/+12
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+2
2008-08-14re PR middle-end/37103 (possible integer codegen bug)Jakub Jelinek1-3/+1
2008-08-12real.h (struct real_format): New member has_sign_dependent_rounding.Ulrich Weigand1-2/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-14/+14
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-29/+22
2008-07-05ptrmemfield.C: New testcase.Andrew Pinski1-1/+2
2008-06-25re PR tree-optimization/35518 (FAIL: gcc.c-torture/execute/20040709-1.c execu...Richard Guenther1-0/+7
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-31re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther1-10/+0
2008-05-30* fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.Eric Botcazou1-1/+4
2008-05-26re PR middle-end/36300 (Incorrect type used for inlined expression)Richard Guenther1-7/+7
2008-05-18re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi1-0/+3
2008-05-17fold-const.c (fold_unary): Fold the cast into a BIT_AND_EXPR only for an INTE...Eric Botcazou1-2/+1
2008-05-13re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow)Richard Guenther1-1/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-22/+12
2008-05-08re PR middle-end/36172 (ice for legal code with -O3)Richard Guenther1-2/+5
2008-05-07re PR middle-end/36137 (gcc can't do math)Jakub Jelinek1-3/+4
2008-04-29re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther1-0/+11
2008-04-29re PR middle-end/36077 (Expressions result is wrong)Richard Guenther1-2/+7
2008-04-24re PR tree-optimization/36008 (Function produces wrong results when inlined.)Jakub Jelinek1-1/+1
2008-04-22fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather than size_in...Ian Lance Taylor1-23/+19
2008-04-18fold-const.c (pointer_may_wrap_p): New static function.Ian Lance Taylor1-4/+81