aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-03-08re PR tree-optimization/84739 (ICE in get_value_for_expr, at tree-ssa-ccp.c:649)Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-17tree-tailcall.c (eliminate_tail_call): Be more careful about not disturbin pr...Jan Hubicka1-3/+11
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-8/+4
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-6/+3
2017-08-21Add a type_has_mode_precision_p helper functionRichard Sandiford1-2/+1
2017-06-26re PR tree-optimization/81203 (tail recursion: internal compiler error: verif...Richard Biener1-0/+5
2017-06-21Make early return predictor more precise.Martin Liska1-0/+2
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-6/+2
2017-06-02re PR tree-optimization/80948 (test case gcc.dg/torture/pr68017.c fails with ...Richard Biener1-7/+8
2017-06-01re PR middle-end/66313 (Unsafe factorization of a*b+a*c)Richard Biener1-33/+64
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-25Tighten check for whether sibcall references local variablesRichard Sandiford1-2/+4
2016-11-21Handle sibcalls with aggregate returnsRichard Sandiford1-11/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04* tree-tailcall.c (find_tail_calls): Ignore GIMPLE_NOPs.Jakub Jelinek1-2/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+10
2015-10-20re PR tree-optimization/68017 (ICE on valid code at -O3 with -g enabled on x8...Richard Biener1-8/+12
2015-09-20switch from gimple to gimple*Trevor Saunders1-6/+6
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-4/+12
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-12/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+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-22tree-tailcall.c (suitable_for_tail_opt_p, [...]): Remove unneeded forward dec...Bernhard Reutner-Fischer1-3/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-2/+2
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-21/+24
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-07-09remove has_executeTrevor Saunders1-2/+0
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-29re PR tree-optimization/60971 (Wrong code when coercing unsigned char to bool)Jakub Jelinek1-3/+13
2014-04-17pass cfun to pass::executeTrevor Saunders1-8/+5
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-2/+2
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-02-07re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)Jakub Jelinek1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+10