summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-08Add merge_bits.devel/fortran_unsignedThomas Koenig
2024-08-07Min, MAX and ishft(c).Thomas Koenig
2024-08-06Add test case for B, Z and O descriptors.Thomas Koenig
2024-08-06Add some rudimentary documentation.Thomas Koenig
2024-08-05Implement dshift[lr], ibclr, ibset and ibits.Thomas Koenig
2024-08-04Add bit_size, btest and bgt plus friends.Thomas Koenig
2024-08-04Bit functions, HUGE and DIGITS.Thomas Koenig
2024-08-04Added BOZ support to UINT.Thomas Koenig
2024-08-04Added UINT intrinsic.Thomas Koenig
2024-08-03Iplement conversions from unsigned to different data types.Thomas Koenig
2024-08-02Add decimal formatted I/O for unsigneds.Thomas Koenig
2024-08-01A few fixes, add unsigned truncation warning.Thomas Koenig
2024-07-28Implement decimal list-directed I/O.Thomas Koenig
2024-07-28Add compile-time version of selected_unsigned_kind.Thomas Koenig
2024-07-28Add config file so b4 uses inbox.sourceware.org automaticallyJonathan Wakely
2024-07-28Daily bump.GCC Administrator
2024-07-28c++: consteval propagation and templates [PR115986]Jason Merrill
2024-07-28c++: ICE with concept, local class, and lambda [PR115561]Jason Merrill
2024-07-28c++: improve C++ testsuite default versionsJason Merrill
2024-07-28Fold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd.Roger Sayle
2024-07-28libstdc++: Fix -Wsign-compare warning in <charconv>Jonathan Wakely
2024-07-28libstdc++: Add comment noting LWG 3617 supportJonathan Wakely
2024-07-28libstdc++: Remove __find_if unrolling for random access iteratorsJonathan Wakely
2024-07-28Match: Support .SAT_SUB with IMM op for form 1-4Pan Li
2024-07-28diagnostics: SARIF output: capture #include information (PR 107941; ยง3.34)David Malcolm
2024-07-28Daily bump.GCC Administrator
2024-07-28[RISC-V][target/116085] Fix rv64 minmax extension avoidance splitterJeff Law
2024-07-28c++: trait as typename scope [PR116052]Jason Merrill
2024-07-28testsuite: Fix up ucn-1.C for C++26Jakub Jelinek
2024-07-28testsuite: Add dg-do run to even more testsSam James
2024-07-28gimple-ssa-sprintf: Fix typo in range checkSiddhesh Poyarekar
2024-07-28aarch64: sve: Rename aarch64_bic to standard pattern, andnAndrew Pinski
2024-07-28aarch64: Use iorn and andn standard pattern names for scalar modesAndrew Pinski
2024-07-28aarch64: Rename bic/orn patterns to iorn/andn for vector modesAndrew Pinski
2024-07-28aarch64: Fix target/optimize option handling with transiting between O1 to O2Andrew Pinski
2024-07-28isel: Don't duplicate comparisons for -O0 nor -fno-tree-ter [PR116101]Andrew Pinski
2024-07-28isel: Small cleanup of duplicating comparisonsAndrew Pinski
2024-07-28isel: Move duplicate comparisons to its own functionAndrew Pinski
2024-07-28PR116019: Improve tail call error messageAndi Kleen
2024-07-28PR116080: Fix tail call dejagnu checksAndi Kleen
2024-07-28MAINTAINERS: Add myself to write after approvalSam James
2024-07-28RISC-V: Work around bare apostrophe in error string.Robin Dapp
2024-07-28middle-end: check for vector mode before calling get_mask_mode [PR116074]Tamar Christina
2024-07-28i386: Use BLKmode for {ld,st}tilecfgHaochen Jiang
2024-07-28c++/modules: Stream warning suppressions [PR115757]Nathaniel Shead
2024-07-28Daily bump.GCC Administrator
2024-07-28c++: #pragma target and deferred instantiation [PR115403]Jason Merrill
2024-07-28c++: non-template alias with dependent attributes [PR115897]Patrick Palka
2024-07-28c++: alias of alias tmpl with dependent attrs [PR115897]Patrick Palka
2024-07-28rs6000, remove built-ins __builtin_vsx_set_1ti, __builtin_vsx_set_2df, __buil...Carl Love