aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-22re PR middle-end/52329 (Invalid MEM_REF encountered in set_mem_attributes_min...Richard Guenther1-0/+12
2012-02-21re PR tree-optimization/52318 (ICE: in execute_todo, at passes.c:1748 with -O...Jakub Jelinek1-3/+6
2011-12-15builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler1-2/+5
2011-12-13RevertJakub Jelinek1-12/+1
2011-12-12re PR tree-optimization/51481 (ice: dead STMT in EH table)Jakub Jelinek1-1/+12
2011-12-09gimple-fold.c (gimple_fold_stmt_to_constant_1): Also check the TYPE_MODE to r...Eric Botcazou1-2/+4
2011-12-06re PR middle-end/51436 (ICE(segfault) in gimplify_and_update_call_from_tree g...Richard Guenther1-1/+1
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-12/+1
2011-11-09gimple-fold.c (canonicalize_constructor_val): Mark address-taken variables ad...Richard Guenther1-3/+6
2011-11-08gimple-fold.c (canonicalize_constructor_val): Make sure we have referenced va...Richard Guenther1-1/+2
2011-11-02re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther1-41/+59
2011-10-19re PR tree-optimization/50768 (ICE: in execute_todo, at passes.c:1731 with -O...Richard Guenther1-77/+52
2011-10-10re PR tree-optimization/50389 (ICE: in execute_todo, at passes.c:1730 with -O...Richard Guenther1-7/+4
2011-10-06tree.h (avoid_folding_inline_builtin): New prototype.Jakub Jelinek1-0/+5
2011-10-05gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops with an embed...Richard Guenther1-0/+13
2011-10-05re PR middle-end/50609 (FAIL: gcc.c-torture/execute/pr23135.c compilation, -...Richard Guenther1-2/+5
2011-09-30re PR inline-asm/50571 (Undesirable folding in "m" constrained asm operands)Jakub Jelinek1-22/+39
2011-09-26gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek1-0/+1
2011-09-26re PR tree-optimization/50472 (Volatile qualification in data is not enough t...Richard Guenther1-0/+3
2011-09-16re PR lto/50430 (Constructors of static external vars are throwed away leadin...Jan Hubicka1-1/+2
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-6/+6
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-48/+56
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-41/+44
2011-08-30re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther1-432/+21
2011-08-29gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location on the built A...Richard Guenther1-2/+3
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-08-02gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.Kai Tietz1-0/+41
2011-07-27gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR expression handling.Kai Tietz1-10/+10
2011-07-19re PR tree-optimization/49768 (C99 style union initializations does not work ...Jakub Jelinek1-5/+9
2011-07-14gimple-fold.c (fold_gimple_assign): Remove operand swapping.Richard Guenther1-27/+18
2011-06-10ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka1-15/+2
2011-06-07re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-0/+131
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek1-2/+16
2011-05-20re PR bootstrap/49086 (libgomp/task.c:79:1: internal compiler error: Segmenta...Jakub Jelinek1-2/+4
2011-05-20re PR tree-optimization/49073 (g++ optimizer breaks do-while code)Jakub Jelinek1-5/+27
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-6/+6
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-2/+8
2011-04-19ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor1-3/+88
2011-04-18re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek1-1/+5
2011-04-18gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther1-2/+12
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-1/+4
2011-04-03cgraphbuild.c (record_reference): Canonicalize constructor values.Michael Matz1-4/+3
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-0/+637
2011-03-16gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.Richard Guenther1-46/+41
2011-01-25re PR tree-optimization/47382 (g++.dg/ipa/devirt-d-1.C FAILs with -finline-fu...Martin Jambor1-43/+0
2010-12-29re PR tree-optimization/47074 (tree check fail in create_access_replacement)Jakub Jelinek1-0/+1
2010-12-22re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor1-99/+11
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-59/+87
2010-12-14re PR tree-optimization/46909 (Logical OR expressions are miscompiled)Jakub Jelinek1-21/+24
2010-12-09re PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')Richard Guenther1-0/+4