aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely13-12/+1085
2023-12-14libstdc++: Fix filebuf::native_handle() for WindowsJonathan Wakely5-11/+15
2023-12-14libstdc++: Tweaks for std::format fast pathJonathan Wakely1-12/+28
2023-12-14libstdc++: Add dg-output to two testsJonathan Wakely2-0/+4
2023-12-14libstdc++: Fix %S format of duration with floating-point repJonathan Wakely2-1/+5
2023-12-14testsuite: move more analyzer test cases to c-c++-common (3) [PR96395]David Malcolm269-0/+1
2023-12-14c++: fix parsing with auto(x) at block scope [PR112482]Marek Polacek3-4/+47
2023-12-14middle-end: Fix up constant handling in emit_conditional_move [PR111260]Andrew Pinski2-0/+11
2023-12-14c++: fix ICE with sizeof in a template [PR112869]Marek Polacek2-1/+15
2023-12-14Update 'gcc.dg/vect/vect-simd-clone-*.c' GCN 'dg-warning'sThomas Schwinge6-15/+9
2023-12-15Consider fully pipelined FMA in get_reassociation_widthDi Zhao4-27/+177
2023-12-14fortran: Add degree based trig functions for F2023Jerry DeLisle3-102/+45
2023-12-14c++: adjust class-deduction67.C for C++23Marek Polacek1-1/+1
2023-12-14expmed: Compare unit_precision for better mode.Robin Dapp2-0/+19
2023-12-14expmed: Use GET_MODE_PRECISION and expander's output mode.Robin Dapp6-31/+74
2023-12-14doc: Document AArch64-specific asm operand modifiersAlex Coplan1-0/+25
2023-12-14libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]Jonathan Wakely26-81/+370
2023-12-14tree-optimization/113018 - ICE with BB reduction vectorizationRichard Biener1-3/+11
2023-12-14c++: Implement P2582R1, CTAD from inherited constructorsPatrick Palka7-32/+272
2023-12-14tree-optimization/112793 - SLP of constant/external code-generated twiceRichard Biener2-8/+41
2023-12-14analyzer: cleanups [PR112655]David Malcolm6-25/+25
2023-12-14aarch64: Improve handling of accumulators in early-raRichard Sandiford5-143/+573
2023-12-14strub: indirect volatile parms in wrappersAlexandre Oliva2-10/+14
2023-12-14strub: handle volatile promoted args in internal strub [PR112938]Alexandre Oliva2-8/+31
2023-12-14[committed] Fix m68k testcase for c99Jeff Law1-3/+3
2023-12-14In 'gcc/gimple-ssa-sccopy.cc', '#define INCLUDE_ALGORITHM' instead of '#inclu...Thomas Schwinge1-1/+1
2023-12-14build: Add libgrust as compilation modulesPierre-Emmanuel Patry5-11/+1039
2023-12-14libgrust: Add libproc_macro and build systemPierre-Emmanuel Patry10-0/+21435
2023-12-14Revert "RISC-V: Add avail interface into function_group_info"Feng Wang5-503/+475
2023-12-14libgrust: Add entry for maintainersPierre-Emmanuel Patry2-0/+2
2023-12-14libgrust: Add ChangeLog filePierre-Emmanuel Patry1-0/+6
2023-12-14match.pd: Simplify (t * u) / (t * v) [PR112994]Jakub Jelinek2-1/+32
2023-12-14match.pd: Simplify (t * u) / v -> t * (u / v) [PR112994]Jakub Jelinek2-3/+32
2023-12-14A new copy propagation and PHI elimination passFilip Kastl5-0/+762
2023-12-14SRA: Relax requirements to use build_reconstructed_reference (PR 111807)Martin Jambor1-3/+7
2023-12-14Force broadcast constant to mem for vec_dup{v4di,v8si,v4df,v8df} when TARGET_...liuhongt4-22/+62
2023-12-14RISC-V: Add failed SLP testcaseJuzhe-Zhong1-0/+19
2023-12-14tree-optimization/110640 - testcase for fixed bugRichard Biener1-0/+22
2023-12-14testsuite: Fix up target-enter-data-1.c on 32-bit targetsJakub Jelinek1-1/+1
2023-12-14testsuite: Fix up pr112904.C test [PR112904]Jakub Jelinek1-0/+5
2023-12-14c++: Fix tinst_level::to_list [PR112968]Jakub Jelinek1-2/+4
2023-12-14RISC-V: Add RVV builtin vectorization cost modelJuzhe-Zhong4-3/+239
2023-12-13[committed] Minor testsuite fallout from c99 changesJeff Law1-0/+2
2023-12-14Daily bump.GCC Administrator14-1/+922
2023-12-13c++: fix cpp0x/constexpr-ex1.C in C++23Marek Polacek1-1/+1
2023-12-13aarch64: SVE/NEON Bridging intrinsicsRichard Ball58-96/+1697
2023-12-13c++: note other candidates when diagnosing deletednessPatrick Palka7-1/+71
2023-12-13c++: remember candidates that we ignoredPatrick Palka3-44/+131
2023-12-13c++: sort candidates according to viabilityPatrick Palka2-74/+115
2023-12-13c++: unifying constants vs their type [PR99186, PR104867]Patrick Palka3-0/+42