aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-06openmp: Map holds clause to IFN_ASSUME for C/C++Jakub Jelinek3-6/+33
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek25-202/+1319
2022-10-06cselib: Skip BImode while keeping track of subvalue relations [PR107088]Stefan Schulze Frielinghaus1-0/+1
2022-10-06Setting explicit NANs sets UNDEFINED for -ffinite-math-only.Aldy Hernandez2-52/+67
2022-10-06Do not check finite_operands_p twice in range-ops-float.Aldy Hernandez1-8/+4
2022-10-06Do not double print INF and NAN in frange pretty printer.Aldy Hernandez1-1/+5
2022-10-06Daily bump.GCC Administrator9-1/+416
2022-10-05rs6000: Remove the wD constraintSegher Boessenkool2-9/+0
2022-10-05rs6000: Rework vsx_extract_<mode>Segher Boessenkool1-43/+37
2022-10-05rs6000: Remove "wD" from *vsx_extract_<mode>_storeSegher Boessenkool1-2/+3
2022-10-05contrib: run fetch before pushing Daily bumpMartin Liska1-1/+2
2022-10-05analyzer: add regression test for PR 107158David Malcolm1-0/+83
2022-10-05analyzer: simplify some includesDavid Malcolm41-180/+8
2022-10-05analyzer: fix ICEs seen with call summaries on PR 107060David Malcolm9-15/+62
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus16-8/+665
2022-10-05c++: lvalue_kind tweakJason Merrill1-1/+11
2022-10-05RISC-V: Introduce RVV header to enable builtin typesJu-Zhe Zhong21-13/+665
2022-10-05range-op: Keep nonzero mask up to date with truncating casts.Aldy Hernandez1-7/+11
2022-10-05libtdc++: Regenerate Makefile.in after freestanding header changesJonathan Wakely1-52/+49
2022-10-05c: support the attribute starting with '_'Martin Liska1-2/+2
2022-10-05libstdc++: Guard use of new built-in with __has_builtinJonathan Wakely1-0/+2
2022-10-05[PR tree-optimization/107052] range-ops: Take into account nonzero mask in po...Aldy Hernandez2-3/+25
2022-10-05[PR tree-optimization/107052] range-ops: Pass nonzero masks through cast.Aldy Hernandez1-0/+8
2022-10-05Fix bogus -Wstringop-overflow warning in AdaEric Botcazou6-7/+71
2022-10-05analyzer: remove unused variablesMartin Liska4-8/+1
2022-10-05testsuite: mark a test with xfailMartin Liska1-1/+1
2022-10-05testsuite: 'b' instruction can't do long enough jumpsTorbjörn SVENSSON2-3/+3
2022-10-05testsuite: Windows reports errors with CreateProcessTorbjörn SVENSSON1-1/+1
2022-10-05testsuite: /dev/null is not accessible on WindowsTorbjörn SVENSSON1-5/+12
2022-10-05RISC-V: remove deprecate pic code model macroVineet Gupta9-29/+0
2022-10-04analyzer: revamp side-effects of call summaries [PR107072]David Malcolm29-54/+2479
2022-10-04analyzer: move region_model_manager decl to its own headerDavid Malcolm2-288/+313
2022-10-04analyzer: fold -(-(VAL)) to VALDavid Malcolm1-0/+11
2022-10-04analyzer: widening_svalues take a function_point rather than a program_pointDavid Malcolm5-12/+17
2022-10-05Daily bump.GCC Administrator9-1/+277
2022-10-04c++: fix debug info for array temporary [PR107154]Jason Merrill2-0/+27
2022-10-04attribs: Add overloads with namespace nameJakub Jelinek2-0/+101
2022-10-04attribs: Add missing auto_diagnostic_group 3 timesJakub Jelinek1-0/+3
2022-10-04Remove assert from set_nonzero_bits.Aldy Hernandez1-1/+0
2022-10-04libstdc++: Fix test FAIL for old std::string ABIJonathan Wakely1-3/+9
2022-10-04libstdc++: Use new built-ins __remove_cv, __remove_reference etc.Jonathan Wakely1-9/+24
2022-10-04libstdc++: Refactor seed sequence constraints in <random>Jonathan Wakely2-18/+27
2022-10-04c++: install cp-trait.def as part of plugin headers [PR107136]Patrick Palka1-1/+1
2022-10-04aarch64: Define __ARM_FEATURE_RCPCRichard Sandiford5-6/+28
2022-10-04OpenMP: Update invoke.texi and fix fortran/parse.cc for -fopenmp-simdTobias Burnus3-7/+34
2022-10-04libstdc++: Avoid heavyweight std::visit in ranges::join_with_viewPatrick Palka1-11/+36
2022-10-04libstdc++: Disable test for freestandingJonathan Wakely1-0/+2
2022-10-04libstdc++: Enable std::hash<coroutine_handle<P>> [PR107139]Jonathan Wakely1-8/+2
2022-10-04libstdc++: Make <cstdint> work freestanding [PR107134]Jonathan Wakely1-2/+57
2022-10-04libstdc++: Define <bits/functexcept.h> functions for freestanding [PR107135]Jonathan Wakely2-7/+26