Age | Commit message (Expand) | Author | Files | Lines |
2024-08-27 | c++/coros: do not assume coros don't nest [PR113457] | Arsen Arsenović | 3 | -6/+216 |
2024-08-26 | coroutines: diagnose usage of alloca in coroutines | Arsen Arsenović | 2 | -0/+33 |
2024-08-26 | diagnostics: move output formats from diagnostic.{c,h} to their own files | David Malcolm | 12 | -257/+359 |
2024-08-26 | diagnostics: consolidate on_{begin,end}_diagnostic into on_report_diagnostic | David Malcolm | 4 | -176/+171 |
2024-08-26 | testsuite: add event IDs to multithreaded event plugin test | David Malcolm | 4 | -20/+38 |
2024-08-26 | testsuite: generalize support for Python tests for SARIF output | David Malcolm | 8 | -16/+208 |
2024-08-26 | pretty-print: fixes to selftests | David Malcolm | 1 | -4/+35 |
2024-08-26 | json.h: fix typo in comment | David Malcolm | 1 | -1/+1 |
2024-08-26 | c++: Check template parameters in member class template specialization [PR115... | Simon Martin | 3 | -0/+40 |
2024-08-26 | Remove an unneeded include that was added by mistake. | Andi Kleen | 1 | -1/+0 |
2024-08-26 | Fix bootstap-errors due to enabling -gvariable-location-views | Bernd Edlinger | 3 | -3/+3 |
2024-08-26 | tree-optimization/116460 - improve forwprop compile-time | Richard Biener | 1 | -6/+7 |
2024-08-26 | Delay edge removal in forwprop | Richard Biener | 1 | -9/+25 |
2024-08-26 | vect: Fix STMT_VINFO_DEF_TYPE check for odd/even widen mult [PR116348] | Xi Ruoyao | 2 | -2/+15 |
2024-08-26 | Match: Add int type fits check for .SAT_ADD imm operand | Pan Li | 58 | -9/+443 |
2024-08-26 | expand: Use the correct mode for store flags for popcount [PR116480] | Andrew Pinski | 3 | -1/+18 |
2024-08-26 | i386: Add bf8 -> fp16 intrin | Haochen Jiang | 4 | -5/+109 |
2024-08-26 | AVX10.2: Support compare instructions | Zhang, Jun | 4 | -27/+183 |
2024-08-26 | AVX10.2: Support vector copy instructions | Zhang, Jun | 9 | -53/+356 |
2024-08-26 | AVX10.2: Support minmax instructions | Mo, Zewei | 28 | -1/+2555 |
2024-08-26 | [PATCH 2/2] AVX10.2: Support saturating convert instructions | Hu, Lin1 | 31 | -1/+2830 |
2024-08-26 | [PATCH 1/2] AVX10.2: Support saturating convert instructions | Hu, Lin1 | 40 | -1/+3327 |
2024-08-26 | [PATCH 2/2] AVX10.2: Support BF16 instructions | konglin1 | 35 | -2/+2096 |
2024-08-26 | [PATCH 1/2] AVX10.2: Support BF16 instructions | konglin1 | 35 | -2/+2514 |
2024-08-26 | AVX10.2: Support convert instructions | Levy Hsu | 45 | -5/+3511 |
2024-08-26 | [PATCH 2/2] AVX10.2: Support media instructions | Haochen Jiang | 32 | -35/+1953 |
2024-08-26 | [PATCH 1/2] AVX10.2: Support media instructions | Hongyu Wang | 30 | -24/+1577 |
2024-08-26 | i386: Refactor m512-check.h | Haochen Jiang | 1 | -31/+35 |
2024-08-26 | RISC-V: Support IMM for operand 0 of ussub pattern | Pan Li | 17 | -2/+477 |
2024-08-26 | RISC-V: Add testcases for unsigned vector .SAT_TRUNC form 4 | Pan Li | 13 | -0/+236 |
2024-08-26 | RISC-V: Add testcases for unsigned scalar .SAT_TRUNC form 4 | Pan Li | 13 | -0/+218 |
2024-08-26 | Daily bump. | GCC Administrator | 3 | -1/+143 |
2024-08-25 | RISC-V: Fix double mode under RV32 not utilize vf | demin.han | 33 | -68/+69 |
2024-08-25 | [PATCH] Re-add calling emit_clobber in lower-subreg.cc's resolve_simple_move. | Xianmiao Qu | 2 | -0/+19 |
2024-08-25 | testsuite: Run array54.C only for sync_int_long targets | Dimitar Dimitrov | 1 | -0/+1 |
2024-08-25 | Support if conversion for switches | Andi Kleen | 5 | -6/+270 |
2024-08-25 | Write CodeView information about static locals in optimized code | Mark Harmstone | 1 | -0/+57 |
2024-08-25 | Write CodeView S_FRAMEPROC symbols | Mark Harmstone | 1 | -2/+78 |
2024-08-25 | Write CodeView information about optimized stack variables | Mark Harmstone | 1 | -9/+119 |
2024-08-25 | Write CodeView information about enregistered optimized variables | Mark Harmstone | 4 | -39/+353 |
2024-08-25 | i386: Update STV's gains for TImode arithmetic right shifts on AVX2. | Roger Sayle | 1 | -8/+13 |
2024-08-25 | Disable late-combine in another RISC-V test | Jeff Law | 1 | -1/+1 |
2024-08-25 | [committed] Fix assembly scan for RISC-V VLS tests | Jeff Law | 7 | -7/+7 |
2024-08-25 | Turn off late-combine for a few risc-v specific tests | Jeff Law | 4 | -4/+4 |
2024-08-25 | modula2 testsuite: new libc unit test | Gaius Mulley | 2 | -0/+75 |
2024-08-25 | Daily bump. | GCC Administrator | 4 | -1/+178 |
2024-08-24 | modula2: Export all string to integral and fp number conversion functions | Gaius Mulley | 1 | -0/+84 |
2024-08-24 | c++, coroutines: Look through initial_await target exprs [PR110635]. | Iain Sandoe | 2 | -1/+79 |
2024-08-24 | c++, coroutines: Rework handling of throwing_cleanups [PR102051]. | Iain Sandoe | 2 | -11/+21 |
2024-08-24 | c++, coroutines: Fix ordering of return object conversions [PR115908]. | Iain Sandoe | 2 | -107/+129 |