aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener1-1/+4
2019-11-27re PR lto/92674 (ICE in gimple_phi_arg, at gimple.h:4406 since r240291)Richard Biener1-14/+30
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-08re PR ipa/92409 (r277920 causes ICE in gcc.dg/cast-function-1.c)Richard Biener1-1/+7
2019-11-08Handle POLY_INT_CSTs in declare_return_valueRichard Sandiford1-2/+2
2019-10-30Remove cgraph_local_info structure.Martin Liska1-1/+1
2019-09-30[PR 91853] Prevent IPA-SRA ICEs on type-mismatched callsMartin Jambor1-17/+24
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek1-6/+3
2019-09-20New IPA-SRAMartin Jambor1-138/+247
2019-09-05re PR middle-end/90501 (ICE: address taken, but ADDRESSABLE bit not set)Richard Biener1-0/+1
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