This is the mail archive of the gcc-patches@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]

[PATCH 0/5] Graphite branch cleanups


Hi,
I have committed the following patches to the graphite branch:

  Use zero_dim_array_p instead of graphite_artificial_array_p.
  Remove unused parameter.
  Remove continue from loop, add one more assert.
  Remove memory leaks, add one more assert.
  Fix typo.

 gcc/ChangeLog.graphite           |   30 ++++++++++++++++++++++++++++
 gcc/graphite-dependences.c       |   39 +++++++++++++++++++------------------
 gcc/graphite-dependences.h       |    2 +-
 gcc/graphite-opencl-codegen.c    |    6 ++--
 gcc/graphite-opencl-meta-clast.c |    2 +-
 gcc/graphite-opencl.c            |   40 +------------------------------------
 6 files changed, 57 insertions(+), 62 deletions(-)



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