aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-8/+4
2017-06-06* ipa-split.c (split_function): Initialize return bb profile.Jan Hubicka1-0/+1
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-3/+3
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-1/+1
2017-04-11Add function part to a same comdat group (PR ipa/80212).Martin Liska1-0/+9
2017-04-08Revert r246759.Martin Liska1-3/+0
2017-04-07Add function part to a same comdat group (PR ipa/80212).Martin Liska1-0/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-6/+4
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-6/+2
2016-02-12re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek1-1/+12
2016-02-12re PR ipa/68672 (g++.dg/torture/pr68470.C: ICE: cannot update SSA form: state...Jakub Jelinek1-27/+68
2016-02-10re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek1-3/+4
2016-02-08re PR tree-optimization/69209 (ICE at -Os and above on x86_64-linux-gnu (veri...Jakub Jelinek1-1/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18re PR debug/68860 (FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 17 a...Jakub Jelinek1-65/+29
2015-12-10re PR ipa/68721 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-1/+2
2015-12-01re PR ipa/68470 (Internal Compiler Error observed by g++-4.9.2 and a few othe...Richard Biener1-6/+26
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+11
2015-09-20switch from gimple to gimple*Trevor Saunders1-12/+12
2015-08-19remove useless typedefsTrevor Saunders1-4/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-08tree-chkp.h (chkp_insert_retbnd_call): New.Ilya Enkovich1-16/+2
2015-04-01lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka1-0/+2
2015-03-19re PR sanitizer/65400 (tsan mis-compiles inlineable C functions)Jakub Jelinek1-9/+51
2015-03-16tree-sra.c (ipa_sra_preliminary_function_checks): Use DECL_ONE_ONLY to check ...Jan Hubicka1-0/+25
2015-02-08re PR ipa/63566 (i686 bootstrap fails: ICE RTL flag check: INSN_UID used with...Jan Hubicka1-0/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+14
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