aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-05decl.c (start_decl): Don't push the plain VAR_DECL for a variable template.Jason Merrill3-2/+13
2015-05-05DR 1518 DR 1630 PR c++/54835 PR c++/60417Jason Merrill6-19/+56
2015-05-06Daily bump.GCC Administrator1-1/+1
2015-05-05* sv.po: Update.Joseph Myers2-156/+101
2015-05-05compiler: Don't make temporaries for constant string concatentation.Ian Lance Taylor1-2/+4
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm27-99/+143
2015-05-05config.gcc: Use darwin9.h, darwin10.h and darwin12.h on darwin12 and later.Jack Howarth4-1/+42
2015-05-05extend.texi (C Extensions): Update menu for moved Variable Attributes and Typ...Uros Bizjak2-2/+7
2015-05-05re PR target/65990 (ICE: in extract_insn, at recog.c:2341 (unrecognizable ins...Uros Bizjak4-0/+51
2015-05-05re PR target/65915 (FAIL: gcc.target/i386/avx512f-vrndscalepd-2.c (internal c...Ilya Tocar5-5/+27
2015-05-05msp430-opts.h (enum msp430_regions): New.Nick Clifton9-104/+593
2015-05-05[AArch64] Add branch-cost to cpu tuning information.Matthew Wahab4-1/+54
2015-05-05i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1 and HOST_WIDE_INT_1U...Uros Bizjak4-7/+14
2015-05-05[docs] Update __atomic builtins documentation.Matthew Wahab2-34/+64
2015-05-05Xfail gcc.dg/tree-ssa/stdarg-2.c f15 scansTom de Vries2-3/+16
2015-05-05Undo incorrect fix in tree-ssa/stdarg-2.c f15 scansTom de Vries2-2/+7
2015-05-05[PATCH][AARCH64]Use mov for add with large immediate.Renlin Li2-9/+23
2015-05-05pr65067.c: Require Thumb2 effective target.Yvan Roux3-0/+7
2015-05-05aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.Yvan Roux8-5/+112
2015-05-05re PR target/65871 (bzhi builtin/intrinsic wrongly assumes bzhi instruction d...Uros Bizjak4-14/+57
2015-05-05tree.c (verify_type): Check various uses of TYPE_MAXVAL...Jan Hubicka2-8/+65
2015-05-05The changes are made in the patch for optimized usage of pcmpne/pcmpeq instru...Ajit Agarwal4-6/+75
2015-05-05The changes are made in the patch for optimized usage of fint instruction.Ajit Agarwal2-4/+33
2015-05-05Daily bump.GCC Administrator1-1/+1
2015-05-04Revert:Jeff Law6-154/+29
2015-05-04re PR target/65987 ([SH] Wrong jump generated for gcc.dg/tree-prof/va-arg-pac...Kaz Kojima2-1/+15
2015-05-04re PR c++/66007 (Narrowing conversion inside { } results in all zero elements...Paolo Carlini4-3/+32
2015-05-04common.opt (fdelete-null-pointer-checks): Init to -1.Sandra Loosemore36-46/+120
2015-05-04re PR middle-end/65984 (ICE: definition in block 4 does not dominate use in b...Jakub Jelinek4-3/+39
2015-05-04i386.c: Change GET_CODE (...) == CONST_DOUBLE check to CONST_DOUBLE_P predicate.Uros Bizjak3-24/+36
2015-05-04match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New simplifier...Jeff Law6-13/+165
2015-05-04arm.c: Restore bootstrap.Andreas Tobler2-1/+5
2015-05-04i386.h (TARGET_SUPPORTS_WIDE_INT): New define.Uros Bizjak5-135/+73
2015-05-04re PR fortran/44735 (ICE on FORALL with character array pointer)Francois-Xavier Coudert2-0/+21
2015-05-04re PR middle-end/65965 (Straight-line memcpy/memset not vectorized when equiv...Richard Biener4-0/+69
2015-05-04re PR tree-optimization/65935 (433.milc in SPEC CPU 2006 is miscompiled)Richard Biener4-2/+88
2015-05-04Makefile.in (PATCHLEVEL_c): New variable.Jakub Jelinek2-4/+17
2015-05-04Fix typo "with"Kai Tietz1-1/+1
2015-05-04re PR lto/65559 (lto1.exe: internal compiler error: in read_cgraph_and_symbol...Kai Tietz2-1/+7
2015-05-03extend.texi (Variable Attributes, [...]): Move sections up in file, to immedi...Sandra Loosemore2-383/+389
2015-05-04Daily bump.GCC Administrator1-1/+1
2015-05-04* tree.c (verify_type): Check various uses of TYPE_MINVAL.Jan Hubicka2-7/+56
2015-05-03[ARM,AArch64][testsuite] AdvSIMD intrinsics tests cleanup: remove useless exp...Christophe Lyon55-1574/+475
2015-05-03re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig2-0/+6
2015-05-03Daily bump.GCC Administrator1-1/+1
2015-05-02make emit_partition_copy return a rtx_insn *Trevor Saunders2-18/+20
2015-05-02make set_return_jump_label take an rtx_insn *Trevor Saunders3-2/+8
2015-05-02type reg_equiv_init as rtx_insn_listTrevor Saunders4-10/+20
2015-05-02make fp_setter_insn take a rtx_insn *Trevor Saunders3-2/+7
2015-05-02make validate_replace_src_group take a rtx_insn *Trevor Saunders3-3/+10