gcc.git
2024-08-08 Thomas KoenigAdd merge_bits. devel/fortran_unsigned
2024-08-07 Thomas KoenigMin, MAX and ishft(c).
2024-08-06 Thomas KoenigAdd test case for B, Z and O descriptors.
2024-08-06 Thomas KoenigAdd some rudimentary documentation.
2024-08-05 Thomas KoenigImplement dshift[lr], ibclr, ibset and ibits.
2024-08-04 Thomas KoenigAdd bit_size, btest and bgt plus friends.
2024-08-04 Thomas KoenigBit functions, HUGE and DIGITS.
2024-08-04 Thomas KoenigAdded BOZ support to UINT.
2024-08-04 Thomas KoenigAdded UINT intrinsic.
2024-08-03 Thomas KoenigIplement conversions from unsigned to different data...
2024-08-02 Thomas KoenigAdd decimal formatted I/O for unsigneds.
2024-08-01 Thomas KoenigA few fixes, add unsigned truncation warning.
2024-07-28 Thomas KoenigImplement decimal list-directed I/O.
2024-07-28 Thomas KoenigAdd compile-time version of selected_unsigned_kind.
2024-07-28 Jonathan WakelyAdd config file so b4 uses inbox.sourceware.org automat...
2024-07-28 GCC AdministratorDaily bump.
2024-07-28 Jason Merrillc++: consteval propagation and templates [PR115986]
2024-07-28 Jason Merrillc++: ICE with concept, local class, and lambda [PR115561]
2024-07-28 Jason Merrillc++: improve C++ testsuite default versions
2024-07-28 Roger SayleFold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd.
2024-07-28 Jonathan Wakelylibstdc++: Fix -Wsign-compare warning in <charconv>
2024-07-28 Jonathan Wakelylibstdc++: Add comment noting LWG 3617 support
2024-07-28 Jonathan Wakelylibstdc++: Remove __find_if unrolling for random access...
2024-07-28 Pan LiMatch: Support .SAT_SUB with IMM op for form 1-4
2024-07-28 David Malcolmdiagnostics: SARIF output: capture #include information...
2024-07-28 GCC AdministratorDaily bump.
2024-07-28 Jeff Law[RISC-V][target/116085] Fix rv64 minmax extension avoid...
2024-07-28 Jason Merrillc++: trait as typename scope [PR116052]
2024-07-28 Jakub Jelinektestsuite: Fix up ucn-1.C for C++26
2024-07-28 Sam Jamestestsuite: Add dg-do run to even more tests
2024-07-28 Siddhesh Poyarekargimple-ssa-sprintf: Fix typo in range check
2024-07-28 Andrew Pinskiaarch64: sve: Rename aarch64_bic to standard pattern...
2024-07-28 Andrew Pinskiaarch64: Use iorn and andn standard pattern names for...
2024-07-28 Andrew Pinskiaarch64: Rename bic/orn patterns to iorn/andn for vecto...
2024-07-28 Andrew Pinskiaarch64: Fix target/optimize option handling with trans...
2024-07-28 Andrew Pinskiisel: Don't duplicate comparisons for -O0 nor -fno...
2024-07-28 Andrew Pinskiisel: Small cleanup of duplicating comparisons
2024-07-28 Andrew Pinskiisel: Move duplicate comparisons to its own function
2024-07-28 Andi KleenPR116019: Improve tail call error message
2024-07-28 Andi KleenPR116080: Fix tail call dejagnu checks
2024-07-28 Sam JamesMAINTAINERS: Add myself to write after approval
2024-07-28 Robin DappRISC-V: Work around bare apostrophe in error string.
2024-07-28 Tamar Christinamiddle-end: check for vector mode before calling get_ma...
2024-07-28 Haochen Jiangi386: Use BLKmode for {ld,st}tilecfg
2024-07-28 Nathaniel Sheadc++/modules: Stream warning suppressions [PR115757]
2024-07-28 GCC AdministratorDaily bump.
2024-07-28 Jason Merrillc++: #pragma target and deferred instantiation [PR115403]
2024-07-28 Patrick Palkac++: non-template alias with dependent attributes ...
2024-07-28 Patrick Palkac++: alias of alias tmpl with dependent attrs [PR115897]
2024-07-28 Carl Lovers6000, remove built-ins __builtin_vsx_set_1ti, __built...
2024-07-28 Carl Lovers6000, Remove __builtin_vec_set_v1ti, __builtin_vec_se...
2024-07-28 Carl Lovers6000, remove __builtin_vsx_xvcmp* built-ins
2024-07-28 Jonathan Wakelylibstdc++: Add static_assert to std::expected for LWG...
2024-07-28 Jonathan Wakelylibstdc++: Remove std::basic_format_args default constr...
2024-07-28 Jonathan Wakelylibstdc++: Implement P2968R2 "Making std::ignore a...
2024-07-28 Jonathan Wakelylibstdc++: Reorder template params of std::optional...
2024-07-28 Jakub Jelinekc++: Implement C++26 P2558R2 - Add @, $, and ` to the...
2024-07-28 Jeff Law[PR rtl-optimization/116039] Fix life computation for...
2024-07-28 Jerry DeLisleFortran: Suppress wrong End Of File error with user...
2024-07-28 Christoph MüllnerRISC-V: xtheadmemidx: Fix mode test for pre/post-modify...
2024-07-28 Arsen Arsenovićcp+coroutines: teach convert_to_void to diagnose discar...
2024-07-28 Arsen Arsenovićcp/coroutines: do not rewrite parameters in unevaluated...
2024-07-28 Jeff Law[committed] Trivial testcase adjustment
2024-07-28 Richard Bienertree-optimization/116083 - improve behavior when SLP...
2024-07-28 Patrick Palkalibstdc++: fix uses of explicit object parameter [PR116038]
2024-07-28 Richard Sandifordrtl-ssa: Define INCLUDE_ARRAY
2024-07-28 Sam Jamesdoc: Document -O1 as the preferred level for large...
2024-07-28 Richard Bienertree-optimization/116081 - typedef vs. non-typedef...
2024-07-28 Jonathan Wakelylibstdc++: Add noexcept to bad_expected_access<void...
2024-07-28 Jonathan Wakelylibstdc++: Use concepts and conditional explicit in...
2024-07-28 Jonathan Wakelylibstdc++: Implement LWG 3836 for std::optional bool...
2024-07-28 Jonathan Wakelylibstdc++: Implement LWG 3836 for std::expected bool...
2024-07-28 Jonathan Wakelylibstdc++: Use concepts to simplify std::optional base...
2024-07-28 Jonathan Wakelylibstdc++: Use _M_get() in std::optional internals
2024-07-28 Jonathan Wakelylibstdc++: Move std::optional assertions out of _M_get()
2024-07-28 Richard Bienertree-optimization/116079 - store motion and clobbers
2024-07-28 Richard Bienertree-optimization/116081 - typedef vs. non-typedef...
2024-07-28 Robin DappRISC-V: Error early with V and no M extension.
2024-07-28 Juzhe-ZhongRISC-V: Allow LICM hoist POLY_INT configuration code...
2024-07-28 Andrew Pinskilibstdc++: Fix testsuite for remote testing (and sim)
2024-07-28 Richard Sandifordrtl-ssa: Fix split_clobber_group tree insertion [PR116044]
2024-07-28 Jennifer SchmitzSVE Intrinsics: Change return type of redirect_call...
2024-07-28 Richard BienerMaintain complex constraint vector order during PTA...
2024-07-28 Lingling Kongi386: Adjust rtx cost for imulq and imulw [PR115749]
2024-07-28 GCC AdministratorDaily bump.
2024-07-28 David Malcolmdiagnostics: SARIF output: tweak output for UNKNOWN_LOC...
2024-07-28 David Malcolmdiagnostics: add selftests for SARIF output
2024-07-28 David Malcolmdiagnostics: SARIF output: add "annotations" property...
2024-07-28 David Malcolmdiagnostics: SARIF output: add "{start,end}TimeUtc...
2024-07-28 David Malcolmdiagnostics: SARIF output: add "arguments" property...
2024-07-28 David Malcolmdiagnostics: SARIF output: add "workingDirectory" prope...
2024-07-28 David Malcolmdiagnostics: SARIF output: potentially add escaped...
2024-07-28 David Malcolmdiagnostics: JSON output: use std::unique_ptr throughout
2024-07-28 David Malcolmdiagnostics: SARIF output: use std::unique_ptr throughout
2024-07-28 David Malcolmjson: support std::unique_ptr in array::append and...
2024-07-28 David Malcolmdiagnostics: output formats: use references for non...
2024-07-28 David Malcolmdiagnostics: SARIF output: add sarif_object subclasses...
2024-07-28 David Malcolmgcov: reduce use of naked "new" for json output
2024-07-28 David Malcolmanalyzer: reduce use of naked "new" for json dumps
2024-07-28 David Malcolmjson: add array::append_string
next
This page took 0.074049 seconds and 5 git commands to generate.