aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-16sparc: Treat more instructions as load or store in errata workaroundsDaniel Cederman1-8/+41
2021-09-16sparc: Print out bit names for LEON and LEON3 with -mdebugAndreas Larsson1-0/+4
2021-09-16testsuite: Support single-precision in g++.dg/eh/arm-vfp-unwind.CChristophe Lyon1-1/+5
2021-09-16mips: Fix macro typoMartin Liska1-1/+1
2021-09-16Check mask type when doing cond_op related gimple simplification.liuhongt4-4/+53
2021-09-16AVX512FP16: Add testcase for vcvtw2ph/vcvtuw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2p...liuhongt24-0/+912
2021-09-16AVX512FP16: Add vcvtuw2ph/vcvtw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2ph/vcvtuqq2phliuhongt13-3/+1047
2021-09-16AVX512FP16: Add testcase for vcvtph2w/vcvtph2uw/vcvtph2dq/vcvtph2udq/vcvtph2q...liuhongt25-3/+903
2021-09-16AVX512FP16: Add vcvtph2dq/vcvtph2qq/vcvtph2w/vcvtph2uw/vcvtph2uqq/vcvtph2udqliuhongt11-0/+995
2021-09-16AVX512FP16: Add testcase for vmovsh/vmovw.liuhongt10-0/+411
2021-09-16AVX512FP16: Add vmovw/vmovsh.liuhongt5-16/+95
2021-09-15c++: Small location tweakJason Merrill1-2/+1
2021-09-15rs6000: Remove useless toc-fusion optionKewen Lin1-4/+0
2021-09-16Daily bump.GCC Administrator7-1/+258
2021-09-15c++: shortcut bad convs during overload resolution, part 2 [PR101904]Patrick Palka3-2/+35