summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/38564 (Revision 142662 caused ICE in insert_into_pred...Richard Guenther2008-12-301-6/+6
* [multiple changes]Andrew Pinski2008-12-231-3/+4
* re PR middle-end/38422 (union/bitfield causes cc1/cc1plus to run out of memory.)Jakub Jelinek2008-12-061-5/+10
* re PR middle-end/37248 (regression transformation bitfield to individual bytes)Jakub Jelinek2008-12-051-6/+368
* re PR c/38408 (compilation error during bootstrap in fold-const.c using TOT!)Jakub Jelinek2008-12-051-1/+1
* re PR middle-end/38371 (Fold check error during bootstrap)Jakub Jelinek2008-12-041-2/+5
* re PR tree-optimization/38359 (ICE in set_lattice_value, at tree-ssa-ccp.c:466)Richard Guenther2008-12-021-1/+2
* re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...Jakub Jelinek2008-11-121-0/+34
* re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez2008-10-291-8/+31
* re PR middle-end/37931 (ice: verify_gimple failed)Jakub Jelinek2008-10-281-0/+3
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-241-12/+0
* re PR middle-end/37882 (Bitfield miscompilation)Jakub Jelinek2008-10-221-1/+6
* re PR tree-optimization/37664 (ice in remove_range_assertions, at tree-vrp.c:...Jakub Jelinek2008-10-161-1/+0
* re PR middle-end/36575 (ACATS c460011 fails at -O3)Eric Botcazou2008-09-281-2/+2
* tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther2008-09-111-1/+3
* re PR middle-end/37414 (ICE with -ffast-math)Jakub Jelinek2008-09-081-3/+3
* fold-const.c (native_encode_real): Fix computation of WORDS.Jeff Law2008-09-041-2/+2
* re PR middle-end/37289 (ICE after non-trivial conversion at assignment)Richard Guenther2008-08-311-1/+2
* optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka2008-08-301-2/+5
* re PR middle-end/37261 (Spurious (?) "integer overflow in expression" warnings)Jakub Jelinek2008-08-291-7/+6
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-2/+2
* re PR tree-optimization/37005 (GNAT Bug Box for cd2a24e.adb:37 at tree-vrp.c:...Richard Guenther2008-08-281-34/+22
* re PR middle-end/36548 (remainder gives the wrong result for wrapping case wi...Richard Guenther2008-08-221-1/+12
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+2
* re PR middle-end/37103 (possible integer codegen bug)Jakub Jelinek2008-08-141-3/+1
* real.h (struct real_format): New member has_sign_dependent_rounding.Ulrich Weigand2008-08-121-2/+1
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-14/+14
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-29/+22
* ptrmemfield.C: New testcase.Andrew Pinski2008-07-051-1/+2
* re PR tree-optimization/35518 (FAIL: gcc.c-torture/execute/20040709-1.c execu...Richard Guenther2008-06-251-0/+7
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther2008-05-311-10/+0
* * fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.Eric Botcazou2008-05-301-1/+4
* re PR middle-end/36300 (Incorrect type used for inlined expression)Richard Guenther2008-05-261-7/+7
* re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi2008-05-181-0/+3
* fold-const.c (fold_unary): Fold the cast into a BIT_AND_EXPR only for an INTE...Eric Botcazou2008-05-171-2/+1
* re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow)Richard Guenther2008-05-131-1/+2
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-22/+12
* re PR middle-end/36172 (ice for legal code with -O3)Richard Guenther2008-05-081-2/+5
* re PR middle-end/36137 (gcc can't do math)Jakub Jelinek2008-05-071-3/+4
* re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther2008-04-291-0/+11
* re PR middle-end/36077 (Expressions result is wrong)Richard Guenther2008-04-291-2/+7
* re PR tree-optimization/36008 (Function produces wrong results when inlined.)Jakub Jelinek2008-04-241-1/+1
* fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather than size_in...Ian Lance Taylor2008-04-221-23/+19
* fold-const.c (pointer_may_wrap_p): New static function.Ian Lance Taylor2008-04-181-4/+81
* tree-vn.c (expressions_equal_p): Do not check type equality or compatibility ...Richard Guenther2008-04-171-0/+5
* tree-const.c (tree_call_nonnegative_warnv_p): Remove local variable arg1.Rafael Avila de Espindola2008-04-151-6/+3
* * fold-const.c (fold_overflow_warning): Remove assertion.Ian Lance Taylor2008-04-151-1/+0
* flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.Ian Lance Taylor2008-04-141-2/+10
* fold-const.c (fold_widened_comparison): Do not allow sign-changes that change...Richard Guenther2008-04-081-1/+5