aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-27c++/coros: do not assume coros don't nest [PR113457]Arsen Arsenović3-6/+216
2024-08-26coroutines: diagnose usage of alloca in coroutinesArsen Arsenović2-0/+33
2024-08-26diagnostics: move output formats from diagnostic.{c,h} to their own filesDavid Malcolm12-257/+359
2024-08-26diagnostics: consolidate on_{begin,end}_diagnostic into on_report_diagnosticDavid Malcolm4-176/+171
2024-08-26testsuite: add event IDs to multithreaded event plugin testDavid Malcolm4-20/+38
2024-08-26testsuite: generalize support for Python tests for SARIF outputDavid Malcolm8-16/+208
2024-08-26pretty-print: fixes to selftestsDavid Malcolm1-4/+35
2024-08-26json.h: fix typo in commentDavid Malcolm1-1/+1
2024-08-26c++: Check template parameters in member class template specialization [PR115...Simon Martin3-0/+40
2024-08-26Remove an unneeded include that was added by mistake.Andi Kleen1-1/+0
2024-08-26Fix bootstap-errors due to enabling -gvariable-location-viewsBernd Edlinger3-3/+3
2024-08-26tree-optimization/116460 - improve forwprop compile-timeRichard Biener1-6/+7
2024-08-26Delay edge removal in forwpropRichard Biener1-9/+25
2024-08-26vect: Fix STMT_VINFO_DEF_TYPE check for odd/even widen mult [PR116348]Xi Ruoyao2-2/+15
2024-08-26Match: Add int type fits check for .SAT_ADD imm operandPan Li58-9/+443
2024-08-26expand: Use the correct mode for store flags for popcount [PR116480]Andrew Pinski3-1/+18
2024-08-26i386: Add bf8 -> fp16 intrinHaochen Jiang4-5/+109
2024-08-26AVX10.2: Support compare instructionsZhang, Jun4-27/+183
2024-08-26AVX10.2: Support vector copy instructionsZhang, Jun9-53/+356
2024-08-26AVX10.2: Support minmax instructionsMo, Zewei28-1/+2555
2024-08-26[PATCH 2/2] AVX10.2: Support saturating convert instructionsHu, Lin131-1/+2830
2024-08-26[PATCH 1/2] AVX10.2: Support saturating convert instructionsHu, Lin140-1/+3327
2024-08-26[PATCH 2/2] AVX10.2: Support BF16 instructionskonglin135-2/+2096
2024-08-26[PATCH 1/2] AVX10.2: Support BF16 instructionskonglin135-2/+2514
2024-08-26AVX10.2: Support convert instructionsLevy Hsu45-5/+3511
2024-08-26[PATCH 2/2] AVX10.2: Support media instructionsHaochen Jiang32-35/+1953
2024-08-26[PATCH 1/2] AVX10.2: Support media instructionsHongyu Wang30-24/+1577
2024-08-26i386: Refactor m512-check.hHaochen Jiang1-31/+35
2024-08-26RISC-V: Support IMM for operand 0 of ussub patternPan Li17-2/+477
2024-08-26RISC-V: Add testcases for unsigned vector .SAT_TRUNC form 4Pan Li13-0/+236
2024-08-26RISC-V: Add testcases for unsigned scalar .SAT_TRUNC form 4Pan Li13-0/+218
2024-08-26Daily bump.GCC Administrator3-1/+143
2024-08-25RISC-V: Fix double mode under RV32 not utilize vfdemin.han33-68/+69
2024-08-25[PATCH] Re-add calling emit_clobber in lower-subreg.cc's resolve_simple_move.Xianmiao Qu2-0/+19
2024-08-25testsuite: Run array54.C only for sync_int_long targetsDimitar Dimitrov1-0/+1
2024-08-25Support if conversion for switchesAndi Kleen5-6/+270
2024-08-25Write CodeView information about static locals in optimized codeMark Harmstone1-0/+57
2024-08-25Write CodeView S_FRAMEPROC symbolsMark Harmstone1-2/+78
2024-08-25Write CodeView information about optimized stack variablesMark Harmstone1-9/+119
2024-08-25Write CodeView information about enregistered optimized variablesMark Harmstone4-39/+353
2024-08-25i386: Update STV's gains for TImode arithmetic right shifts on AVX2.Roger Sayle1-8/+13
2024-08-25Disable late-combine in another RISC-V testJeff Law1-1/+1
2024-08-25[committed] Fix assembly scan for RISC-V VLS testsJeff Law7-7/+7
2024-08-25Turn off late-combine for a few risc-v specific testsJeff Law4-4/+4
2024-08-25modula2 testsuite: new libc unit testGaius Mulley2-0/+75
2024-08-25Daily bump.GCC Administrator4-1/+178
2024-08-24modula2: Export all string to integral and fp number conversion functionsGaius Mulley1-0/+84
2024-08-24c++, coroutines: Look through initial_await target exprs [PR110635].Iain Sandoe2-1/+79
2024-08-24c++, coroutines: Rework handling of throwing_cleanups [PR102051].Iain Sandoe2-11/+21
2024-08-24c++, coroutines: Fix ordering of return object conversions [PR115908].Iain Sandoe2-107/+129