This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r206522 - in /branches/openacc-1_0-branch: Chan...


Author: iusmanov
Date: Fri Jan 10 13:03:33 2014
New Revision: 206522

URL: http://gcc.gnu.org/viewcvs?rev=206522&root=gcc&view=rev
Log:
10-01-2014 Ilmir Usmanov <i.usmanov@samsung.com>
        Merge OpenACC gfortran AST -> GENERIC translation with OpenMP's one.

        * gcc/fortran/Makefile.in: Remove trans-openacc.o
        * gcc/fortran/trans-openacc.c: Remove
        * gcc/fortran/trans-openmp.c (gfc_trans_oacc_add_clause, 
        gfc_trans_oacc_variable, gfc_convert_oacc_expr_to_tree, 
        gfc_trans_oacc_variable_list, gfc_trans_oacc_reduction_list,
        gfc_trans_oacc_clauses, gfc_trans_oacc_code, gfc_trans_oacc_construct,
        gfc_trans_oacc_executable_directive, gfc_trans_oacc_loop, 
        gfc_trans_oacc_combined_directive, gfc_trans_oacc_declare,
        gfc_trans_oacc_directive): New functions
        (gfc_trans_omp_array_reduction, gfc_trans_omp_clauses): 
        Add OpenACC support


Removed:
    branches/openacc-1_0-branch/gcc/fortran/trans-openacc.c
Modified:
    branches/openacc-1_0-branch/ChangeLog.ACC
    branches/openacc-1_0-branch/gcc/fortran/Make-lang.in
    branches/openacc-1_0-branch/gcc/fortran/trans-openmp.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]