aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-10-13re PR c++/62127 (ICE with VLA in constructor)Jan Hubicka1-0/+2
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-08re PR ipa/63196 (FAIL: g++.dg/torture/pr57140.C -O3 -fomit-frame-pointer (...Richard Biener1-5/+7
2014-08-25IPA C++ refactoring 4/NMartin Liska1-17/+17
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-54/+48
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-15/+11
2014-07-25tree-inline.c (estimate_move_cost): Mark speed_p argument as possibly unused.Richard Biener1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-25/+25
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener1-8/+11
2014-06-28tree-inline.c (remap_type_1): Do not duplicate fields that are shared in betw...Jan Hubicka1-23/+69
2014-06-25IPA REF refactoringMartin Liska1-3/+3
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+1
2014-06-05tree-inline.c (tree_function_versioning): Check DF info existence before acce...Ilya Enkovich1-2/+3
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
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