aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-12-22re PR fortran/85544 (ICE in gfc_conv_scalarized_array_ref, at fortran/trans-a...Thomas Koenig3-81/+85
2018-12-22Daily bump.GCC Administrator1-1/+1
2018-12-21re PR fortran/69121 (IEEE_SCALB is not generic)Steven G. Kargl2-0/+75
2018-12-21re PR c++/86524 (std::less with pointer arguments not usable in static_assert...Jakub Jelinek10-13/+179
2018-12-21correct double semi-colonsPaul Thomas1-1/+1
2018-12-21re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp)Jakub Jelinek5-7/+38
2018-12-21re PR ipa/88561 (PGO devirtualization miscompilation of firefox)Jan Hubicka5-4/+174
2018-12-21re PR fortran/87881 (gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin)Paul Thomas4-40/+73
2018-12-21S/390: Add support for double<->long vector convertsAndreas Krebbel5-0/+115
2018-12-21pr88418.c (dg-options): Add -mno-avx.Uros Bizjak1-1/+1
2018-12-21re PR rtl-optimization/87727 (gcc.target/sparc/overflow-2.c FAILs)Eric Botcazou3-4/+16
2018-12-21re PR target/88522 (Error: operand size mismatch for `vpgatherqq')Jakub Jelinek2-28/+48
2018-12-21re PR rtl-optimization/88563 (wrong code with -O2 -fno-code-hoisting -fno-tre...Jakub Jelinek4-13/+37
2018-12-21re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math)Uros Bizjak6-1/+231
2018-12-21re PR c++/87125 (ICE in tsubst_copy starting with r261084)Jakub Jelinek2-0/+20
2018-12-21[ARM] Fix size-optimization-ieee testcase failureThomas Preud'homme4-0/+10
2018-12-21re PR target/88547 (missed optimization for vector comparisons)Jakub Jelinek15-3/+702
2018-12-21x86: VAESDEC{,LAST} allow memory inputsJan Beulich2-2/+7
2018-12-21support --with-multilib-list=@name for ARMAlexandre Oliva3-10/+52
2018-12-21PR c++/88196 - ICE with class non-type template parameter.Marek Polacek6-14/+33
2018-12-21tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Use DR_TARGET_ALIGN...Jakub Jelinek2-3/+8
2018-12-21Daily bump.GCC Administrator1-1/+1
2018-12-20tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Don't do versioning...Joern Rennecke2-0/+19
2018-12-20C/C++: Add -Waddress-of-packed-memberH.J. Lu59-19/+960
2018-12-20re PR target/88457 (ICE: Max. number of generated reload insns per insn is ac...Vladimir Makarov4-9/+48
2018-12-20re PR c++/88180 (ICE in vec<tree_node*, va_gc, vl_embed>::quick_push(tree_nod...Jakub Jelinek5-4/+28
2018-12-20cp-tree.h (cp_fully_fold_init): Declare.Jakub Jelinek4-2/+24
2018-12-20[AArch64][SVE] Add ABS supportRichard Sandiford8-4/+45
2018-12-20[AArch64][SVE] Fix IFN_COND_FMLA movprfx alternativeRichard Sandiford5-1/+58
2018-12-20PR tree-optimization/84053 - missing -Warray-bounds accessing a local array a...Martin Sebor2-0/+32
2018-12-20-Wtautological-compare: fix comparison of macro expansionsDavid Malcolm4-5/+67
2018-12-20[PR 88214] Assert that ptr is a pointerMartin Jambor2-0/+7
2018-12-20re PR tree-optimization/84362 (Auto-vectorization regression when accessing m...Richard Biener4-12/+140
2018-12-20fix typo.Xiong Hu Luo1-1/+1
2018-12-20re PR target/88547 (missed optimization for vector comparisons)Jakub Jelinek4-116/+328
2018-12-20[RS6000] Fix non-linux powerpc breakageAlan Modra2-0/+8
2018-12-20Daily bump.GCC Administrator1-1/+1
2018-12-19re PR fortran/87992 (ICE in resolve_fl_variable, at fortran/resolve.c:12314)Steven G. Kargl4-1/+20
2018-12-19config.gcc: Enable TARGET_DEFAULT_ASYNC_UNWIND_TABLES on aarch64*-*-freebsd*Andreas Tobler2-0/+6
2018-12-19i386.md (SWI1248_AVX512BWDQ_64): Rename from SWI1248_AVX512BWDQ2_64.Uros Bizjak4-76/+84
2018-12-19[ARM] Optimize executable size when using softfloat fmul/dmulThomas Preud'homme9-57/+214
2018-12-19[nvptx] Add PTX_CTA_SIZETom de Vries2-0/+9
2018-12-19c++, asm: Do not handle any asm-qualifiers in top-level asmSegher Boessenkool5-5/+33
2018-12-19c/c++, asm: Use nicer error for const and restrictSegher Boessenkool8-4/+89
2018-12-19c/c++, asm: Use nicer error for duplicate asm qualifiersSegher Boessenkool6-35/+90
2018-12-19c/c++, asm: Write the asm-qualifier loop without "done" booleanSegher Boessenkool4-74/+72
2018-12-19C++: better locations for bogus initializations (PR c++/88375)David Malcolm6-22/+114
2018-12-19[openacc] Make oacc_fn_attrib_level externalTom de Vries3-1/+7
2018-12-19[openacc] Add oacc_get_default_dimTom de Vries3-0/+14
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm19-76/+489