summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)Author
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-05-04tree-inline: Simplify IPA-CP type conversion (PR 93385)Martin Jambor
2020-04-20Fix ICE on invalid calls_comdat_local flag [pr94582]Jan Hubicka
2020-04-17inliner: Don't ICE on NULL TYPE_DOMAIN [PR94621]Jakub Jelinek
2020-03-16tree-inline: Fix a -fcompare-debug issue in the inliner [PR94167]Jakub Jelinek
2020-03-04inliner: Copy DECL_BY_REFERENCE in copy_decl_to_var [PR93888]Jakub Jelinek
2020-02-07middle-end/93519 - avoid folding stmts in obviously unreachable codeRichard Biener
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-07Make warn_inline Optimization option.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-11-28re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener
2019-11-27re PR lto/92674 (ICE in gimple_phi_arg, at gimple.h:4406 since r240291)Richard Biener
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-08re PR ipa/92409 (r277920 causes ICE in gcc.dg/cast-function-1.c)Richard Biener
2019-11-08Handle POLY_INT_CSTs in declare_return_valueRichard Sandiford
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-09-30[PR 91853] Prevent IPA-SRA ICEs on type-mismatched callsMartin Jambor
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek
2019-09-20New IPA-SRAMartin Jambor
2019-09-05re PR middle-end/90501 (ICE: address taken, but ADDRESSABLE bit not set)Richard Biener
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02tree-inline.c (remap_gimple_stmt): Do not subtitute handled components to clo...Jan Hubicka
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-06-26re PR middle-end/90982 (ICE in make_decl_rtl, at varasm.c:1344)Richard Biener
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-10re PR c++/90383 (GCC generates invalid constexpr copy/move assignment operato...Jakub Jelinek
2019-05-08re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-03-28re PR middle-end/89621 (ICE with allocatable character and openmp)Jakub Jelinek
2019-03-26tree-inline.c (remap_gimple_stmt): Cache gimple_block.Richard Biener
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener
2019-03-07re PR tree-optimization/89618 (Inner loop won't vectorize unless dummy statem...Richard Biener
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-01-26[PR ipa/88933] Careful CFG cleanup in IPA-CP function transformationMartin Jambor
2019-01-24re PR tree-optimization/89027 (ICE: verify_gimple failed (Error: non-trivial ...Jakub Jelinek
2019-01-18re PR tree-optimization/86214 (Strongly increased stack usage)Jakub Jelinek
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska
2019-01-11re PR middle-end/85956 (ICE in wide_int_to_tree_1, at tree.c:1549)Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek