From: adrian <adr...@us...> - 2013-02-01 06:36:41
|
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 22bc3fa654003f08374653c656d8c6fea8e4f2c6 (commit) via 1960643768a1f2b55efa0f362bedecb92e17cf61 (commit) via 7ff169b7043770d31c805566b591f017c783c800 (commit) via e73ccd828e2c96ef4f4833a8ff9b25ae218628f2 (commit) via d1e5eaf557979492f2632dd9580af3939487b83c (commit) from d4707d9759ad074908cef23ed4fc51e89b7f3e31 (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 22bc3fa654003f08374653c656d8c6fea8e4f2c6 Author: Adrian Prantl <ad...@ll...> Date: Thu Jan 31 22:36:15 2013 -0800 ensure that enums are passed as 64 bit values commit 1960643768a1f2b55efa0f362bedecb92e17cf61 Author: Adrian Prantl <ad...@ll...> Date: Thu Jan 31 17:16:15 2013 -0800 provide a better solution to force using all-non-PIC code if Chapel is involved commit 7ff169b7043770d31c805566b591f017c783c800 Author: Adrian Prantl <ad...@ll...> Date: Thu Jan 31 17:15:33 2013 -0800 fix logic commit e73ccd828e2c96ef4f4833a8ff9b25ae218628f2 Author: Adrian Prantl <ad...@ll...> Date: Thu Jan 31 17:15:24 2013 -0800 fix comparison logic commit d1e5eaf557979492f2632dd9580af3939487b83c Author: Adrian Prantl <ad...@ll...> Date: Thu Jan 31 10:30:14 2013 -0800 sidl.Array()s can now be initialized through a generic sidl__array ----------------------------------------------------------------------- Summary of changes: braid/braid/babel.py | 15 ++- braid/braid/chapel/chpl_backend.py | 10 +- braid/braid/chapel/chpl_code.py | 2 + braid/braid/chapel/chpl_conversions.burg | 28 ++-- braid/braid/codegen.py | 4 + braid/braid/ior_template.py | 1 + braid/braid/ir.def | 3 +- braid/braid/ir.py | 161 +++++++++++++++++++- braid/chpl/SIDLArray.chpl | 20 +++- braid/chpl/chpl_sidl_array.h | 2 + braid/doc/users_guide.html | 2 +- .../interop/args/libChapel/Args_Impl.chpl | 4 +- .../interop/arrays/runChapel/arraystest.chpl | 5 +- braid/regression/interop/build-client.sh.in | 58 +++----- .../interop/enums/runChapel/enumstest.chpl | 3 +- 15 files changed, 253 insertions(+), 65 deletions(-) hooks/post-receive -- compose-hpc |