aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-10-01phi-opt: Improve factor heurstic with constants and conversions from bool [PR...Andrew Pinski4-4/+50
2024-10-01modula2: Add FindIndice to library module gm2-libs/IndexingGaius Mulley2-0/+36
2024-10-01PR modula2/116918 -fswig correct syntaxGaius Mulley1-11/+11
2024-10-01aarch64: Add fp8 scalar typesClaudio Bantaloukas8-2/+994
2024-10-01tree-optimization/116902 - vectorizer load hosting breaks UID order #2Richard Biener2-29/+45
2024-10-01tree-optimization/116905 - ICE with bogus range opsRichard Biener2-2/+18
2024-10-01tree-optimization/116906 - unsafe PRE with never executed edgesRichard Biener3-6/+93
2024-10-01range-cache: Fix ranger ICE if number of bbs increases [PR116899]Jakub Jelinek2-7/+21
2024-10-01range-cache: Fix ICE on SSA_NAME with def_stmt not yet in the IL [PR116898]Jakub Jelinek2-3/+26
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-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
2024-09-30Daily bump.GCC Administrator3-1/+60
2024-09-30RISC-V: Add testcases for form 1 of scalar signed SAT_SUBPan Li10-0/+267
2024-09-30RISC-V: Implement scalar SAT_SUB for signed integerPan Li3-0/+81
2024-09-29cselib: Discard useless locs of preserved VALUEs [PR116627]Jakub Jelinek1-0/+5
2024-09-29testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again)Sam James1-1/+1
2024-09-29[PATCH] SH: Document extended asm operand modifersPietro Monteiro1-0/+29
2024-09-29[PATCH] [PATCH] Avoid integer overflow in gcc.dg/cpp/charconst-3.c (PR testsu...Mikael Pettersson1-1/+1
2024-09-29[PATCH v2] RISC-V: Improve code generation for select of consecutive constantsJovan Vukic2-0/+71
2024-09-29doc: Document struct-layout-1.exp for ABI checksDimitar Dimitrov1-1/+17
2024-09-29Daily bump.GCC Administrator4-1/+30
2024-09-28Implement FINDLOC for UNSIGNED.Thomas Koenig4-3/+90
2024-09-28Implement CSHIFT and EOSHIFT for unsigned.Thomas Koenig5-1/+66