aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Add install-dvi Makefile targets.Eric Gallager20-36/+2139
2021-10-23doc: Convert mingw-w64.org links to httpsGerald Pfeifer1-2/+2
2021-10-22libstdc++: Constrain std::make_any [PR102894]Jonathan Wakely2-4/+29
2021-10-23Fortran: Change XFAIL to PASSTobias Burnus31-60/+51
2021-10-22Fortran: Avoid running into assert with -fcheck= + UBSANTobias Burnus2-0/+40
2021-10-23or1k: Update FPU to specify detect tininess before roundingStafford Horne1-1/+1
2021-10-22Handle jobserver file descriptors in btest.Martin Liska1-4/+20
2021-10-22Add testcase for PR fortran/94289Sandra Loosemore1-0/+168
2021-10-22Add testcase for PR fortran/100906Sandra Loosemore2-0/+1868
2021-10-22tree-optimization/102893 - properly DCE empty loops inside infinite loopsRichard Biener2-1/+11
2021-10-22Disregard incoming equivalences to a path when defining a new one.Aldy Hernandez3-1/+33
2021-10-22bootstrap/102681 - properly CSE PHIs with default def argsRichard Biener3-3/+32
2021-10-22Daily bump.GCC Administrator8-1/+343
2021-10-21libstdc++: Improve generated man pages for libstdc++Jonathan Wakely2-106/+207
2021-10-21libstdc++: Add Doxygen comments to contents of <functional>Jonathan Wakely2-12/+119
2021-10-21libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely8-1/+41
2021-10-21libcody: Avoid double-freeJonathan Wakely1-0/+1
2021-10-21x86: Document -fcf-protection requires i686 or newerH.J. Lu1-1/+2
2021-10-21testsuite: Adjust pr22076.c to avoid compile-time optimization [PR102840]Uros Bizjak1-3/+3
2021-10-21libstdc++: missing constexpr for __[nm]iter_base [PR102358]Patrick Palka2-0/+21
2021-10-21Fix again PR middle-end/102764Eric Botcazou1-1/+4
2021-10-21libstdc++: Implement P2432R1 changes for views::istreamPatrick Palka2-4/+34
2021-10-21libstdc++: Implement P1739R4 changes to views::take/drop/countedPatrick Palka4-21/+193
2021-10-21aarch64: Remove redundant struct type definitions in arm_neon.hJonathan Wright1-86/+0
2021-10-21Adjust testcase for 128/256 bit HF vector load/storeHongyu Wang1-4/+4
2021-10-21Split --param=evrp-mode into evrp-mode and ranger-debug.Andrew MacLeod7-37/+56
2021-10-21Add --param=vrp1-mode and --param=vrp2-mode.Andrew MacLeod4-2/+40
2021-10-21Move ranger only VRP folder to tree-vrp.Andrew MacLeod3-88/+128
2021-10-21options: Fix variable tracking option processing.Martin Liska4-47/+53
2021-10-21sra: Fix corner case of total scalarization with virtual inheritance (PR 102505)Martin Jambor2-0/+17
2021-10-21Revert the avoid threading circular paths commit.Aldy Hernandez1-4/+0
2021-10-21Move the initial debug_hooks settingRichard Biener1-3/+3
2021-10-21tree-optimization/102847 - adjust VMAT_INVARIANT load costingRichard Biener1-0/+3
2021-10-21tree-optimization/102847 - properly cost VMAT_INVARIANT loadsRichard Biener1-0/+7
2021-10-21testsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcasesJakub Jelinek3-30/+30
2021-10-21i386: Fix wrong codegen for V8HF move without TARGET_AVX512FHongyu Wang2-3/+24
2021-10-21Remove restriction of SLP vectorizing internal function callsRichard Biener1-1/+0
2021-10-21openmp: For default(none) ignore variables created by ubsan_create_data [PR64...Jakub Jelinek2-6/+64
2021-10-21Improve maybe_remove_writeonly_store to do a simple DCE for defining statementAndrew Pinski2-6/+17
2021-10-21Factor out removal of write only stores from execute_fixup_cfgAndrew Pinski1-25/+37
2021-10-21Remove outdated comment about execute_fixup_cfgAndrew Pinski1-4/+1
2021-10-21Add dump prints when execute_fixup_cfg removes a write only var store.Andrew Pinski1-0/+7
2021-10-21Avoid threading circular paths.Aldy Hernandez1-0/+4
2021-10-21testsuite/102861 - adjust gcc.dg/vect/bb-slp-16.c changeRichard Biener1-41/+32
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang11-25/+484
2021-10-20Fortran: Fixes and additional tests for shape/ubound/size [PR94070]Sandra Loosemore9-178/+755
2021-10-20libstdc++: Implement LWG 3595 changes to common_iteratorPatrick Palka1-2/+4
2021-10-20libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_viewPatrick Palka1-6/+10
2021-10-20libstdc++: Implement LWG 3535 changes to ranges::join_viewPatrick Palka1-2/+4
2021-10-20libstdc++: Implement LWG 3481 change to ranges::viewable_rangePatrick Palka2-1/+17