aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-20c++: constraint matching, TEMPLATE_ID_EXPR, current instPatrick Palka2-6/+32
2022-10-20ipa-visibility: Optimize TLS access [PR99619]Artem Klimov9-1/+145
2022-10-20A false UNORDERED_<cond> means neither operand can be a NAN.Aldy Hernandez1-10/+41
2022-10-20c++ modules: handle CONCEPT_DECL in node_template_info [PR102963]Patrick Palka3-0/+15
2022-10-20vect: Fix vectype when widening container type in bitfield pattern [PR107326]Andre Vieira3-4/+72
2022-10-20libstdc++: Redefine __from_chars_alnum_to_val's tablePatrick Palka1-31/+28
2022-10-20Do not set NAN flags for VARYING ranges when !HONOR_NANS.Aldy Hernandez3-8/+18
2022-10-20Replace finite_operands_p with maybe_isnan.Aldy Hernandez1-23/+18
2022-10-20testsuite: Add some missing -Wno-psabi optionsJakub Jelinek2-2/+2
2022-10-20passes: Fix a comment typoJakub Jelinek1-1/+1
2022-10-20libgomp: Add offload_device_gcn check, add requires-4a.c testTobias Burnus4-1/+65
2022-10-20Avoid PHI - PHI recurrence in vectorizationRichard Biener1-8/+3
2022-10-20Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421]Thomas Schwinge1-0/+100
2022-10-20amdgcn: Use FLAT addressing for all functions with pointer arguments [PR105421]Julian Brown1-6/+9
2022-10-20Make 'autoreconf' work for 'gcc', 'libobjc'Thomas Schwinge4-4/+8
2022-10-20aarch64: Commonise some folding codeRichard Sandiford3-7/+10
2022-10-20aarch64: Use using directives to inherit constructorsRichard Sandiford3-87/+24
2022-10-20aarch64: Replace CONSTEXPR with constexprRichard Sandiford5-83/+83
2022-10-20aarch64: Prevent generation of /M BRKAS and BRKBSRichard Sandiford3-18/+16
2022-10-20aarch64: Fix matching of BRKNSRichard Sandiford4-10/+90
2022-10-20c/107305 - avoid ICEing with invalid GIMPLE input to the GIMPLE FERichard Biener4-8/+35
2022-10-20vect: Simplify first for shifted value generation [PR107240]Kewen Lin1-5/+6
2022-10-20Add C++ library interface dataUlrich Drepper6-547/+2419
2022-10-19Add assume support to VRP.Andrew MacLeod7-3/+342
2022-10-20Daily bump.GCC Administrator12-1/+322
2022-10-19c: C2x %wN, %wfN format checkingJoseph Myers8-37/+400
2022-10-19Always check result from build_<COND> in range-op-float.ccAldy Hernandez1-21/+26
2022-10-19analyzer: fix ICE on __builtin_ms_va_copy [PR105765]David Malcolm3-16/+897
2022-10-19libstdc++: Implement remaining P2474R2 changes to views::take/dropPatrick Palka2-0/+89
2022-10-19c++: Mitigate -Wuseless-cast with classes [PR85043]Marek Polacek4-12/+54
2022-10-19testsuite: Default make check-g++ vs. tests for newest C++ standardJakub Jelinek1-1/+10
2022-10-19libstdc++: Fix typo in stride_view's operator- [PR107313]Patrick Palka2-1/+21
2022-10-19testsuite: Fix up c2x-enum-1.c for 32-bit arches [PR107311]Jakub Jelinek1-1/+6
2022-10-19Use Value_Range when applying inferred ranges.Andrew MacLeod1-1/+1
2022-10-19libstdc++/thread: Implement `_GLIBCXX_NPROCS` for WindowsLIU Hao1-0/+9
2022-10-19[PR tree-optimization/107312] Make range_true_and_false work with 1-bit signe...Aldy Hernandez3-0/+15
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao16-15/+98
2022-10-19pch: Fix streaming of strings with embedded null bytesLewis Hyatt9-10/+68
2022-10-19avr: remove useless @tie{} directivesMartin Liska1-3/+3
2022-10-19SRA: Limit replacement creation for accesses propagated from LHSsMartin Jambor2-0/+34
2022-10-19IBM zSystems: Fix function_ok_for_sibcall [PR106355]Stefan Schulze Frielinghaus5-23/+100
2022-10-19xtensa: Prepare the transition from Reload to LRATakayuki 'January June' Suwa7-24/+99
2022-10-19s390: Fix bootstrap error with checking and -m31.Robin Dapp1-3/+4
2022-10-19expr: Fix ICE on BFmode -> SFmode conversion of constant [PR107262]Jakub Jelinek2-2/+22
2022-10-19match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990]Jakub Jelinek2-4/+35
2022-10-19libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek4-9/+223
2022-10-19i386: Fix up __bf16 handling on ia32Jakub Jelinek2-10/+9
2022-10-19tree-optimization/106781 - adjust cgraph lhs removalRichard Biener2-8/+24
2022-10-19libsanitizer: regenerate configureMartin Liska1-2/+2
2022-10-19Canonicalize vec_perm index to make the first index come from the first vector.liuhongt2-0/+33