This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 6c2b3efcd3128052796967d8ff04ecd4fb70a057 (commit)
via 22fddbd893010f8bdb4b2a6944337778da4cd9fb (commit)
from de68400f20f0bd4dad0d9bb7246ae8b4b9b88026 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6c2b3efcd3128052796967d8ff04ecd4fb70a057
Merge: 22fddbd de68400
Author: Ajay Panyala <aj...@cs...>
Date: Thu Apr 5 12:32:01 2012 -0700
Merge branch 'master' of ssh://ajaypanyala@compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 22fddbd893010f8bdb4b2a6944337778da4cd9fb
Author: Ajay Panyala <aj...@cs...>
Date: Thu Apr 5 12:28:06 2012 -0700
Added identity transform for a sample fortran code to stratego
examples. For now, this transformation does not work directly without
modifying the term file generated by mintermite.
-----------------------------------------------------------------------
Summary of changes:
.../examples/{identity => fortran}/build.sh | 0
rote/stratego/examples/fortran/clean.sh | 3 +
.../examples/{identity => fortran}/identity.str | 2 +-
rote/stratego/examples/fortran/input.trm | 1 +
rote/stratego/examples/fortran/input/errquit.fh | 25 +++
rote/stratego/examples/fortran/input/gacommon.h | 31 ++++
rote/stratego/examples/fortran/input/global.fh | 141 ++++++++++++++++
rote/stratego/examples/fortran/input/macommon.h | 37 ++++
rote/stratego/examples/fortran/input/mafdecls.fh | 140 ++++++++++++++++
.../stratego/examples/fortran/input/printlevels.fh | 6 +
rote/stratego/examples/fortran/input/stdio.fh | 39 +++++
rote/stratego/examples/fortran/input/sym.fh | 12 ++
rote/stratego/examples/fortran/input/tce.fh | 102 ++++++++++++
rote/stratego/examples/fortran/input/tce_main.fh | 175 ++++++++++++++++++++
rote/stratego/examples/fortran/input/test.F | 62 +++++++
rote/stratego/examples/fortran/input/util.fh | 33 ++++
rote/stratego/examples/fortran/run.sh | 8 +
17 files changed, 816 insertions(+), 1 deletions(-)
copy rote/stratego/examples/{identity => fortran}/build.sh (100%)
create mode 100755 rote/stratego/examples/fortran/clean.sh
copy rote/stratego/examples/{identity => fortran}/identity.str (74%)
create mode 100644 rote/stratego/examples/fortran/input.trm
create mode 100644 rote/stratego/examples/fortran/input/errquit.fh
create mode 100644 rote/stratego/examples/fortran/input/gacommon.h
create mode 100644 rote/stratego/examples/fortran/input/global.fh
create mode 100644 rote/stratego/examples/fortran/input/macommon.h
create mode 100644 rote/stratego/examples/fortran/input/mafdecls.fh
create mode 100644 rote/stratego/examples/fortran/input/printlevels.fh
create mode 100644 rote/stratego/examples/fortran/input/stdio.fh
create mode 100644 rote/stratego/examples/fortran/input/sym.fh
create mode 100644 rote/stratego/examples/fortran/input/tce.fh
create mode 100644 rote/stratego/examples/fortran/input/tce_main.fh
create mode 100644 rote/stratego/examples/fortran/input/test.F
create mode 100644 rote/stratego/examples/fortran/input/util.fh
create mode 100755 rote/stratego/examples/fortran/run.sh
hooks/post-receive
--
compose-hpc
|