Age | Commit message (Expand) | Author | Files | Lines |
2024-07-28 | Daily bump. | GCC Administrator | 4 | -1/+146 |
2024-07-27 | c++: consteval propagation and templates [PR115986] | Jason Merrill | 2 | -0/+21 |
2024-07-27 | c++: ICE with concept, local class, and lambda [PR115561] | Jason Merrill | 2 | -1/+70 |
2024-07-27 | c++: improve C++ testsuite default versions | Jason Merrill | 2 | -14/+44 |
2024-07-27 | Fold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd. | Roger Sayle | 3 | -0/+24 |
2024-07-27 | Match: Support .SAT_SUB with IMM op for form 1-4 | Pan Li | 1 | -0/+35 |
2024-07-26 | diagnostics: SARIF output: capture #include information (PR 107941; §3.34) | David Malcolm | 15 | -44/+1109 |
2024-07-27 | Daily bump. | GCC Administrator | 4 | -1/+194 |
2024-07-26 | [RISC-V][target/116085] Fix rv64 minmax extension avoidance splitter | Jeff Law | 3 | -18/+58 |
2024-07-26 | c++: trait as typename scope [PR116052] | Jason Merrill | 2 | -1/+18 |
2024-07-26 | testsuite: Fix up ucn-1.C for C++26 | Jakub Jelinek | 1 | -1/+1 |
2024-07-26 | testsuite: Add dg-do run to even more tests | Sam James | 13 | -5/+15 |
2024-07-26 | gimple-ssa-sprintf: Fix typo in range check | Siddhesh Poyarekar | 1 | -1/+1 |
2024-07-26 | aarch64: sve: Rename aarch64_bic to standard pattern, andn | Andrew Pinski | 2 | -3/+3 |
2024-07-26 | aarch64: Use iorn and andn standard pattern names for scalar modes | Andrew Pinski | 1 | -6/+6 |
2024-07-26 | aarch64: Rename bic/orn patterns to iorn/andn for vector modes | Andrew Pinski | 2 | -10/+47 |
2024-07-26 | aarch64: Fix target/optimize option handling with transiting between O1 to O2 | Andrew Pinski | 2 | -1/+17 |
2024-07-26 | isel: Don't duplicate comparisons for -O0 nor -fno-tree-ter [PR116101] | Andrew Pinski | 4 | -0/+62 |
2024-07-26 | isel: Small cleanup of duplicating comparisons | Andrew Pinski | 1 | -14/+24 |
2024-07-26 | isel: Move duplicate comparisons to its own function | Andrew Pinski | 1 | -31/+35 |
2024-07-26 | PR116019: Improve tail call error message | Andi Kleen | 1 | -1/+1 |
2024-07-26 | PR116080: Fix tail call dejagnu checks | Andi Kleen | 3 | -5/+13 |
2024-07-26 | RISC-V: Work around bare apostrophe in error string. | Robin Dapp | 2 | -2/+2 |
2024-07-26 | middle-end: check for vector mode before calling get_mask_mode [PR116074] | Tamar Christina | 2 | -1/+26 |
2024-07-26 | i386: Use BLKmode for {ld,st}tilecfg | Haochen Jiang | 2 | -8/+6 |
2024-07-26 | c++/modules: Stream warning suppressions [PR115757] | Nathaniel Shead | 7 | -0/+93 |
2024-07-26 | Daily bump. | GCC Administrator | 4 | -1/+317 |
2024-07-25 | c++: #pragma target and deferred instantiation [PR115403] | Jason Merrill | 2 | -2/+11 |
2024-07-25 | c++: non-template alias with dependent attributes [PR115897] | Patrick Palka | 6 | -31/+106 |
2024-07-25 | c++: alias of alias tmpl with dependent attrs [PR115897] | Patrick Palka | 4 | -22/+110 |
2024-07-25 | rs6000, remove built-ins __builtin_vsx_set_1ti, __builtin_vsx_set_2df, __buil... | Carl Love | 4 | -87/+10 |
2024-07-25 | rs6000, Remove __builtin_vec_set_v1ti, __builtin_vec_set_v2df, __builtin_vec_... | Carl Love | 2 | -53/+0 |
2024-07-25 | rs6000, remove __builtin_vsx_xvcmp* built-ins | Carl Love | 2 | -16/+21 |
2024-07-25 | c++: Implement C++26 P2558R2 - Add @, $, and ` to the basic character set [PR... | Jakub Jelinek | 15 | -32/+40 |
2024-07-25 | [PR rtl-optimization/116039] Fix life computation for promoted subregs | Jeff Law | 2 | -6/+57 |
2024-07-25 | Fortran: Suppress wrong End Of File error with user defined IO. | Jerry DeLisle | 1 | -0/+41 |
2024-07-25 | RISC-V: xtheadmemidx: Fix mode test for pre/post-modify addressing | Christoph Müllner | 2 | -4/+18 |
2024-07-25 | cp+coroutines: teach convert_to_void to diagnose discarded co_awaits | Arsen Arsenović | 5 | -1/+91 |
2024-07-25 | cp/coroutines: do not rewrite parameters in unevaluated contexts | Arsen Arsenović | 2 | -0/+36 |
2024-07-25 | [committed] Trivial testcase adjustment | Jeff Law | 1 | -1/+1 |
2024-07-25 | tree-optimization/116083 - improve behavior when SLP discovery limit is reached | Richard Biener | 1 | -14/+12 |
2024-07-25 | rtl-ssa: Define INCLUDE_ARRAY | Richard Sandiford | 15 | -0/+15 |
2024-07-25 | doc: Document -O1 as the preferred level for large machine-generated code | Sam James | 1 | -0/+5 |
2024-07-25 | tree-optimization/116081 - typedef vs. non-typedef in vectorization | Richard Biener | 1 | -1/+1 |
2024-07-25 | tree-optimization/116079 - store motion and clobbers | Richard Biener | 2 | -0/+22 |
2024-07-25 | tree-optimization/116081 - typedef vs. non-typedef in vectorization | Richard Biener | 1 | -1/+1 |
2024-07-25 | RISC-V: Error early with V and no M extension. | Robin Dapp | 18 | -20/+60 |
2024-07-25 | RISC-V: Allow LICM hoist POLY_INT configuration code sequence | Juzhe-Zhong | 4 | -4/+76 |
2024-07-25 | rtl-ssa: Fix split_clobber_group tree insertion [PR116044] | Richard Sandiford | 2 | -30/+39 |
2024-07-25 | SVE Intrinsics: Change return type of redirect_call to gcall. | Jennifer Schmitz | 3 | -5/+5 |