From: adrian <adr...@us...> - 2012-01-14 01:51:14
|
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 17911a0e5f3ea60573784be1e5550dc26b990bf1 (commit) via 57794d466e8f1ba527aeb0086c6ff662697bfaf6 (commit) via c5461a9ea067c77c008fcaa0d339b01cf36bcb0f (commit) via 4bc5beb3ab19dd7b1c12a8d82c17720468ac70b2 (commit) from 4a6db3137a9fe618f9ef07666f7e91125395f327 (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 17911a0e5f3ea60573784be1e5550dc26b990bf1 Author: Adrian Prantl <ad...@ll...> Date: Fri Jan 13 17:50:27 2012 -0800 implemented preliminary struct copying on demand commit 57794d466e8f1ba527aeb0086c6ff662697bfaf6 Author: Adrian Prantl <ad...@ll...> Date: Fri Jan 13 09:55:19 2012 -0800 adapt benchgen to new sidl ir commit c5461a9ea067c77c008fcaa0d339b01cf36bcb0f Author: Adrian Prantl <ad...@ll...> Date: Fri Jan 13 09:53:44 2012 -0800 more sidl parser bugfixes commit 4bc5beb3ab19dd7b1c12a8d82c17720468ac70b2 Author: Adrian Prantl <ad...@ll...> Date: Thu Jan 12 17:32:32 2012 -0800 quite a lot of bugfixes: BaseException -> BaseInterface sidl parser fixes/robustness finer parallelized Makefile for benchmarks ----------------------------------------------------------------------- Summary of changes: braid/braid/burg.py | 2 +- braid/braid/chapel/backend.py | 48 +- braid/braid/chapel/cgen.py | 19 +- braid/braid/chapel/conversions.burg | 72 ++- braid/braid/codegen.py | 30 +- braid/braid/ir.def | 2 +- braid/braid/ir.py | 31 +- braid/braid/sidl.def | 15 +- braid/braid/sidl.py | 662 +++++++++----------- braid/braid/sidl_parser.py | 112 ++-- braid/examples/structbench/Makefile | 49 +- braid/examples/structbench/benchgen.py | 39 +- braid/examples/structbench/graph.tex | 2 + .../interop/args/runChapel/argstest.chpl | 2 +- .../interop/arrays/runChapel/arraystest.chpl | 2 +- .../interop/enums/runChapel/enumstest.chpl | 6 +- .../exceptions/runChapel/exceptionstest.chpl | 10 +- .../interop/inherit/runChapel/inherittest.chpl | 6 +- .../interop/objarg/runChapel/objargtest.chpl | 2 +- .../interop/ordering/runChapel/orderingtest.chpl | 2 +- .../interop/overload/runChapel/overloadtest.chpl | 2 +- .../interop/sortb/runChapel/sortbtest.chpl | 2 +- .../interop/strings/runChapel/stringstest.chpl | 2 +- rote/minitermite/doc/src2term.1 | 2 +- rote/minitermite/doc/term2src.1 | 2 +- 25 files changed, 585 insertions(+), 538 deletions(-) hooks/post-receive -- compose-hpc |