aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-20ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count and calle...Dehao Chen1-1/+1
2014-05-16tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.Richard Biener1-1/+2
2014-05-13re PR ipa/60973 (Invalid propagation of a tail call in devirt pass)Richard Biener1-0/+5
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+2
2014-04-23re PR tree-optimization/60895 (error: address taken, but ADDRESSABLE bit not ...Richard Biener1-1/+2
2014-04-16cgraphclones.c (cgraph_create_virtual_clone): Duplicate ipa_transforms_to_apply.Martin Jambor1-12/+0
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-6/+7
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-3/+3
2014-03-31tree-inline.c (copy_loops): Add missed copy of 'safelen'.Yuri Rumyantsev1-0/+1
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