aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2021-09-22Support 64bit fma/fms/fnma/fnms under avx512vl.liuhongt2-9/+15
2021-09-22AVX512FP16: Add expander for cstorehf4.liuhongt1-0/+15
2021-09-22AVX512FP16: Add expander for ceil/floor/trunc/roundeven.liuhongt2-7/+19
2021-09-22AVX512FP16: Add expander for sqrthf2.liuhongt3-8/+28
2021-09-22AVX512FP16: Add vfcmaddcsh/vfmaddcsh/vfcmulcsh/vfmulcsh.liuhongt4-0/+624
2021-09-22AVX512FP16: Add vfcmaddcph/vfmaddcph/vfcmulcph/vfmulcphliuhongt7-0/+837
2021-09-21rs6000: Parameterize some const values for density testKewen Lin2-15/+45
2021-09-19Darwin, crts: Build Darwin10 unwinder shim as a library.Iain Sandoe1-1/+1
2021-09-19[PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov1-0/+1
2021-09-18Fix ICE in pass_rpad.liuhongt1-5/+22
2021-09-18AVX512FP16: Add scalar fma instructions.liuhongt5-163/+598
2021-09-18AVX512FP16: Enable FP16 mask load/store.H.J. Lu1-6/+6
2021-09-18AVX512FP16: Add scalar/vector bitwise operations, includingH.J. Lu4-62/+130
2021-09-18AVX512FP16: Add FP16 fma instructions.liuhongt4-96/+928
2021-09-18AVX512FP16: Add vfmaddsub[132,213,231]ph/vfmsubadd[132,213,231]ph.liuhongt4-41/+490
2021-09-18Support embedded broadcast for AVX512FP16 instructions.liuhongt3-9/+7
2021-09-17openacc: Remove unnecessary barriers (gimple worker partitioning/broadcast)Julian Brown1-3/+8
2021-09-17openacc: Shared memory layout optimisationJulian Brown5-67/+92
2021-09-17rs6000: Support for vectorizing built-in functionsBill Schmidt1-0/+257
2021-09-17rs6000: Handle some recent MMA builtin changesBill Schmidt3-86/+138
2021-09-17rs6000: Handle gimple folding of target built-insBill Schmidt1-0/+1165
2021-09-17rs6000: Move __builtin_mffsl to the [always] stanzaBill Schmidt1-3/+6
2021-09-17x86: Add TARGET_SSE_PARTIAL_REG_[FP_]CONVERTS_DEPENDENCYH.J. Lu4-5/+29
2021-09-17x86: Properly handle USE_VECTOR_FP_CONVERTS/USE_VECTOR_CONVERTSH.J. Lu1-3/+20
2021-09-17x86: Update memcpy/memset inline strategies for -mtune=tremontH.J. Lu3-2/+126
2021-09-17x86: Update -mtune=tremontH.J. Lu3-18/+22
2021-09-17AVX512FP16: Add intrinsics for casting between vector float16 and vector floa...liuhongt2-0/+270
2021-09-17AVX512FP16: Add vcvtsh2ss/vcvtsh2sd/vcvtss2sh/vcvtsd2sh.liuhongt5-1/+356
2021-09-17AVX512FP16: Add vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx.liuhongt6-3/+749
2021-09-17AVX512FP16: Add vcvttsh2si/vcvttsh2usi.liuhongt3-0/+107
2021-09-17AVX512FP16: Add vcvttph2w/vcvttph2uw/vcvttph2dq/vcvttph2qq/vcvttph2udq/vcvttp...liuhongt4-0/+982
2021-09-17AVX512FP16: Add vcvtsh2si/vcvtsh2usi/vcvtsi2sh/vcvtusi2sh.liuhongt5-0/+221
2021-09-16rs6000: Handle overloads during program parsingBill Schmidt3-1/+1132
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-16sparc: Add scheduling information for LEON5Daniel Cederman6-16/+213
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-16mips: Fix macro typoMartin Liska1-1/+1
2021-09-16AVX512FP16: Add vcvtuw2ph/vcvtw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2ph/vcvtuqq2phliuhongt8-3/+993
2021-09-16AVX512FP16: Add vcvtph2dq/vcvtph2qq/vcvtph2w/vcvtph2uw/vcvtph2uqq/vcvtph2udqliuhongt6-0/+941
2021-09-16AVX512FP16: Add vmovw/vmovsh.liuhongt5-16/+95
2021-09-15rs6000: Remove useless toc-fusion optionKewen Lin1-4/+0
2021-09-15rs6000: fix xcoff section encodingDavid Edelsohn1-2/+2
2021-09-15i386: port vxworks to TARGET_CPU_P macroMartin Liska1-12/+12
2021-09-15rs6000: fix symtab_node::get == NULL issueMartin Liska1-0/+1
2021-09-15target/102348 - fix powerpc-lynxos buildRichard Biener1-1/+0