aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-13libstdc++: Refer to documentation hacking docs from MakefileJonathan Wakely2-0/+4
2023-03-13libstdc++: Regenerate HTML docsJonathan Wakely3-3/+3
2023-03-13libstdc++: Update copyright year in FAQJonny Grant1-1/+1
2023-03-13libstdc++: Fix typo in commentJonathan Wakely1-1/+1
2023-03-13tree-optimization/109046 - re-combine complex loadsRichard Biener2-1/+47
2023-03-13Daily bump.GCC Administrator6-1/+357
2023-03-13aarch64: Add bfloat16_t support for aarch64Jakub Jelinek15-269/+327
2023-03-12PR middle-end/109031: Fix final value replacement from narrower IVs.Roger Sayle3-1/+81
2023-03-12AArch64: Update div-bitmask to implement new optab instead of target hook [PR...Tamar Christina3-137/+52
2023-03-12middle-end: Implement preferred_div_as_shifts_over_mult [PR108583]Tamar Christina8-0/+190
2023-03-12middle-end: don't form FMAs when multiplication is not single use. [PR108583]Tamar Christina2-0/+54
2023-03-12ranger: Add range-ops for widen addition and widen multiplication [PR108583]Tamar Christina4-0/+189
2023-03-12middle-end: Revert can_special_div_by_const changes [PR108583]Tamar Christina14-116/+26
2023-03-12Docs: Fix typo in previous commitSandra Loosemore1-1/+1
2023-03-12[PR modula2/109089] implementation of boolean should be C++/C boolGaius Mulley167-2369/+2667
2023-03-12libstdc++: Move www.graphviz.org to httpsGerald Pfeifer2-2/+2
2023-03-12Docs: Clean up description of asan-kernel-mem-intrinsic-prefix.Sandra Loosemore1-2/+4
2023-03-12gcc/testsuite/gcc.dg: Fix LLP64 targetsJonathan Yong2-2/+3
2023-03-12gcc.c-torture/compile/103818.c: Enable for llp64 tooJonathan Yong1-1/+1
2023-03-12Daily bump.GCC Administrator4-1/+38
2023-03-12doc: Drop a redundant link to AVR-LibCGerald Pfeifer1-1/+1
2023-03-11Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicitiesJeff Law1-1/+1
2023-03-11Re: [PATCH 2/2] Corrected pr25521.c target matching.Cupertino Miranda2-3/+14
2023-03-11Fortran: fix bounds check for copying of class expressions [PR106945]Harald Anlauf2-0/+12
2023-03-11Docs: Update documentation of Texinfo versions for building manuals.Sandra Loosemore2-22/+39
2023-03-11Daily bump.GCC Administrator12-1/+465
2023-03-10testsuite: Tweak check_fork_available for CRISHans-Peter Nilsson1-0/+6
2023-03-10testsuite: gcc.dg/pr108117.c: Require effective-target schedulingHans-Peter Nilsson1-0/+1
2023-03-10testsuite: gcc.dg/pr106397.c: Add -w to optionsHans-Peter Nilsson1-1/+1
2023-03-10c++ testsuite: Add test for PR107703Jakub Jelinek2-2/+586
2023-03-10libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703]Jakub Jelinek5-3/+142
2023-03-10c++: Don't clear TREE_READONLY for -fmerge-all-constants for non-aggregates [...Jakub Jelinek2-2/+18
2023-03-10c++, abi: Fix up class layout with bitfields [PR109039]Jakub Jelinek2-1/+42
2023-03-10MAINTAINERS: add myself to write after approvalArsen Arsenović1-0/+1
2023-03-10c++: constrained lambda error-recovery [PR108972]Jason Merrill2-2/+6
2023-03-10ubsan: missed -fsanitize=bounds for compound ops [PR108060]Marek Polacek6-0/+100
2023-03-10Fortran: fix ICE with bind(c) in block data [PR104332]Harald Anlauf2-2/+23
2023-03-10Fix PR 108874: aarch64 code regression with shift and andsAndrew Pinski3-0/+84
2023-03-10Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596]Thomas Schwinge5-238/+44
2023-03-10analyzer: fix leak false +ve seen in haproxy's cfgparse.c [PR109059]David Malcolm6-18/+158
2023-03-10Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ephemeral' dataThomas Schwinge1-34/+36
2023-03-10Simplify OpenACC 'no_create' clause implementationThomas Schwinge5-27/+54
2023-03-10OpenACC: Remove 'acc_async_test' -> skip shortcut in 'libgomp/oacc-async.c:go...Thomas Schwinge1-3/+0
2023-03-10Document/verify another aspect of OpenACC 'async' semantics in 'libgomp.oacc-...Thomas Schwinge1-2/+2
2023-03-10Speedup PTA solving for call constraint setsRichard Biener1-4/+11
2023-03-10Fix OpenACC/GCN 'acc_ev_enqueue_launch_end' positionThomas Schwinge2-30/+195
2023-03-10c++: class NTTP and nested anon union [PR108566]Jason Merrill2-1/+45
2023-03-10analyzer: fix deref-before-check false +ves seen in haproxy [PR108475,PR109060]David Malcolm4-37/+356
2023-03-10range-op-float: Extend lhs by 0.5ulp rather than 1ulp if not -frounding-math ...Jakub Jelinek1-2/+18
2023-03-10libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064]Jonathan Wakely2-1/+11