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]

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


Author: darkbeer
Date: Fri Dec  6 12:23:50 2013
New Revision: 205738

URL: http://gcc.gnu.org/viewcvs?rev=205738&root=gcc&view=rev
Log:
  Add data directive support in lowering pass

  * gcc/gimple-oacc.h(GIMPLE_ACC_CLAUSES): New macro.
  * gcc/gimple-pretty-print.c(dump_gimple_acc_body): Don't print body
      with TDF_SLIM.
  * gcc/oacc-low.c: Add support for data directive in lowering pass.

Modified:
    branches/openacc-1_0-branch/ChangeLog.ACC
    branches/openacc-1_0-branch/gcc/gimple-oacc.h
    branches/openacc-1_0-branch/gcc/gimple-pretty-print.c
    branches/openacc-1_0-branch/gcc/oacc-low.c


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