summaryrefslogtreecommitdiff
path: root/gcc/tree-tailcall.c
AgeCommit message (Expand)Author
2020-03-04tailcall: Fix up process_assignment [PR94001]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-08-30[PR 91579] Avoid creating redundant PHI nodes in tail-call passMartin Jambor
2019-08-09Reject tail calls that read from an escaped RESULT_DECL (PR90313)Richard Sandiford
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-05-08re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-04-29PR c++/82081 - tail call optimization breaks noexceptJason Merrill
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-03-08re PR tree-optimization/84739 (ICE in get_value_for_expr, at tree-ssa-ccp.c:649)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-17tree-tailcall.c (eliminate_tail_call): Be more careful about not disturbin pr...Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-21Add a type_has_mode_precision_p helper functionRichard Sandiford
2017-06-26re PR tree-optimization/81203 (tail recursion: internal compiler error: verif...Richard Biener
2017-06-21Make early return predictor more precise.Martin Liska
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-06-02re PR tree-optimization/80948 (test case gcc.dg/torture/pr68017.c fails with ...Richard Biener
2017-06-01re PR middle-end/66313 (Unsafe factorization of a*b+a*c)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-11-25Tighten check for whether sibcall references local variablesRichard Sandiford
2016-11-21Handle sibcalls with aggregate returnsRichard Sandiford
2016-01-04Update copyright years.Jakub Jelinek
2015-12-04* tree-tailcall.c (find_tail_calls): Ignore GIMPLE_NOPs.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-20re PR tree-optimization/68017 (ICE on valid code at -O3 with -g enabled on x8...Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-22tree-tailcall.c (suitable_for_tail_opt_p, [...]): Remove unneeded forward dec...Bernhard Reutner-Fischer
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener