aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay18-61/+534
2019-11-07dbgcnt.def (gimple_unroll): New.Richard Biener3-0/+15
2019-11-07Adjust pr92163.c test to require effective target fopenacc.Prathamesh Kulkarni2-0/+5
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle13-48/+152
2019-11-07Fix copy-paste typo syntax error by r277872Xiong Hu Luo1-2/+2
2019-11-07Move string concatenation for C into the parser.Joseph Myers9-81/+261
2019-11-06Implement D1907R1 "structural type".Jason Merrill6-16/+77
2019-11-06PR c++/92150 - partial specialization with class NTTP.Jason Merrill3-2/+25
2019-11-06Use satisfaction with nested requirements.Jason Merrill7-57/+256
2019-11-07Daily bump.GCC Administrator1-1/+1
2019-11-07Support using multiple registers to hold the frame pointerKwok Cheung Yeung2-13/+28
2019-11-06vsx.md (xxswapd_<mode>): Add support for V2DF and V2DI modes.Kelvin Nilsen2-0/+16
2019-11-06[Darwin, testsuite] Fix framework-1.c on later Darwin.Iain Sandoe2-1/+5
2019-11-06C++20 NB CA378 - Remove constrained non-template functions.Jason Merrill6-18/+46
2019-11-06ggc-common.c (ggc_prune_overhead_list): Do not delete surviving allocations.Jan Hubicka3-9/+13
2019-11-06libstdc++: Add compare_three_way and install <compare> headerJonathan Wakely4-11/+41
2019-11-06libstdc++: remove redundant equality operatorsJonathan Wakely3-26/+7
2019-11-06Fix parser to recognize operator?:Matthias Kretz4-1/+20
2019-11-06Don't vectorise single-iteration epiloguesRichard Sandiford2-0/+6
2019-11-06[ARC] Don't split ior/mov predicated insns.Claudiu Zissulescu5-8/+47
2019-11-06[ARC] Update mea option documentationClaudiu Zissulescu3-2/+7
2019-11-06[ARC] Cleanup sign/zero extend patternsClaudiu Zissulescu2-49/+65
2019-11-06tree-vect-loop.c (vectorizable_reduction): Remember reduction PHI.Richard Biener2-16/+14
2019-11-06Use scan-tree-dump instead of scan-tree-dump-times for some vect testsRichard Sandiford4-3/+10
2019-11-06Check the VF is small enough for an epilogue loopRichard Sandiford2-0/+16
2019-11-06Restructure vect_analyze_loopRichard Sandiford2-69/+77
2019-11-06[PATCH] [ARC] Add builtins for identifying floating point supportVineet Gupta2-0/+16
2019-11-06[vect] PR92317: fix skip_epilogue creation for epiloguesAndre Vieira4-5/+69
2019-11-06introduce -fcallgraph-info optionEric Botcazou18-52/+449
2019-11-06Warn about inconsistent OpenACC nested reduction clausesFrederik Harwath12-4/+2290
2019-11-06re PR inline-asm/92352 (ICE in force_constant_size)Jakub Jelinek5-17/+59
2019-11-06PR92090: Fix part of testcase failures by r276469Xiong Hu Luo4-3/+11
2019-11-05PR tree-optimization/92373 - ICE in -Warray-bounds on access to member array ...Martin Sebor5-22/+193
2019-11-06Daily bump.GCC Administrator1-1/+1
2019-11-06doc: Insn splitting by combineSegher Boessenkool2-2/+6
2019-11-05Implement C++20 operator<=>.Jason Merrill56-127/+2653
2019-11-05Fix conversions for built-in operator overloading candidates.Jason Merrill5-28/+41
2019-11-05Use vec instead of raw array for built-in candidates.Jason Merrill2-40/+33
2019-11-05Various small C++ changes.Jason Merrill10-22/+66
2019-11-05Allow libcalls for complex memcpy when optimizing for size.Jim Wilson4-2/+43
2019-11-05Catch missed uses of function with unsatisfied constraints.Jason Merrill39-119/+131
2019-11-05Make -fconcepts-ts imply -fconcepts.Jason Merrill3-2/+7
2019-11-05PR middle-end/92333 - missing variable name referencing VLA in warningsMartin Sebor5-9/+122
2019-11-05[PR c++/92370] ICE with VC markerNathan Sidwell4-2/+20
2019-11-05Fix indentation inconsistencies introduced by previous patch.Aldy Hernandez3-16/+17
2019-11-05PR middle-end/92341 - missing -Warray-bounds indexing past the end of a compo...Martin Sebor7-10/+159
2019-11-05re PR tree-optimization/92371 (ICE in info_for_reduction, at tree-vect-loop.c...Richard Biener4-7/+33
2019-11-05Fix <version> header for freestandingJonathan Wakely2-48/+67
2019-11-05Remove incorrect commentJonathan Wakely2-1/+5
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez24-1152/+1140