aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-07-02tree-inline.c (remap_gimple_stmt): Do not subtitute handled components to clo...Jan Hubicka1-0/+12
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+2
2019-06-26re PR middle-end/90982 (ICE in make_decl_rtl, at varasm.c:1344)Richard Biener1-0/+10
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek1-1/+1
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+7
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek1-0/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-05-10re PR c++/90383 (GCC generates invalid constexpr copy/move assignment operato...Jakub Jelinek1-5/+7
2019-05-08re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek1-4/+51
2019-03-28re PR middle-end/89621 (ICE with allocatable character and openmp)Jakub Jelinek1-1/+90
2019-03-26tree-inline.c (remap_gimple_stmt): Cache gimple_block.Richard Biener1-7/+7
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener1-0/+5
2019-03-07re PR tree-optimization/89618 (Inner loop won't vectorize unless dummy statem...Richard Biener1-12/+4
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener1-1/+6
2019-02-13Clean up MPX-related stuff.Martin Liska1-2/+0
2019-01-26[PR ipa/88933] Careful CFG cleanup in IPA-CP function transformationMartin Jambor1-76/+4
2019-01-24re PR tree-optimization/89027 (ICE: verify_gimple failed (Error: non-trivial ...Jakub Jelinek1-1/+2
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