aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19re PR ipa/60243 (IPA is slow on large cgraph tree)Richard Biener1-32/+35
2014-02-17tree-inline.c (expand_call_inline): Release the virtual operand defined by th...Richard Biener1-0/+3
2014-02-08re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6...Jakub Jelinek1-12/+0
2014-02-04re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6...Jakub Jelinek1-0/+12
2014-02-01re PR tree-optimization/60003 (wrong code with __builtin_setjmp/__builtin_lon...Jakub Jelinek1-6/+1
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-7/+35
2014-01-20Add type to DEFCIFCODE to describe the inline failureH.J. Lu1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-11re PR tree-optimization/59386 (ICE on valid code at -O2 and -O3 on x86_64-lin...Jakub Jelinek1-1/+3
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-8/+11
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-2/+2
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