aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-17PR c/102245: Disable sign-changing optimization for shifts by zero.Roger Sayle2-2/+39
2021-09-17rs6000: Move __builtin_mffsl to the [always] stanzaBill Schmidt1-3/+6
2021-09-17Fortran: Prefer GCC internal macros to float.h in ISO_Fortran_binding.h.Tobias Burnus1-17/+58
2021-09-17configure, jit: Allow for 'make check-gcc-jit'.Iain Sandoe2-0/+9
2021-09-17Revert no longer needed fix for PR95539Richard Biener1-12/+1
2021-09-17libstdc++: Rename tests with incorrect extensionJonathan Wakely2-0/+0
2021-09-17libgomp: Spelling error fix in OpenMP 5.1 conformance sectionJakub Jelinek1-2/+2
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek20-104/+1652
2021-09-17x86: Add TARGET_SSE_PARTIAL_REG_[FP_]CONVERTS_DEPENDENCYH.J. Lu10-5/+125
2021-09-17x86: Properly handle USE_VECTOR_FP_CONVERTS/USE_VECTOR_CONVERTSH.J. Lu4-3/+75
2021-09-17x86: Update memcpy/memset inline strategies for -mtune=tremontH.J. Lu3-2/+126
2021-09-17x86: Update -mtune=tremontH.J. Lu4-19/+23
2021-09-17Fix PR rtl-optimization/102306Eric Botcazou2-0/+29
2021-09-17AVX512FP16: Add intrinsics for casting between vector float16 and vector floa...liuhongt6-0/+449
2021-09-17AVX512FP16: Add testcase for vcvtsh2sd/vcvtsh2ss/vcvtsd2sh/vcvtss2sh.liuhongt8-0/+336
2021-09-17AVX512FP16: Add vcvtsh2ss/vcvtsh2sd/vcvtss2sh/vcvtsd2sh.liuhongt10-1/+392
2021-09-17AVX512FP16: Add testcase for vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx.liuhongt17-6/+609
2021-09-17AVX512FP16: Add vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx.liuhongt11-9/+791
2021-09-17AVX512FP16: Add vcvttsh2si/vcvttsh2usi.liuhongt16-0/+404
2021-09-17AVX512FP16: Add testcase for vcvttph2w/vcvttph2uw/vcvttph2dq/vcvttph2udq/vcvt...liuhongt24-0/+881
2021-09-17AVX512FP16: Add vcvttph2w/vcvttph2uw/vcvttph2dq/vcvttph2qq/vcvttph2udq/vcvttp...liuhongt9-0/+1036
2021-09-17AVX512FP16: Add testcase for vcvtsh2si/vcvtsh2usi/vcvtsi2sh/vcvtusi2sh.liuhongt17-0/+509
2021-09-17AVX512FP16: Add vcvtsh2si/vcvtsh2usi/vcvtsi2sh/vcvtusi2sh.liuhongt10-0/+265
2021-09-17Daily bump.GCC Administrator8-1/+519
2021-09-16libgo: update to go1.17.1 releaseIan Lance Taylor14-21/+154
2021-09-17analyzer: Fix bootstrap with clangMaxim Blinov1-0/+1
2021-09-16libstdc++: Regenerate the src/debug Makefiles as neededJonathan Wakely2-2/+2
2021-09-16libstdc++: Increase timeout factor for slow pb_ds testsJonathan Wakely2-2/+2
2021-09-16libstdc++: Update documentation that only refers to c++98 and c++11Jonathan Wakely2-2/+2
2021-09-16libstdc++: Add noexcept to std::nullopt_t constructorJonathan Wakely1-1/+1
2021-09-16libstdc++: Remove non-deducible parameter for std::advance overloadJonathan Wakely1-1/+1
2021-09-16libstdc++: Add missing 'constexpr' to std::tuple [PR102270]Jonathan Wakely2-0/+77
2021-09-16libstdc++: Add missing constraint to std::span deduction guide [PR102280]Jonathan Wakely1-1/+1
2021-09-16libstdc++: Fix recipes for C++11-compiled files in src/c++98Jonathan Wakely2-4/+4
2021-09-16libstdc++: Add noexcept to std::to_string overloads that don't allocateJonathan Wakely1-0/+12
2021-09-16libstdc++: Add noexcept to unique_ptr accessorsJonathan Wakely1-4/+4
2021-09-16libstdc++: Fix UB in atomic_ref/wait_notify.cc [PR101761]Thomas Rodgers1-4/+3
2021-09-16rs6000: Handle overloads during program parsingBill Schmidt3-1/+1132
2021-09-16c++: constrained variable template issues [PR98486]Patrick Palka6-4/+56
2021-09-16Fortran - fix handling of optional allocatable DT arguments with INTENT(OUT)Harald Anlauf2-0/+35
2021-09-16Fix PR 67102: Add libstdc++ dependancy to libffiAndrew Pinski2-0/+2
2021-09-16[i386] Change ix86_decompose_address return type to bool.Uros Bizjak2-25/+25
2021-09-16PowerPC: Fix rs6000-gen-builtins with build != host [PR102353]Tobias Burnus1-10/+7
2021-09-16cgraph: Do not warn about caller count mismatches of removed functionsMartin Jambor1-2/+2
2021-09-16coroutines: Small cleanups to await_statement_walker [NFC].Iain Sandoe1-66/+59
2021-09-16middle-end/102360 - adjust .DEFERRED_INIT expansionRichard Biener2-15/+64
2021-09-16sparc: Add scheduling information for LEON5Daniel Cederman7-22/+220
2021-09-16sparc: Add NOP in stack_protect_set32 if sparc_fix_b2bst enabledDaniel Cederman1-2/+8
2021-09-16sparc: Prevent atomic instructions in beginning of functions for UT700Daniel Cederman1-0/+11
2021-09-16sparc: Skip all empty assembly statementsDaniel Cederman1-14/+21