aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-27re PR middle-end/58723 (ICE in lto_output_edge, at lto-cgraph.c:300 for OpenM...Richard Biener1-2/+7
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+4
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod1-2/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-30/+33
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-1/+1
2013-11-14basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law1-15/+0
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-12predict.c (drop_profile): New function.Teresa Johnson1-0/+41
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-3/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-21/+21
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-10/+0
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+8
2013-10-11target.c: New file.Jakub Jelinek1-0/+21
2013-10-08re PR tree-optimization/58619 (ICE building in gen_combined_adhoc_loc)Dehao Chen1-1/+4
2013-09-17tree-inline.h (struct copy_body_data): Add transform_parameter.Eric Botcazou1-32/+57
2013-09-13re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte...Jakub Jelinek1-17/+26
2013-09-12tree-ssa.h: New.Andrew MacLeod1-2/+2
2013-09-08Fix handling of very long asm statements in inlinerAndi Kleen1-1/+8
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