aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-2/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-3/+3
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-50/+60
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-5/+102
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+12
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-2/+2
2014-09-11re PR middle-end/63186 (Undefined .L* symbols because of fnsplit)Jan Hubicka1-7/+34
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-9/+6
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener1-2/+3
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-25IPA REF refactoringMartin Liska1-1/+1
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-2/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+8
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-24/+20
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-0/+2
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-0/+4
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-5/+5
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate profile_status macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-21/+22
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
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-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-14/+14
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06ipa-split.c (split_function): Set DECL_NO_INLINE_WARNING_P on the non-inlinab...Eric Botcazou1-0/+3
2013-09-02ipa-split.c (execute_split_functions): Split externally visible functions cal...Jan Hubicka1-1/+3
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-0/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+70
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-6/+34
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+3
2013-03-04re PR tree-optimization/56424 (ICE at tree-inline.c:2833 on a-nllcef.ads at -O2)Eric Botcazou1-1/+3