aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Administrator6-1/+450
2021-09-16libgo: update to go1.17.1 releaseIan Lance Taylor1-1/+1
2021-09-17analyzer: Fix bootstrap with clangMaxim Blinov1-0/+1
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-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 Administrator5-1/+235
2021-09-15c++: shortcut bad convs during overload resolution, part 2 [PR101904]Patrick Palka3-2/+35
2021-09-15rs6000: fix xcoff section encodingDavid Edelsohn1-2/+2
2021-09-15c++: add parsing_function_declarator predicateJason Merrill3-6/+15
2021-09-15c++: Fix handling of decls with flexible array members initialized with side-...Jakub Jelinek4-4/+138
2021-09-15c++: default ctor that's also a list ctor [PR102050]Patrick Palka3-2/+33
2021-09-15zero-call-used-regs attr for adaAlexandre Oliva3-0/+71
2021-09-15i386: port vxworks to TARGET_CPU_P macroMartin Liska1-12/+12
2021-09-15c++: don't warn about internal interference sizesJason Merrill1-2/+6
2021-09-15rs6000: fix symtab_node::get == NULL issueMartin Liska1-0/+1