aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Investigating PR target/86891 revealed a number of issues with the way the...Richard Earnshaw3-64/+246
2019-01-07[nvptx] Force vl32 if calling vector-partitionable routinesTom de Vries1-0/+45
2019-01-07sse.md (vec_extract<mode><ssehalfvecmodelower>): Use V_256_512 iterator inste...Jakub Jelinek1-2/+2
2019-01-07[nvptx] Handle large vector reductionsTom de Vries4-29/+140
2019-01-07[nvptx] Don't emit barriers for empty loops -- fixTom de Vries1-4/+11
2019-01-07[nvptx] Add support for a per-worker broadcast buffer and barrierTom de Vries2-19/+138
2019-01-07[nvptx] Allow larger PTX_MAX_VECTOR_LENGTH in nvptx_goacc_validate_dims_1Tom de Vries1-4/+27
2019-01-07[nvptx] Postpone warnings in nvptx_goacc_validate_dims_1Tom de Vries1-13/+25
2019-01-07[nvptx] Eliminate PTX_VECTOR_LENGTHTom de Vries1-7/+8
2019-01-07[nvptx] Add asserts in nvptx_goacc_validate_dimsTom de Vries1-0/+4
2019-01-07re PR target/88521 (GCC from r266355 miscompiles x265 for mingw-w64 target)Mateusz B1-0/+7
2019-01-05re PR debug/88635 (Assembler error when building with "-g -O2 -m32")Jakub Jelinek1-12/+0
2019-01-04re PR target/88594 (ICE in int_mode_for_mode, at stor-layout.c:403)Jakub Jelinek1-3/+1
2019-01-04x86: relax mask register constraintsJan Beulich1-26/+26
2019-01-03rs6000-string.c (expand_block_move): Don't use unaligned vsx and avoid lxvd2x...Aaron Sawdey1-2/+21
2019-01-03[nvptx] Add nvptx_mach_vector_length, nvptx_mach_max_workersTom de Vries2-0/+44
2019-01-03[nvptx] Factor out populate_offload_attrsTom de Vries1-13/+50
2019-01-03[nvptx] Add early-out cases in nvptx_goacc_validate_dimsTom de Vries1-12/+50
2019-01-03[nvptx] Eliminate changed local var in nvptx_goacc_validate_dimsTom de Vries1-12/+26
2019-01-02re PR target/87545 (-mtune=intel regressions)Richard Biener1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1476-1491/+1491
2018-12-31re PR target/86814 (xtensa port needs updating for CVE-2017-5753)Max Filippov1-0/+3
2018-12-31* x86-tune.def: Enable inter_unit_moves_to_vec for generic.Jan Hubicka1-2/+6
2018-12-29msp430.c (msp430_attr): Warn when the critical and interrupt function attribu...Jozef Lawrynowicz1-0/+9
2018-12-28i386.h (ADDITIONAL_REGISTER_NAMES): Add sil, dil, bpl and spl aliases.Uros Bizjak1-14/+7
2018-12-26aarch64-cores.def (octeontx): New.Andrew Pinski2-1/+7
2018-12-23[RS6000] PR88346, Inconsistent list of CPUs supported after r266502Alan Modra4-10/+12
2018-12-23Fix ident tests by Enabling ident output for X86 Darwin.Iain Sandoe1-0/+5
2018-12-21S/390: Add support for double<->long vector convertsAndreas Krebbel1-0/+52
2018-12-21re PR target/88522 (Error: operand size mismatch for `vpgatherqq')Jakub Jelinek1-28/+36
2018-12-21re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math)Uros Bizjak3-1/+203
2018-12-21re PR target/88547 (missed optimization for vector comparisons)Jakub Jelinek1-0/+98
2018-12-21x86: VAESDEC{,LAST} allow memory inputsJan Beulich1-2/+2
2018-12-20[AArch64][SVE] Add ABS supportRichard Sandiford1-2/+3
2018-12-20[AArch64][SVE] Fix IFN_COND_FMLA movprfx alternativeRichard Sandiford1-1/+1
2018-12-20re PR target/88547 (missed optimization for vector comparisons)Jakub Jelinek1-116/+199
2018-12-20[RS6000] Fix non-linux powerpc breakageAlan Modra1-0/+4
2018-12-19i386.md (SWI1248_AVX512BWDQ_64): Rename from SWI1248_AVX512BWDQ2_64.Uros Bizjak1-6/+6
2018-12-19[ARM] Optimize executable size when using softfloat fmul/dmulThomas Preud'homme1-1/+1
2018-12-19[nvptx] Add PTX_CTA_SIZETom de Vries1-0/+5
2018-12-19[rs6000] Fix x86 SSSE3 compatibility implementations and testcasesPaul A. Clarke1-11/+11
2018-12-19[ARM] Do softfloat when -mfpu set, -mfloat-abi=softfpThomas Preud'homme2-2/+3
2018-12-19Restrict a VSX extract to TARGET_POWERPC64 (PR88213)Segher Boessenkool1-1/+1
2018-12-19[nvptx] Use MAX, MIN, ROUND_UP macrosTom de Vries1-18/+10
2018-12-19[nvptx] Make nvptx state propagation function names more genericTom de Vries1-42/+54
2018-12-19[nvptx] Rename worker_bcast variables to oacc_bcastTom de Vries1-29/+30
2018-12-19[nvptx] Generalize bar.sync instructionTom de Vries2-3/+9
2018-12-19[nvptx] Only use one logical barrier resourceTom de Vries1-2/+2
2018-12-19[nvptx] Use TARGET_SET_CURRENT_FUNCTIONTom de Vries1-0/+14
2018-12-19[aarch64] Correct architecture for tsv110.Shaokun Zhang1-3/+3