aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-09-18re PR c++/80947 (Different visibility for the lambda and its capture list mem...Paolo Carlini2-0/+21
2017-09-18runtime: always initialize str field in __go_string_slice resultIan Lance Taylor1-1/+1
2017-09-18re PR target/81613 (FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O3 -g execut...Andreas Schwab2-1/+8
2017-09-18i386.c (fold_builtin_cpu): Add M_AMDFAM17H to processor_model and "amdfam17h"...Uros Bizjak3-1/+12
2017-09-18re PR c/82234 (__builtin_shuffle is not in the keyword index)Jakub Jelinek2-0/+6
2017-09-18PR c++/82069 - ICE with lambda in templateJason Merrill3-2/+18
2017-09-18Move computation of SLP_TREE_NUMBER_OF_VEC_STMTSRichard Sandiford4-49/+66
2017-09-18Fix an SVE failure in the Fortran matmul* testsRichard Sandiford2-0/+12
2017-09-18Include phis in SLP unrolling calculationRichard Sandiford4-27/+73
2017-09-18Fix vectorizable_mask_load_store handling of invariant masksRichard Sandiford4-2/+24
2017-09-18Fix type of bitstart in vectorizable_live_operationRichard Sandiford2-1/+8
2017-09-18Fix vectorizable_live_operation handling of vector booleansRichard Sandiford2-1/+10
2017-09-18Invoke vectorizable_live_operation in a consistent wayRichard Sandiford2-26/+44
2017-09-18omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on non-SIMT target...Cesar Philippidis2-0/+30
2017-09-18[ARC] Check the assembler for gdwar2 support.Claudiu Zissulescu3-6/+11
2017-09-18re PR c++/45033 ("delete" does overload resolution for class operands, but sh...Paolo Carlini2-0/+17
2017-09-18re PR tree-optimization/82220 (SPEC CPU2006 482.sphinx3 ~10% performance regr...Richard Biener2-2/+8
2017-09-18sem_ch4.adb (Complete_Object_Operation): Do not insert 'Access for reference ...Pierre-Marie de Rodat22-154/+545
2017-09-18re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek2-20/+13
2017-09-18re PR target/81361 (broken exception handling at -O2)Eric Botcazou2-11/+8
2017-09-18[multiple changes]Pierre-Marie de Rodat7-1/+143
2017-09-18[multiple changes]Pierre-Marie de Rodat7-13/+40
2017-09-18Alternate fix for PR ada/71358Bob Duff2-61/+78
2017-09-18Fix gcc.target/i386/pr81736-[34].c on 32-bit Solaris/x86 (PR target/81736)Rainer Orth3-2/+8
2017-09-18graphite-scop-detection.c (scop_detection::stmt_has_simple_data_ref): Simplify.Richard Biener2-26/+16
2017-09-18re PR tree-optimization/79622 (Wrong code w/ -O2 -floop-nest-optimize)Richard Biener4-3/+46
2017-09-18Fix a typo in a comment (cgraph.c:cgraph_thunk_info)Pierre-Marie de Rodat2-1/+5
2017-09-18[RS6000] PR81996, __builtin_return_address(0) failsAlan Modra2-13/+19
2017-09-18Daily bump.GCC Administrator1-1/+1
2017-09-17PR target/82196 correct choice of avx/sse stubs for -mcall-ms2sysv-xloguesDaniel Santos5-6/+50
2017-09-17i386: Update preferred stack boundary for leaf functionsH.J. Lu4-5/+38
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas13-26/+246
2017-09-17Fix gccbrig documentation buildThomas Schwinge3-24/+44
2017-09-17Daily bump.GCC Administrator1-1/+1
2017-09-16PR82228: Move ncopies calculation in vectorizable_live_operationRichard Sandiford2-5/+11
2017-09-16a-intnam__rtems.ads: Update copyright date.Eric Botcazou6-5/+14
2017-09-16Use -fsched-pressure and -fomit-frame-pointerChung-Ju Wu2-4/+13
2017-09-16Refine formatting and comments.Chung-Ju Wu9-386/+396
2017-09-16Fix condition folding in c_parser_omp_for_loopTom de Vries2-1/+14
2017-09-16Daily bump.GCC Administrator1-1/+1
2017-09-15syscall: fixes for SolarisIan Lance Taylor1-1/+1
2017-09-15compiler: call error_statement for fallthrough in last caseIan Lance Taylor2-1/+7
2017-09-15Add support for -std=c++2a.Andrew Sutton10-6/+113
2017-09-15compiler: check error expression in Array_type::get_backend_lengthIan Lance Taylor2-1/+6
2017-09-15re PR target/82066 (#pragma GCC target documentation does not say it is imple...Steve Ellcey2-2/+11
2017-09-15Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers4-2/+103
2017-09-15re PR c++/64644 ("warning: anonymous union with no members" should be an erro...Manuel López-Ibáñez6-3/+21
2017-09-15[C++ PATCH] Renames/adjustments of 1z to 17Nathan Sidwell2-11/+14
2017-09-15common.opt (Wcast-align=strict): New warning option.Bernd Edlinger9-7/+69
2017-09-15c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for ...Eric Botcazou5-2/+38