aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-13c++: unifying FUNCTION_DECLs [PR93740]Patrick Palka2-0/+28
2023-12-13c-family: rename warn_for_address_or_pointer_of_packed_memberJason Merrill5-23/+19
2023-12-13c-family: -Waddress-of-packed-member and castsJason Merrill8-102/+19
2023-12-13OpenMP: Pointers and member mappingsJulian Brown22-88/+1220
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown44-820/+7216
2023-12-13OpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in {c_}finish_omp_clauseJulian Brown2-677/+688
2023-12-13libcpp: Fix valgrind errors on pr88974.c [PR112956]Jakub Jelinek1-1/+4
2023-12-13Fix 'libgomp/config/linux/allocator.c' 'size_t' vs. '%ld' format string mismatchThomas Schwinge1-2/+10
2023-12-13c++: TARGET_EXPR location in default arg [PR96997]Jason Merrill2-0/+13