aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+4
2013-08-13re PR middle-end/57661 (ICE: SIGSEGV in verify_ssa)Jakub Jelinek1-0/+18
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-50/+108
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+1
2013-08-03ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.Jan Hubicka1-7/+33
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-0/+4
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-0/+5
2013-07-18PR57698, only report errors from early inlining when optimization is turnedSriraman Tallam1-0/+4
2013-06-18Emit errors when always_inline functions cannot be inlined in -O0 mode.Sriraman Tallam1-2/+0
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-7/+7
2013-05-07calls.c (special_function_p): setjmp-like functions are leaf.Richard Biener1-2/+2
2013-05-06re PR middle-end/57147 (setjmp call and if body wrongly elided (function runs...Richard Biener1-7/+1
2013-05-02re PR middle-end/57140 (Segmentation fault in backtrace_dwarf_add)Richard Biener1-2/+10
2013-05-02Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson1-18/+12
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-4/+4
2013-04-29re PR tree-optimization/57075 (verify_flow_info failed: control flow in the m...Richard Biener1-5/+5
2013-04-29This patch fixes PR bootstrap/57077.Teresa Johnson1-3/+3
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-1/+60
2013-04-23re PR middle-end/57036 (ice in update_ssa_across_abnormal_edges)Richard Biener1-3/+11
2013-04-09tree.h (unsave_expr_now): Remove.Richard Biener1-134/+0
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+8
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-1/+2
2013-03-20tree-inline.c (copy_tree_body_r): Sync MEM_REF code with remap_gimple_op_r.Richard Biener1-15/+15
2013-03-08tree-inline.c (expand_call_inline): Do not associate a BLOCK with the locatio...Richard Biener1-1/+1
2013-03-05re PR lto/56515 (location references block not in block tree, verify_gimple f...Richard Biener1-27/+52
2013-01-28tree-inline.c (remap_gimple_stmt): Do not assing a BLOCK to a stmt that didn'...Richard Biener1-17/+7
2013-01-16tree-inline.c (tree_function_versioning): Remove set but never used variable.Richard Biener1-8/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-13re PR debug/55665 (Missing DW_TAG_lexical_block PC range)Jakub Jelinek1-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-51/+50
2012-10-30gimple.h (gimple_store_p): New predicate.Richard Biener1-5/+5
2012-10-05tree-inline.c (expand_call_inline): Move VAR_DECLs with PARM_DECL origins fro...Jakub Jelinek1-1/+23
2012-10-05re PR debug/54519 (Debug info quality regression due to (pointless) partial i...Jakub Jelinek1-0/+25
2012-10-05re PR c/33763 (Bogus inlining failed in call to `xxx': redefined extern inlin...Jan Hubicka1-0/+6
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-9/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-16/+35
2012-09-06re PR tree-optimization/54494 (Missing store to volatile)Andrew Pinski1-0/+1
2012-08-22tree-vrp.c (find_assert_locations): Skip also edges from the entry block.Jakub Jelinek1-0/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-12/+38
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther1-2/+2
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-2/+1
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+0
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-15/+10
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-63/+0
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-46/+6
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-5/+0
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-1/+0
2012-07-20tree-inline.c (add_local_variables): Remove check_var_ann parameter and dead ...Richard Guenther1-10/+4