aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22[Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook.James Greenhalgh1-0/+2
2013-01-13re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w...Jakub Jelinek1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-06gimple-fold.c (fold_stmt_1): Remove code handling folding stmts away.Richard Biener1-8/+2
2012-11-27gimple-fold.c (fold_stmt_1): Remove unnecessary code.Richard Biener1-8/+0
2012-11-27re PR middle-end/55331 (ICE: SIGSEGV in substitute_and_fold with -O2 -fno-tre...Richard Biener1-1/+1
2012-11-05re PR tree-optimization/54986 (segfault on constant initialized to object add...Eric Botcazou1-2/+7
2012-09-29tree.c (truth_type_for): New function.Marc Glisse1-19/+2
2012-09-14re PR c++/54427 (Expose more vector extensions)Marc Glisse1-4/+25
2012-09-11re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)Richard Guenther1-2/+4
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-42/+31
2012-08-20re PR middle-end/54327 (Segmentation fault in init_ggc)Richard Guenther1-0/+5
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-9/+1
2012-07-19gimple-fold.c (canonicalize_constructor_val): Strip only useless type convers...Eric Botcazou1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-04re PR middle-end/53433 (ICE in int_mode_for_mode, at stor-layout.c:424 during...Richard Guenther1-0/+4
2012-06-15gimplify.c (gimplify_modify_expr): Fold generated statements.Michael Matz1-4/+6
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-0/+6
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-24tree-flow.h (create_var_ann): Remove.Richard Guenther1-1/+2
2012-05-19cgraphbuild.c (record_reference): Update.Jan Hubicka1-40/+77
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-10/+3
2012-05-16gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under GIMPLE_ASSIGN.Andrew Pinski1-6/+10
2012-05-11tree-flow.h (referenced_var_check_and_insert): Remove.Richard Guenther1-1/+1
2012-05-07tree-dfa.c (get_ref_base_and_extent): Do the offset computation using the pre...Eric Botcazou1-7/+29
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-13/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-0/+1
2012-04-13re PR middle-end/52939 (ice in gimple_get_virt_method_for_binfo with -O3)Martin Jambor1-1/+1
2012-04-06* gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.Mike Stump1-1/+1
2012-03-29tree-flow.h (struct pre_expr_d): Remove forward declaration.Richard Guenther1-23/+0
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-4/+5
2012-03-14re PR c++/52582 (g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit))Richard Guenther1-4/+17
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