aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-31configure.ac (strnlen): Add to AC_CHECK_DECLS.DJ Delorie4-1/+33
2017-05-31Daily bump.GCC Administrator1-1/+1
2017-05-30Test if host compiler supports -std=c++11 in ms-sysv.expTom de Vries2-3/+40
2017-05-30re PR c/80731 (poor -Woverflow warnings, missing detail)Martin Sebor3-13/+19
2017-05-30PR c++/80856 - ICE with local extern in templateJason Merrill3-1/+38
2017-05-30C++ template type diff printingDavid Malcolm30-59/+1117
2017-05-30Remove gen_cell_microcode, warn_cell_microcodeSegher Boessenkool10-170/+79
2017-05-30Kill IDENTIFIER_NAMESPACE_BINDINGSNathan Sidwell5-33/+31
2017-05-30cp-tree.def (OVERLOAD): Fix comment.Nathan Sidwell7-38/+47
2017-05-30ChangeLog: Add missing entry.Uros Bizjak2-0/+17
2017-05-30re PR target/80833 (32-bit x86 causes store-forwarding stalls for int64_t -> ...Uros Bizjak4-15/+126
2017-05-30gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functionsPierre-Marie de Rodat2-1/+8
2017-05-30re PR c++/80913 (Infinite loop in cc1plus with stat hack patch)Nathan Sidwell4-38/+64
2017-05-30Fix ARM bootstrap failure due to an odd warning:Wilco Dijkstra2-3/+7
2017-05-30tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type and reduc_def fields.Richard Biener4-24/+52
2017-05-30t-vxworks (LIBGCC2_INCLUDES): Remove extraneous dollar sign before $(MULTIDIR).Olivier Hainque2-1/+6
2017-05-30re PR libgomp/80822 (libgomp incorrect affinity when OMP_PLACES=threads)Jakub Jelinek2-83/+98
2017-05-30re PR tree-optimization/80901 (ICE on valid code at -Os and above on x86_64-l...Richard Biener4-4/+48
2017-05-30Vector peeling cost model 6/6Robin Dapp2-42/+80
2017-05-30Vector peeling cost model 5/6Robin Dapp2-0/+16
2017-05-30Vector peeling cost model 4/6Robin Dapp2-83/+111
2017-05-30Vector peeling cost model 3/6Robin Dapp2-97/+111
2017-05-30Vector peeling cost model 2/6Robin Dapp2-56/+112
2017-05-30Vector peeling cost model 1/6Robin Dapp3-22/+31
2017-05-30re PR target/78838 (msp430 option -mcode-region=either, -ffunction-sections, ...Jozef Lawrynowicz4-0/+40
2017-05-30Fix parenthesis in auto-profile.c (PR other/80909).Martin Liska2-1/+7
2017-05-30re PR tree-optimization/80876 (ICE in verify_loop_structure, at cfgloop.c:164...Richard Biener4-3/+55
2017-05-30Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska3-35/+19
2017-05-30Compare predictor values with these defined in predict.def.Martin Liska3-10/+80
2017-05-30Fix coding style.Martin Liska2-3/+8
2017-05-30Daily bump.GCC Administrator1-1/+1
2017-05-29gcc: xtensa: fix unused parameter warningMax Filippov2-1/+6
2017-05-29gcc: xtensa: fix fprintf format specifiersMax Filippov2-5/+13
2017-05-29install.texi (Options specification): Restore entry of --enable-sjlj-exceptions.Eric Botcazou2-0/+10
2017-05-29[libcc1] drop unused field from C++ lang_identifierAlexandre Oliva2-1/+4
2017-05-29PR c++/80891 (#1,#5)Nathan Sidwell7-105/+200
2017-05-29re PR fortran/53029 (missed optimization in internal read (without implied-do...Jerry DeLisle4-0/+37
2017-05-29PR c++/80891 (#4)Nathan Sidwell5-7/+24
2017-05-29Stat hack representationNathan Sidwell2-97/+175
2017-05-29PR c++/80891 (#1)Nathan Sidwell4-20/+47
2017-05-29PR c++/80891 (#3)Nathan Sidwell9-10/+82
2017-05-29PR c++/80891 (#2)Nathan Sidwell4-2/+64
2017-05-29check_GNU_style_lib.py: Fix trailing whitespace checkTom de Vries2-1/+22
2017-05-29check_GNU_style.py: Read stdin if file argument is '-'Tom de Vries3-4/+18
2017-05-29check_GNU_style_lib.py: Suggest to install all missing pip3 packages at onceTom de Vries2-11/+28
2017-05-29re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig6-4/+161
2017-05-29Daily bump.GCC Administrator1-1/+1
2017-05-28re PR c++/80737 (variant<any> as class member resulting to compile errors)Tim Shen3-2/+39
2017-05-28Fix libgfortran FMA3/FMA4 testsRainer Orth3-12/+31
2017-05-28frontend-passes.c (matmul_lhs_realloc): Correct allocation size for case A1B2.Thomas Koenig4-1/+27