aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-13Handle peeling for alignment with maskingRichard Sandiford15-82/+567
2018-01-13Allow the number of iterations to be smaller than VFRichard Sandiford13-74/+361
2018-01-13Make ivopts handle calls to internal functionsRichard Sandiford15-39/+354
2018-01-13Allow ADDR_EXPRs of TARGET_MEM_REFsRichard Sandiford5-15/+63
2018-01-13Add support for reductions in fully-masked loopsRichard Sandiford17-49/+442
2018-01-13Add support for fully-predicated loopsRichard Sandiford39-94/+2243
2018-01-13Add support for bitwise reductionsRichard Sandiford17-18/+283
2018-01-13SLP reductions with variable-length vectorsRichard Sandiford22-81/+637
2018-01-13Handle more SLP constant and extern definitions for variable VFRichard Sandiford47-76/+635
2018-01-13Protect against min_profitable_iters going negativeRichard Sandiford2-9/+17
2018-01-13Add support for masked load/store_lanesRichard Sandiford30-57/+1260
2018-01-13[AArch64] Tests for SVE structure modesRichard Sandiford37-0/+1469
2018-01-13[AArch64] SVE load/store_lanes supportRichard Sandiford26-48/+425
2018-01-13Give the target more control over ARRAY_TYPE modesRichard Sandiford8-18/+81
2018-01-13Fix folding of vector mask EQ/NE expressionsRichard Sandiford5-1/+92
2018-01-13SVE unwindingRichard Sandiford11-0/+314
2018-01-13[AArch64] SVE testsRichard Sandiford176-9/+6942
2018-01-13[AArch64] Testsuite markup for SVERichard Sandiford15-23/+172
2018-01-13[AArch64] Add SVE supportRichard Sandiford16-349/+5363
2018-01-13Mark SLP failures for vect_variable_lengthRichard Sandiford48-47/+99
2018-01-13Extra subreg fold for variable-length CONST_VECTORsRichard Sandiford2-11/+35
2018-01-13Improve canonicalisation of TARGET_MEM_REFsRichard Sandiford2-12/+48
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek6-7/+60
2018-01-13re PR fortran/52162 (Bogus -fcheck=bounds with realloc on assignment to unall...Paul Thomas5-5/+45
2018-01-13re PR fortran/83803 (Using -fc-prototypes on modules with empty dummy arg lis...Thomas Koenig2-2/+10
2018-01-13Daily bump.GCC Administrator1-1/+1
2018-01-12re PR c++/83778 (g++.dg/ext/altivec-cell-2.C fails starting with r256448)Jakub Jelinek2-1/+9
2018-01-12rs6000: Remove -mstringSegher Boessenkool10-775/+72
2018-01-12float128-hw7.c: Use scan-assembler-times instead of scan-assembler-not for xs...Jakub Jelinek2-1/+6
2018-01-12regrename.c (regrename_do_replace): If replacing the same reg multiple times,...Jakub Jelinek2-7/+15
2018-01-12re PR fortran/83525 (open(newunit=funit, status="scratch") fails if an intern...Jerry DeLisle2-0/+25
2018-01-12PR c++/83186 - ICE with static_cast of list-initialized temporary.Jason Merrill3-0/+19
2018-01-12[C++ PATCH] some reformattingNathan Sidwell4-21/+29
2018-01-12re PR debug/81155 (Debug make check regressions in GCC 8.0)Jakub Jelinek2-1/+10
2018-01-12Set use_gcc_stdint=wrap for nvptxTom de Vries2-0/+6
2018-01-12re PR rtl-optimization/80481 (Unoptimal additional copy instructions)Vladimir Makarov4-1/+101
2018-01-12re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak5-11/+119
2018-01-12Guard against incomplete AVX512F support in Solaris asRainer Orth3-12/+19
2018-01-12Handle polynomial DR_INITRichard Sandiford3-5/+21
2018-01-12Handle poly_int vector sizes in get_vec_alignment_for_array_typeRichard Sandiford2-3/+9
2018-01-12Allow variable-sized temporary variables in gimplify.cRichard Sandiford2-2/+8
2018-01-12Fix integer overflow in stats of GIMPLE statements.Martin Liska3-9/+19
2018-01-12Fix integer overflow in stats of trees.Martin Liska3-11/+20
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska6-38/+71
2018-01-12Deferring FMA transformations in tight loopsMartin Jambor5-128/+426
2018-01-12re PR debug/83157 (gcc.dg/guality/pr41616-1.c fail, inline instances refer to...Richard Biener2-3/+7
2018-01-12re PR target/81819 ([RX] internal compiler error: in rx_is_restricted_memory_...Oleg Endo2-0/+9
2018-01-12rs6000: Tune new testcase (PR83629)Segher Boessenkool2-0/+6
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener13-27/+231
2018-01-12re PR target/83368 (alloca after setjmp breaks PIC base reg)Eric Botcazou5-38/+141