aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-2/+76
2009-06-26function.h (struct function): Add cannot_be_copied_reason, and cannot_be_copi...Richard Henderson1-94/+112
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-5/+5
2009-06-08re PR middle-end/40102 (Revision 147294 caused ICE: verify_cgraph_node)Jan Hubicka1-3/+6
2009-05-28tree-inline.c (remap_decls): Enable nonlocalized variables when not optimizing.Alexandre Oliva1-2/+2
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-6/+0
2009-05-25tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther1-0/+7
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-10/+0
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka1-0/+6
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-6/+0
2009-05-12loop-36.c: Reduce amount of iterations to 2 so unrolling still happens.Jan Hubicka1-7/+37
2009-05-10tree-inline.c (delete_unreachable_blocks_update_callgraph): Declare.Jan Hubicka1-4/+15
2009-05-10re PR middle-end/40084 (Revision 147294 failed 483.xalancbmk in SPEC CPU 2006...Jan Hubicka1-3/+6
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-78/+140
2009-04-27re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)Richard Guenther1-0/+7
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-3/+2
2009-04-11re PR middle-end/39732 (-fprofile-generate -O1: ICE: verify_stmts failed, ADD...Richard Guenther1-1/+4
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-20/+15
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-4/+0
2009-03-28Bring from lto-branch:Jan Hubicka1-5/+6
2009-03-27tree-inline.c: Include gt-tree-inline.h.Jakub Jelinek1-1/+26
2009-03-08re PR target/39361 (Many new neon test failures)Jan Hubicka1-1/+7
2009-03-06re PR middle-end/39360 (ICE in referenced_var_lookup, at tree-dfa.c:563)Jakub Jelinek1-2/+2
2009-03-03re PR tree-optimization/39345 (ICE in copy_tree_body_r, at tree-inline.c:1020)H.J. Lu1-2/+24
2009-03-01re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-21/+67
2009-03-01* tree-inline.c (tree_function_versioning): Output debug info.Jan Hubicka1-0/+6
2009-03-01re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-1/+2
2009-02-28tree-inline.c (expand_call_inline): Avoid duplicate declarations of static vars.Jan Hubicka1-22/+27
2009-02-25tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and alls_all...Martin Jambor1-4/+8
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther1-0/+1
2008-10-21tree-inline.c (tree_inlinable_function_p): Remove tuples debugging hack.Jakub Jelinek1-7/+1
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-0/+1
2008-09-13re PR tree-optimization/37392 (Segfault in verify_ssa: !gimple_nop_p (stmt))Jan Hubicka1-2/+10
2008-09-11re PR middle-end/37448 (cannot compile big function)Jan Hubicka1-13/+10
2008-09-10re PR tree-optimization/37432 (ICE in VN_INFO, at tree-ssa-sccvn.c:180)Richard Guenther1-0/+16
2008-09-10re PR middle-end/37356 (ICE in gsi_insert_seq_nodes_after, at gimple-iterator...Jakub Jelinek1-36/+24
2008-09-08re PR middle-end/37393 (error: EH edge 10->12 is missing)Jakub Jelinek1-0/+1
2008-09-03re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....Jan Hubicka1-17/+35
2008-09-03re PR target/37436 (arm-cross-g++. internal compiler error: in extract_insn, ...Jakub Jelinek1-0/+6
2008-09-01expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka1-1/+1
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-0/+6
2008-08-29tree-inline.c (insert_init_stmt): Insert sequence even when not in SSA form.Jan Hubicka1-4/+4
2008-08-29tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka1-13/+32
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka1-0/+7
2008-08-24tree-inline.c (tree_function_versioning): Look harder for referenced vars.Jan Hubicka1-2/+9
2008-08-23ipa-cp.c (constant_val_insert): Remove.Jan Hubicka1-58/+75
2008-08-23tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka1-2/+12
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-1/+1
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-4/+2
2008-08-12re PR tree-optimization/37084 (ICE in gimple_assign_rhs1)Jakub Jelinek1-4/+3