aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Fix one issue in OpenMP 'requires' directive diagnosticsThomas Schwinge1-1/+1
2022-07-08middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart.Tamar Christina10-51/+99
2022-07-08i386: Handle memory operand for direct call to cvtps2pd in unpackHaochen Jiang2-2/+41
2022-07-08LoongArch: Modify fp_sp_offset and gp_sp_offset's calculation method when fra...Lulu Cheng2-3/+24
2022-07-08Daily bump.GCC Administrator6-1/+172
2022-07-07c++: generic targs and identity substitution [PR105956]Patrick Palka2-64/+152
2022-07-07analyzer: use label_text for superedge::get_descriptionDavid Malcolm4-14/+9
2022-07-07Convert label_text to C++11 move semanticsDavid Malcolm13-97/+63
2022-07-07analyzer: fix false positives from -Wanalyzer-tainted-divisor [PR106225]David Malcolm4-12/+119
2022-07-07statistics.cc: Add check to see if fn is not NULL in get_function_name.Prathamesh Kulkarni1-1/+1
2022-07-07c++: -Woverloaded-virtual and dtors [PR87729]Jason Merrill2-0/+10
2022-07-07Speedup update-ssa some moreRichard Biener1-16/+20
2022-07-07Fix Intel MIC 'mkoffload' for OpenMP 'requires'Thomas Schwinge1-12/+44
2022-07-07target/106219 - proprly mark builtins pure via ix86_add_new_builtinsRichard Biener2-0/+33
2022-07-07testsuite: Fix incorrect -mfloat128-type optionJonathan Wakely1-1/+1
2022-07-07Speed up LC SSA rewrite moreRichard Biener1-9/+21
2022-07-07Speed up LC SSA rewriteRichard Biener1-39/+56
2022-07-07Mips: Fix the ASAN shadow offset hook for the n32 ABIDimitrije Milosevic2-8/+6
2022-07-07Daily bump.GCC Administrator8-1/+300
2022-07-06Restore 'GOMP_offload_unregister_ver' functionalityThomas Schwinge2-8/+8
2022-07-06Define 'OMP_REQUIRES_[...]', 'GOMP_REQUIRES_[...]' in a single placeThomas Schwinge1-4/+4
2022-07-06diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431]Lewis Hyatt9-142/+506
2022-07-06d: Merge upstream dmd 56589f0f4, druntime 651389b5, phobos 1516ecad9.Iain Buclaw14-35/+173
2022-07-06d: Build the D sources in the front-end with -fno-exceptionsIain Buclaw1-1/+5
2022-07-06analyzer: add testcase of using closed fd without warning.Immad Mir1-0/+10
2022-07-06analyzer: reorder initialization of state m_invalid in sm-fd.cc [PR106184]Immad Mir1-2/+3
2022-07-06analyzer: show close event for use_after_close diagnosticImmad Mir2-5/+14
2022-07-06[Ada] Simplify regular expression that matches 8 consecutive digitsPiotr Trojanek1-1/+1
2022-07-06[Ada] Update comment after recent changes wrt. secondary stack & tagged typesEric Botcazou1-3/+1
2022-07-06[Ada] Improve code generated for aggregates of VFA typeEric Botcazou3-4/+29
2022-07-06[Ada] Fix crash on aliased renaming of unconstrained arrayEric Botcazou1-5/+7
2022-07-06[Ada] Small tweak to gnat_to_gnu_subprog_typeEric Botcazou1-3/+3
2022-07-06[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-0/+11
2022-07-06[Ada] Document the various function return mechanismsEric Botcazou1-1/+42
2022-07-06[Ada] Deferred constant considered as not preelaborableYannick Moy1-2/+3
2022-07-06[Ada] Indexing error when calling GNAT.Regpat.MatchJustin Squirek2-20/+42
2022-07-06[Ada] Spurious non-callable warning on prefixed call in class conditionJustin Squirek1-4/+19
2022-07-06[Ada] Support ghost generic formal parametersYannick Moy9-63/+347
2022-07-06[Ada] Missing error on tagged type conversionJavier Miranda1-34/+102
2022-07-06[Ada] Handle secondary stack memory allocations alignmentMarc Poulhiès3-35/+74
2022-07-06[Ada] Cleanup use of local scalars in GNAT.Socket.Get_Address_InfoPiotr Trojanek1-4/+4
2022-07-06[Ada] Vxworks7* - Makefile.rtl rtp vs rtp-smp cleanupDoug Rupp1-49/+25
2022-07-06[Ada] Fix incorrect itype sharing for case expression in limited type returnEric Botcazou1-72/+76
2022-07-06[Ada] Remove old vxworks from Makefile.rtl - e500 port.Doug Rupp3-489/+0
2022-07-06[Ada] Incorrect emptying of CUDA global subprogramsJustin Squirek1-3/+6
2022-07-06[Ada] Remove explicit call to Make_Unchecked_Type_ConversionPiotr Trojanek2-5/+3
2022-07-06[Ada] Restore accidentally removed part of a comment about unset referencesPiotr Trojanek1-0/+1
2022-07-06[Ada] Fix spurious error for aggregate with box component choiceEric Botcazou4-94/+83
2022-07-06analyzer: fix uninit false positive with -ftrivial-auto-var-init= [PR106204]David Malcolm3-13/+86
2022-07-06c++: dependent conversion operator lookup [PR106179]Jason Merrill2-4/+9