aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-09-15target/102348 - fix powerpc-lynxos buildRichard Biener1-1/+0
2021-09-15Optimize for V{8,16,32}HFmode vec_set/extract/init.liuhongt6-101/+343
2021-09-15Maintain (mis-)alignment info in the first element of a groupRichard Biener2-32/+60
2021-09-15AVX512FP16: Adjust builtin name for FP16 builtins to match AVX512F styleHongyu Wang6-997/+997
2021-09-15tree-optimization/102318 - reduction epilogue re-useRichard Biener2-2/+32
2021-09-15Output vextract{i,f}{32x4,64x2} for (vec_select:(reg:Vmode) idx) when byte_of...liuhongt3-5/+27
2021-09-15Add OpenACC 'host_data' testing to 'gfortran.dg/goacc/unexpected-end.f90'Thomas Schwinge1-1/+3
2021-09-15Remove support for vax-openbsdRichard Biener1-5/+0
2021-09-15Remove m68k-openbsd supportRichard Biener1-11/+1
2021-09-15c++: don't predeclare std::type_info [PR48396]Jason Merrill3-46/+58
2021-09-15c++: correct object scope handlingJason Merrill1-1/+3
2021-09-15c++: tweak C++20 destructor template-id ruleJason Merrill1-1/+2
2021-09-14gcc: xtensa: fix PR target/102336Max Filippov1-0/+1
2021-09-15Daily bump.GCC Administrator6-1/+525
2021-09-14Fortran - fix ICE during error recovery checking entry characteristicsHarald Anlauf2-1/+16
2021-09-14rs6000: Disable optimizing multiple xxsetaccz instructions into one xxsetacczPeter Bergner3-28/+19
2021-09-14configure: Avoid unnecessary constraints on executables for $build.Iain Sandoe3-33/+2
2021-09-14coroutines: Make proxy vars for the function arg copies.Iain Sandoe1-130/+121
2021-09-14coroutines: Expose implementation state to the debugger.Iain Sandoe1-148/+137
2021-09-14c++: empty union member activation during constexpr [PR102163]Patrick Palka2-6/+49
2021-09-14c++: Update DECL_*SIZE for objects with flexible array members with initializ...Jakub Jelinek2-0/+44
2021-09-14c++: Fix __is_*constructible/assignable for templates [PR102305]Jakub Jelinek2-0/+40
2021-09-14Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]Tobias Burnus3-0/+149
2021-09-14testsuite: fix failing pytest testsMartin Liska1-1/+4
2021-09-14Fix PR ada/101970Eric Botcazou2-10/+130
2021-09-14arc: Update ZOL pattern.Claudiu Zissulescu1-4/+4
2021-09-14Do not issue size error for too large array typeEric Botcazou1-2/+1
2021-09-14Fix inaccurate bounds in debug info for vector array typesEric Botcazou1-0/+8
2021-09-14Fix internal error on broken import of vector intrinsicsEric Botcazou1-19/+27
2021-09-14Strengthen compatibility warning for GCC builtinsEric Botcazou6-72/+26
2021-09-14Fix internal error on pointer-to-pointer binding in LTO modeEric Botcazou1-1/+5
2021-09-14testsuite: Use sync_long_long instead of sync_int_long for atomic-29.c testJakub Jelinek2-6/+7
2021-09-14openmp: Add testing checks (whether lhs appears in operands at all) to more t...Jakub Jelinek1-55/+78
2021-09-14Implement PR ada/101385Eric Botcazou2-7/+11
2021-09-14Remove superfluous call to UI_Is_In_Int_RangeEric Botcazou1-2/+1
2021-09-14Give more informative error message for by-reference typesEric Botcazou1-4/+10
2021-09-14AVX512FP16: Add testcase for fpclass/getmant/getexp instructions.liuhongt19-0/+732
2021-09-14AVX512FP16: Add fpclass/getexp/getmant instructions.liuhongt11-20/+809
2021-09-14AVX512FP16: Add testcase for vreduceph/vreducesh/vrndscaleph/vrndscalesh.liuhongt13-0/+553
2021-09-14AVX512FP16: Add vreduceph/vreducesh/vrndscaleph/vrndscalesh.liuhongt11-22/+646
2021-09-14AVX512FP16: Add testcase for vrcpph/vrcpsh/vscalefph/vscalefsh.liuhongt12-0/+463
2021-09-14AVX512FP16: Add vrcpph/vrcpsh/vscalefph/vscalefsh.liuhongt9-9/+355
2021-09-14AVX512FP16: Add testcase for vsqrtph/vsqrtsh/vrsqrtph/vrsqrtsh.liuhongt12-0/+462
2021-09-14AVX512FP16: Add vsqrtph/vrsqrtph/vsqrtsh/vrsqrtsh.liuhongt11-9/+355
2021-09-13c++: Fix warning on 32-bit x86Jason Merrill1-1/+2
2021-09-14Daily bump.GCC Administrator6-1/+374
2021-09-13Fortran - ensure simplification of bounds of array-valued named constantsHarald Anlauf2-0/+29
2021-09-13Fortran - fix handling of substring start and end indicesHarald Anlauf2-2/+4
2021-09-13Don't maintain a warning spec for 'UNKNOWN_LOCATION'/'BUILTINS_LOCATION' [PR1...Thomas Schwinge2-20/+50
2021-09-13Clarify 'key_type_t' to 'location_t' as used for 'gcc/diagnostic-spec.h:nowar...Thomas Schwinge3-24/+25