summaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)Author
2025-05-31Have TODO_verify_* not set by any passAndrew Pinski
2025-03-30IRA+LRA: Let the backend request to split basic blocksMaciej W. Rozycki
2025-01-02Update copyright years.Jakub Jelinek
2024-11-11Add push/pop_function_declRichard Sandiford
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-07-17Enable musttail tail conversion even when not optimizingAndi Kleen
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek
2024-04-04Add condition coverage (MC/DC)Jørgen Kvalsvik
2024-02-29analyzer: fix ICE in call summarization [PR114159]David Malcolm
2024-01-03Update copyright years.Jakub Jelinek
2023-12-04middle-end/112785 - guard against last_clique overflowRichard Biener
2023-11-06explow: Allow dynamic allocations after vregsRichard Sandiford
2023-09-29Remove poly_int_podRichard Sandiford
2023-06-21function: Change return type of predicate function from int to boolUros Bizjak
2023-03-17tree-inline: Fix up multiversioning with vector arguments [PR105554]Jakub Jelinek
2023-01-12aarch64: fix warning emission for ABI break since GCC 9.1Christophe Lyon
2023-01-02Update copyright years.Jakub Jelinek
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek
2022-01-18pack fields in cgraph_simd_clone_arg and struct functionRichard Biener
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-11-09Keep x_range_query NULL for global ranges.Andrew MacLeod
2021-08-31Add attribute returns nonnull to get_range_query.Martin Sebor
2021-05-26Common API for accessing global and on-demand ranges.Aldy Hernandez
2021-01-04Update copyright years.Jakub Jelinek
2020-11-02pass: Run cleanup passes before SLP [PR96789]Kewen Lin
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe
2020-01-01Update copyright years.Jakub Jelinek
2019-11-20drop attempt to reuse cgraph callees for -fcallgraph-infoAlexandre Oliva
2019-11-06introduce -fcallgraph-info optionEric Botcazou
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-18re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-21poly_int: frame allocationsRichard Sandiford
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-09-19function.c (dump_stack_clash_frame_info): New function.Jeff Law
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-13Reload global options when strict aliasing is dropped (PR ipa/79043).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-08Introduce emit_status::ensure_regno_capacityDavid Malcolm
2016-11-25Tweak LRA handling of shared spill slotsRichard Sandiford
2016-11-21make prologue_epilogue_contains take a rtx_insn *Trevor Saunders