aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-10-25Fixed extract_types_for_resx functiondevel/nothrow-detectionPranil Dey1-45/+44
2024-10-07Formatting for all functions done according to GNU standards and fixed testsu...Pranil Dey1-192/+256
2024-10-06Added function bool extract_types_for_resx and fixed more functions for testc...Pranil Dey2-65/+65
2024-10-05Updated code for unlinking regions and update stmt_eh_regions as wellPranil Dey1-4/+19
2024-10-04Updated code for unlinking regionsPranil Dey1-19/+36
2024-10-03Updated code for inserting regions and changed the return parameters of extra...Pranil Dey2-32/+41
2024-10-01Added code for inserting regionsPranil Dey2-10/+43
2024-10-01Updated tree-eh.hPranil Dey1-0/+1
2024-10-01resolved more conflictsPranil Dey1-2/+0
2024-10-01removed conflictsPranil Dey1-99/+0
2024-10-01Reolved some conflictsPranil Dey1-36/+0
2024-10-01Added functions extract_fun_resx_typesPranil Dey1-0/+138
2024-10-01Merge remote-tracking branch 'origin/devel/nothrow-detection' into devel/noth...Pranil Dey2-2/+5
2024-10-01Updated parameters of functions and typecasted resx stmtsPranil Dey2-11/+14
2024-10-01Integrated the resx functions with stmt_throw_typesPranil Dey1-7/+27
2024-10-01Added the previous functions to the tree-eh.h filePranil Dey1-0/+2
2024-10-01RESX statement processing functions added:Pranil Dey1-0/+65
2024-10-01Fixed some indentations and function namesPranil Dey1-16/+16
2024-10-01Added some functions and fixed some testcase failuresPranil Dey3-1/+51
2024-10-01Edge redirection for exceptions.Pranil Dey3-2/+122
2024-10-01Daily bump.GCC Administrator7-1/+721
2024-10-01[testcase] Fix-absfloat16.c-testcaseKugan Vivekanandarajah1-1/+1
2024-09-30c++: concept in default argument [PR109859]Marek Polacek3-2/+25
2024-09-30Fix internal error during inlining after ICF passEric Botcazou2-2/+27
2024-09-30diagnostics: return text buffer from test_show_locus [PR116613]David Malcolm3-168/+88
2024-09-30diagnostics: require callers of diagnostic_show_locus to be explicit about th...David Malcolm4-11/+9
2024-09-30diagnostics: isolate diagnostic_context with interface classes [PR116613]David Malcolm14-447/+765
2024-09-30diagnostics: avoid using diagnostic_context's m_printer [PR116613]David Malcolm5-58/+64
2024-09-30diagnostics: use "%e" to avoid intermediate strings [PR116613]David Malcolm8-55/+179
2024-09-30diagnostics: add "dump" to pretty_printer and output_bufferDavid Malcolm2-0/+29
2024-09-30diagnostics: fix typo in XHTML output [PR116792]David Malcolm1-1/+1
2024-09-30diagnostics: fix memory leak in SARIF selftestsDavid Malcolm2-0/+16
2024-09-30autovectorizer: Test autovectorization of different dot-prod modes.Victor Do Nascimento3-0/+116
2024-09-30c6x: Adjust dot-product backend patternsVictor Do Nascimento1-1/+1
2024-09-30rs6000: Adjust altivec dot-product backend patternsVictor Do Nascimento1-2/+2
2024-09-30mips: Adjust dot-product backend patternsVictor Do Nascimento1-1/+1
2024-09-30arc: Adjust dot-product backend patternsVictor Do Nascimento1-4/+4
2024-09-30i386: Fix dot_prod backend patterns for mmx and sse targetsVictor Do Nascimento2-34/+37
2024-09-30arm: Fix arm backend-use of (u|s|us)dot_prod patternsVictor Do Nascimento2-4/+11
2024-09-30aarch64: Fix aarch64 backend-use of (u|s|us)dot_prod patternsVictor Do Nascimento9-17/+77
2024-09-30autovectorizer: Add basic support for convert optabsVictor Do Nascimento5-3/+59
2024-09-30optabs: Make all `*dot_prod_optab's modeled as conversionsVictor Do Nascimento2-27/+25
2024-09-30tree-optimization/116879 - failure to recognize non-empty latchRichard Biener2-4/+26
2024-09-30Merge branch 'master' of git+ssh://gcc.gnu.org/git/gcc into devel/nothrow-det...Pranil Dey4196-107670/+315082
2024-09-30middle-end: check explicitly for external or constants when checking for loop...Tamar Christina2-1/+20
2024-09-30Ensure coarrays in calls use a descriptor [PR81265]Andre Vehreschild2-1/+81
2024-09-30tree-optimization/116842 - vectorizer load hosting breaks UID orderRichard Biener2-12/+40
2024-09-30tree-optimization/116785 - relax volatile handling in PTARichard Biener1-2/+2
2024-09-30tree-optimization/116850 - corrupt post-dom infoRichard Biener2-3/+32
2024-09-30Match: Support form 1 for scalar signed integer SAT_SUBPan Li2-3/+19