aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-04Add condition coverage (MC/DC)Jørgen Kvalsvik1-0/+1
2024-03-01function: Fix another TYPE_NO_NAMED_ARGS_STDARG_P spotJakub Jelinek1-1/+2
2024-02-29analyzer: fix ICE in call summarization [PR114159]David Malcolm1-1/+1
2024-01-12Keep track of the FUNCTION_BEG noteRichard Sandiford1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-05Add a target hook for sibcall epiloguesRichard Sandiford1-2/+13
2023-12-05Allow prologues and epilogues to be inserted laterRichard Sandiford1-0/+50
2023-11-06explow: Allow dynamic allocations after vregsRichard Sandiford1-1/+11
2023-10-17Handle epilogues that contain jumpsRichard Sandiford1-0/+4
2023-09-29Remove poly_int_podRichard Sandiford1-2/+2
2023-09-27remove workaround for GCC 4.1-4.3 [PR105606]Jakub Jelinek1-8/+0
2023-06-28Add leafy mode for zero-call-used-regsAlexandre Oliva1-0/+3
2023-06-21function: Change return type of predicate function from int to boolUros Bizjak1-40/+37
2023-05-23Fix ICEs related to VM types in C 2/2 [PR109450]Martin Uecker1-26/+1
2023-04-19Introduce VIRTUAL_REGISTER_P and VIRTUAL_REGISTER_NUM_P predicatesUros Bizjak1-2/+1
2023-03-17tree-inline: Fix up multiversioning with vector arguments [PR105554]Jakub Jelinek1-2/+2
2023-01-13Fix PR rtl-optimization/108274Eric Botcazou1-1/+4
2023-01-12aarch64: fix warning emission for ABI break since GCC 9.1Christophe Lyon1-0/+5
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-02c++: Set the locus of the function result declBernhard Reutner-Fischer1-1/+2
2022-11-18Fix PR middle-end/107705: ICE after reclaration errorAndrew Pinski1-0/+3
2022-11-15rtl: Try to remove EH edges after {pro,epi}logue generation [PR90259]Kewen Lin1-3/+10
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers1-0/+6
2022-10-07Reduce DF computation at -O0Eric Botcazou1-4/+9
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-8/+0
2022-07-04middle-end: Support ABIs that pass FP values as wider integers.Roger Sayle1-0/+11
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-5/+5
2022-04-01Add an assertion: the zeroed_hardregs set is a subset of all call used regs.Qing Zhao1-4/+18
2022-02-10middle-end: updating the reg use in exit block for -fzero-call-used-regs [PR1...Qing Zhao1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+6964