aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm8-16/+91
2016-06-07sse.md (avx_vec_concat<mode>): Add v=v,vm and Yv=Yv,C alternatives.Jakub Jelinek2-8/+39
2016-06-07re PR c++/61564 (#pragma GCC optimize ("-fno-lto") causes the compiler to crash)Richard Biener8-4/+58
2016-06-07[MIPS] P5600 scheduler fixSimon Dardis2-2/+9
2016-06-07gimple.c: Include builtins.hJan Hubicka5-20/+48
2016-06-07p64_p128.c: Remove spurious debug code.Christophe Lyon2-2/+5
2016-06-07Remove wrong testsuite and gcc/testsuite prefixes from gcc/testsuite/ChangeLog.Rainer Orth1-22/+21
2016-06-07diagnostic.c (diagnostic_impl, [...]): New.Paolo Carlini2-127/+90
2016-06-07re PR tree-optimization/71428 (wrong code with -Os -fno-tree-forwprop (breaks...Richard Biener4-2/+35
2016-06-07re PR tree-optimization/71423 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener4-2/+37
2016-06-07pa.md (call): Generate indirect long calls to non-local functions on TARGET_6...John David Anglin2-2/+8
2016-06-07pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from pattern and subseq...John David Anglin2-6/+6
2016-06-07Daily bump.GCC Administrator1-1/+1
2016-06-06re PR tree-optimization/71408 (wrong code at -Os and above on x86_64-linux-gnu)Kugan Vivekanandarajah4-2/+45
2016-06-06re PR target/71281 (ICE on gcc trunk on knl, wsm, ivb and bdw targets (tree-s...Kugan Vivekanandarajah4-0/+74
2016-06-07i386.h (enum ix86_enitity): Add X86_DIRFLAG.Uros Bizjak4-33/+130
2016-06-06re PR c/71362 (Wrong position for "error: size of unnamed array is negative")Marek Polacek4-0/+21
2016-06-06re PR c++/70847 (exponential time in cp_fold for chained virtual function calls)Jakub Jelinek6-1/+71
2016-06-06re PR tree-optimization/71259 (GCC trunk emits wrong code)Jakub Jelinek4-2/+48
2016-06-06* fr.po: Update.Joseph Myers2-55/+36
2016-06-06Selftest frameworkDavid Malcolm27-79/+2878
2016-06-06[3/3][RTL ifcvt] PR middle-end/37780: Conditional expression with __builtin_c...Kyrylo Tkachov7-0/+249
2016-06-06[2/3][AArch64] Keep CTZ components together until after reloadKyrylo Tkachov2-9/+22
2016-06-06[1/3][ARM] Keep ctz expressions together until after reloadKyrylo Tkachov2-11/+19
2016-06-06c-typeck.c (comptypes_internal): Handle comparisons of INTEGER_TYPE, FIXED_PO...Marek Polacek6-7/+80
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger12-14/+111
2016-06-06sparc: support for the SPARC M7 and VIS 4.0Jose E. Marchesi22-45/+1094
2016-06-06* doc/sourcebuild.texi (Directives): Remove extra closing braces.Jonathan Wakely2-4/+8
2016-06-06decl.c (Gigi_Equivalent_Type): Make sure equivalent types are present before ...Eric Botcazou2-9/+20
2016-06-06trans.c (elaborate_all_entities_for_package): Also do not elaborate Itypes.Eric Botcazou2-0/+7
2016-06-06utils.c (gnat_internal_attribute_table): Add support for noinline and noclone...Eric Botcazou2-0/+58
2016-06-06* gcc-interface/trans.c (process_type): Beef up comment.Eric Botcazou2-1/+7
2016-06-06utils2.c (build_call_alloc_dealloc): Do not substitute placeholder expression...Eric Botcazou3-13/+26
2016-06-06trans.c (gnat_to_gnu): Rework special code dealing with boolean rvalues and s...Eric Botcazou2-11/+27
2016-06-06decl.c (gnat_to_gnu_entity): Remove useless 'else' statements and tidy up.Eric Botcazou3-83/+101
2016-06-06einfo.ads (Returns_Limited_View): Remove.Eric Botcazou4-93/+12
2016-06-06vect-live-1.c: Use additional-options.Alan Hayward3-2/+7
2016-06-06gigi.h (finish_subprog_decl): Add ASM_NAME parameter.Eric Botcazou4-151/+279
2016-06-06exp_ch9.adb (Expand_N_Protected_Type_Declaration): Insert the declaration of ...Eric Botcazou5-61/+85
2016-06-06re PR tree-optimization/71398 (ICE at -O3 in 32-bit and 64-bit mode on x86_64...Richard Biener4-10/+38
2016-06-06ft32.c (ft32_setup_incoming_varargs, [...]): Handle pretend_args.James Bowman4-58/+75
2016-06-06Daily bump.GCC Administrator1-1/+1
2016-06-06re PR target/71389 (ICE on trunk gcc on ivybridge target (df_refs_verify))Uros Bizjak4-12/+44
2016-06-05expr.c (move_by_pieces_d::generate): Mark mode parameter with ATTRIBUTE_UNUSED.John David Anglin2-1/+7
2016-06-05re PR fortran/71404 (416.gamess in SPEC CPU 2006 failed to build)Jerry DeLisle2-0/+13
2016-06-05re PR fortran/71404 (416.gamess in SPEC CPU 2006 failed to build)Jerry DeLisle2-0/+10
2016-06-05re PR fortran/69659 (ICE on using option -frepack-arrays, in gfc_conv_descrip...Andre Vehreschild4-1/+43
2016-06-05* gcc.dg/tree-prof/peel-1.c: Fix testcase.Jan Hubicka2-3/+5
2016-06-05predict.c (predicted_by_loop_heuristics_p): New function.Jan Hubicka5-24/+77
2016-06-05cfg.c (check_bb_profile): Do not report mismatched profiles when only edges o...Jan Hubicka2-13/+29