aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-09-19[PATCH] Factor out `find_a_program` helper around `find_a_file`John Ericson1-25/+34
2021-09-19[PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov2-1/+2
2021-09-19PR middle-end/88173: More constant folding of NaN comparisons.Roger Sayle4-5/+34
2021-09-19[PATCH] Remove unused function make_unique_name.Benjamin Peterson2-35/+0
2021-09-19Fix middle-end/102395: reg_class having only NO_REGS and ALL_REGS.Andrew Pinski1-2/+2
2021-09-19Daily bump.GCC Administrator6-1/+442
2021-09-18openmp: Handle unconstrained and reproducible modifiers on order(concurrent)Jakub Jelinek13-38/+742
2021-09-18Fix ICE in pass_rpad.liuhongt1-5/+22
2021-09-18openmp: Allow private or firstprivate arguments to default clause even for C/C++Jakub Jelinek7-6/+247
2021-09-18AVX512FP16: Add testcase for scalar FMA instructions.liuhongt8-0/+475
2021-09-18AVX512FP16: Add scalar fma instructions.liuhongt10-163/+666
2021-09-18AVX512FP16: Enable FP16 mask load/store.H.J. Lu2-6/+47
2021-09-18AVX512FP16: Add testcase for fp16 bitwise operations.liuhongt8-0/+456
2021-09-18AVX512FP16: Add scalar/vector bitwise operations, includingH.J. Lu4-62/+130
2021-09-18AVX512FP16: Add testcase for fma instructionsliuhongt16-0/+923
2021-09-18AVX512FP16: Add FP16 fma instructions.liuhongt9-96/+996
2021-09-18AVX512FP16: Add testcase for vfmaddsub[132,213,231]ph/vfmsubadd[132,213,231]ph.liuhongt8-0/+488
2021-09-18AVX512FP16: Add vfmaddsub[132,213,231]ph/vfmsubadd[132,213,231]ph.liuhongt9-41/+524
2021-09-18Support embedded broadcast for AVX512FP16 instructions.liuhongt5-9/+93
2021-09-17c++: improve lookup of member-qualified namesJason Merrill6-17/+92
2021-09-17c++: fix comment typoJason Merrill1-1/+1
2021-09-18Daily bump.GCC Administrator7-1/+944
2021-09-17Factor predidacte analysis out of tree-ssa-uninit.c into its own module.Martin Sebor4-2152/+2644
2021-09-17Fortran - (large) arrays in the main shall be staticHarald Anlauf2-2/+12
2021-09-17openacc: Remove unnecessary barriers (gimple worker partitioning/broadcast)Julian Brown2-29/+94
2021-09-17openacc: Shared memory layout optimisationJulian Brown9-89/+534
2021-09-17openacc: Turn off worker partitioning if num_workers==1Julian Brown1-16/+31
2021-09-17Provide a relation oracle for paths.Andrew MacLeod2-15/+224
2021-09-17Virtualize relation oracle and various cleanups.Andrew MacLeod4-178/+206
2021-09-17testsuite: Fix gcc.target/i386/auto-init-* tests.qing zhao20-34/+45
2021-09-17Better handle MIN/MAX_EXPR of unrelated objects [PR102200].Martin Sebor6-10/+496
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-17Fix 'hash_table::expand' to destruct stale Value objectsThomas Schwinge2-4/+9
2021-09-17Fortran: Use _Float128 rather than __float128 for c_float128 kind.Sandra Loosemore10-22/+21
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-17Revert no longer needed fix for PR95539Richard Biener1-12/+1
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek15-101/+704
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