aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-18re PR tree-optimization/86214 (Strongly increased stack usage)Jakub Jelinek1-3/+48
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska1-0/+4
2019-01-11re PR middle-end/85956 (ICE in wide_int_to_tree_1, at tree.c:1549)Jakub Jelinek1-2/+18
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-14re PR tree-optimization/88444 (ICE: tree check: expected ssa_name, have integ...Jakub Jelinek1-1/+1
2018-12-06asm inlineSegher Boessenkool1-0/+3
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-1/+2
2018-11-08ipa-inline.c/tree-inline.c: port from fprintf to dump API (PR ipa/86395)David Malcolm1-7/+13
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-2/+2
2018-10-04Redirect call within specific target attribute among MV clones (PR ipa/82625).Martin Liska1-1/+1
2018-10-02tree-inline.c (expand_call_inline): Use the location of the callee declaratio...Richard Biener1-1/+2
2018-10-01tree-inline.c (expand_call_inline): Store origin of fn in BLOCK_ABSTRACT_ORIG...Richard Biener1-1/+1
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-1/+1
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener1-1/+1
2018-09-26re PR debug/87428 ("Missed" inline instances cause bogus DWARF to be emitted)Richard Biener1-2/+8
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-5/+4
2018-08-23re PR ipa/87024 (ICE in fold_stmt_1)Richard Biener1-1/+7
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-08-17re PR middle-end/86505 (__builtin_va_arg_pack_len() computes the number of ar...Richard Biener1-6/+17
2018-07-13[debug] Reuse debug exprs generated in remap_ssa_nameTom de Vries1-0/+4
2018-07-09[debug] Handle debug references to skipped paramsTom de Vries1-1/+2
2018-06-28tree-inline.c (remap_gimple_stmt): Force input_location on the new statement ...Eric Botcazou1-4/+17
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou1-27/+9
2018-06-26tree-inline.c (remap_location): New function extracted from...Eric Botcazou1-13/+31
2018-06-21tree-inline.c (copy_edges_for_bb): Minor tweak.Eric Botcazou1-11/+14
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-0/+1
2018-06-08Remove MPXMartin Liska1-119/+11
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek1-0/+3
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-1/+0
2018-03-09re PR c++/84767 (ICE with pointer to VLA)Jakub Jelinek1-0/+1
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva1-1/+1
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-0/+7
2018-01-11re PR middle-end/83718 (ICE: Floating point exception in profile_count::apply...Jan Hubicka1-2/+2
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-4/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+1
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford1-0/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-3/+28
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+5
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford1-3/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+1
2017-11-21Remove not needed xstrdup_for_dump.Martin Liska1-2/+2
2017-11-19re PR ipa/60243 (IPA is slow on large cgraph tree)Jan Hubicka1-1/+1
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-28/+28
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-7/+9
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-60/+21
2017-11-09re PR ipa/82879 (ICE in max, at profile-count.h:889)Jan Hubicka1-22/+2
2017-11-06re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)Jan Hubicka1-6/+25