aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-09[multiple changes]Pierre-Marie de Rodat43-7108/+13121
2017-10-09i386.md (*jcc_2): Remove insn pattern.Uros Bizjak2-90/+11
2017-10-09exp_ch7.adb (Create_Finalizer): Suppress checks within the finalizer.Bob Duff3-8/+16
2017-10-09<forgot to do svn add on the amo.h file>Michael Meissner1-0/+152
2017-10-09rs6000-p8swap.c (rs6000_analyze_swaps): Process deferred rescans after the lv...Bill Schmidt2-0/+6
2017-10-09exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Take care of u...Pierre-Marie de Rodat6-1/+101
2017-10-09amo.h: New include file to provide ISA 3.0 atomic memory operation instructio...Michael Meissner6-1/+452
2017-10-09exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Remove the cod...Pierre-Marie de Rodat10-376/+573
2017-10-09exp_ch6.adb (Expand_N_Extended_Return_Statement): Add self-checking code so i...Pierre-Marie de Rodat21-83/+495
2017-10-09re PR tree-optimization/82397 (qsort comparator non-negative on sorted output...Richard Biener2-27/+30
2017-10-09re PR tree-optimization/82449 (code-gen error in get_rename_from_scev)Richard Biener6-17/+38
2017-10-09[BRIGFE] Support BRIG_KIND_NONE directives.Pekka Jääskeläinen4-8/+31
2017-10-09S/390: Fix vec_nabs and vec_vfi builtin flagsAndreas Krebbel2-4/+9
2017-10-09S/390: PR82463: Fix vec_madd header file definitionAndreas Krebbel4-2/+27
2017-10-09S/390: PR82465: Fix vec_sqrt builtin flagsAndreas Krebbel4-3/+29
2017-10-09re PR target/82464 (s390x z14: vector float: invalid parameter combination fo...Jakub Jelinek2-0/+9
2017-10-09Fix ssa-dse-26.cWilco Dijkstra2-2/+5
2017-10-09Allow non-wi <op> wiRichard Sandiford8-53/+123
2017-10-09[PR 82416] Do not extend operands to at least 32 bitsMartin Jambor5-61/+240
2017-10-09Fix gcc.dg/cold-1.cTom de Vries2-1/+8
2017-10-09Daily bump.GCC Administrator1-1/+1
2017-10-09rs6000: Cleanup of various jump patternsSegher Boessenkool2-89/+100
2017-10-09rs6000: Update conditional jump patterns, no more (pc) (label_ref)Segher Boessenkool4-87/+17
2017-10-08tree-outof-ssa.h (ssaexpand): Add partitions_for_undefined_values.Eric Botcazou9-9/+130
2017-10-08* builtins.def (BUILT_IN_SETJMP): Revert latest change.Eric Botcazou2-4/+4
2017-10-08check.c (gfc_check_x): Remove function.Steven G. Kargl3-29/+21
2017-10-08stack-check-5.c: Skip with -fstack-protector.Jeff Law4-0/+10
2017-10-08re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas2-2/+16
2017-10-08dump_prase_tree (show_symbol): Output list of variables in NAMELIST.Thomas Koenig3-8/+38
2017-10-08i386.c (ix86_expand_set_or_movmem): Disable 512bit loops for targets that pre...Jan Hubicka2-0/+8
2017-10-08* i386.c (has_dispatch): Disable for Ryzen.Jan Hubicka2-1/+6
2017-10-08arm.c (arm_set_return_address): Use MEM_VOLATILE_P on the target mem instead ...Olivier Hainque2-12/+20
2017-10-08arm-common.c (arm_except_unwind_info): Handle DWARF2_UNWIND_INFO.Olivier Hainque2-1/+12
2017-10-08aarch64.md (*aarch64_reg_<optab>_minus<mode>3): New pattern.Michael Collison4-0/+89
2017-10-08Daily bump.GCC Administrator1-1/+1
2017-10-07builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC bui...Eric Botcazou3-0/+33
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas11-13/+386
2017-10-07invoke.texi (Wsuggest-attribute=cold): Document.Jan Hubicka8-4/+76
2017-10-07tree-switch-conversion.c (do_jump_if_equal, [...]): Update profile.Jan Hubicka2-0/+9
2017-10-07re PR c++/80805 (ICE in sufficiently complex code with -g (dump_aggr_type))Paolo Carlini1-0/+5
2017-10-07re PR c++/80805 (ICE in sufficiently complex code with -g (dump_aggr_type))Paolo Carlini1-0/+21
2017-10-07re PR fortran/49232 (Pointer assignment of stride to CONTIGUOUS pointer not d...Thomas Koenig4-0/+38
2017-10-07gfortran.h (async_io_dt): Add external reference.Thomas Koenig4-3/+51
2017-10-07Fix libgomp.oacc-fortran/{firstprivate-1,parallel-reduction}.f90 for non-nvid...Tom de Vries3-3/+10
2017-10-07Daily bump.GCC Administrator1-1/+1
2017-10-06re PR c++/66690 (error: use of ‘X’ before deduction of ‘auto’)Paolo Carlini2-0/+19
2017-10-062017-10-06 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini9-65/+64
2017-10-06[PR c++/82424] Dont convert dependent typesNathan Sidwell4-1/+36
2017-10-06re PR c++/82299 (-Wuseless-cast errors on typed enums used in member data ini...Jakub Jelinek5-2/+25