From: adrian <adr...@us...> - 2012-01-11 22:08:42
|
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 4a6db3137a9fe618f9ef07666f7e91125395f327 (commit) via a2435c952941f00af71cdddda15e5e6d2f8019d5 (commit) via b6a933d3684c77354191343a34f13db3a6fbac9e (commit) via 178ba74061ee8b29a03e8c43c6ee84fb3c10e220 (commit) via cae664928f6e6b3483493c0cb25df8136e7c056d (commit) via 8fbe8f425c399fd12fa6a59eb7228e75023a1610 (commit) from 3a58323f8f3f9248e6553b93396461238593d1c9 (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 4a6db3137a9fe618f9ef07666f7e91125395f327 Author: Adrian Prantl <ad...@ll...> Date: Wed Jan 11 14:07:57 2012 -0800 Chapel library benchmarks compile+run now added float literals renamed this argument several Makefile fixes for Chapel SVN commit a2435c952941f00af71cdddda15e5e6d2f8019d5 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 10 17:06:19 2012 -0800 more Chapel server capabilities: epv initialization, ... commit b6a933d3684c77354191343a34f13db3a6fbac9e Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 10 11:55:10 2012 -0800 implemented proper splicing commit 178ba74061ee8b29a03e8c43c6ee84fb3c10e220 Author: Adrian Prantl <ad...@ll...> Date: Tue Jan 10 10:08:30 2012 -0800 Babel exception intent is 'out', not 'inout'. commit cae664928f6e6b3483493c0cb25df8136e7c056d Author: Adrian Prantl <ad...@ll...> Date: Mon Jan 9 20:00:42 2012 -0800 checkpoint: structs benchmarks for chapel generate, but do not compile yet commit 8fbe8f425c399fd12fa6a59eb7228e75023a1610 Author: Adrian Prantl <ad...@ll...> Date: Mon Jan 9 15:12:06 2012 -0800 checkpoint: a big patch to get structs benchmarks working with the updated braid IR ----------------------------------------------------------------------- Summary of changes: braid/aclocal.m4 | 4 +- braid/braid/chapel/backend.py | 262 ++++++++++++++++++----- braid/braid/chapel/cgen.py | 36 +++- braid/braid/codegen.py | 244 ++++++++++++--------- braid/braid/ir.def | 7 +- braid/braid/ir.py | 336 +++++++++++++++++++++-------- braid/braid/splicer.py | 78 +++++++ braid/examples/structbench/Makefile | 13 +- braid/examples/structbench/benchgen.py | 155 ++++++++------ braid/regression/interop/Makefile.include | 2 +- 10 files changed, 802 insertions(+), 335 deletions(-) hooks/post-receive -- compose-hpc |