aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-05-31re PR tree-optimization/80906 (ICE in copy_loop_close_phi_args, at graphite-i...Richard Biener4-13/+66
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-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-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 DeLisle2-0/+26
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-29re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig6-4/+161
2017-05-29Daily bump.GCC Administrator1-1/+1
2017-05-28frontend-passes.c (matmul_lhs_realloc): Correct allocation size for case A1B2.Thomas Koenig4-1/+27
2017-05-28Daily bump.GCC Administrator1-1/+1
2017-05-27Revert:Michael Eager2-2/+13
2017-05-27* doc/install.texi: Add links to macOS binary distributions.Francois-Xavier Coudert2-0/+13
2017-05-27Small ChangeLog tweak.Jakub Jelinek1-0/+1
2017-05-27re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERR...Jakub Jelinek4-35/+23
2017-05-27Daily bump.GCC Administrator1-1/+1
2017-05-26compiler: identify array index expressions in lvalue contextIan Lance Taylor6-7/+39
2017-05-26Implement DR2061Nathan Sidwell5-35/+115