From: adrian <adr...@us...> - 2012-09-19 23:58:10
|
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 a91a5609010fec866f50c04287929e31ceea3263 (commit) via d7a0001b2b9ab366894c45d89c8cc70e4de069e9 (commit) via 0d20a33e04edb0d220eb828c61c9b4d5ad33c871 (commit) via a3669ccae8abca83d20140d221953d69a6650251 (commit) via a2e193c5a77f6c7accfd5a80814921ebd0531809 (commit) via 723a700aa1faca8e800dc37a950821a1831e8c18 (commit) via d300f14588760e30f540b38da20b5bcd35236919 (commit) via 84a5daa97f385dce240d53ed66dea17e02206227 (commit) via 24b99e6975d9eb6ebb5f2f73af07d433c83dde4d (commit) from ec6d6718f9964104d530dd80a5da8426d96275cd (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 a91a5609010fec866f50c04287929e31ceea3263 Author: Adrian Prantl <ad...@ll...> Date: Wed Sep 19 16:57:27 2012 -0700 make generic arrays opaque in chapel code commit d7a0001b2b9ab366894c45d89c8cc70e4de069e9 Merge: 0d20a33 ec6d671 Author: Adrian Prantl <ad...@ll...> Date: Wed Sep 19 16:55:49 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 0d20a33e04edb0d220eb828c61c9b4d5ad33c871 Author: Adrian Prantl <ad...@ll...> Date: Wed Sep 19 16:41:47 2012 -0700 postpone cstub call generation into assign node commit a3669ccae8abca83d20140d221953d69a6650251 Author: Adrian Prantl <ad...@ll...> Date: Tue Sep 18 17:11:24 2012 -0700 checkpoint: new burg backend compiles args testcases commit a2e193c5a77f6c7accfd5a80814921ebd0531809 Author: Adrian Prantl <ad...@ll...> Date: Wed Sep 5 11:10:10 2012 -0700 major improvements to burg.py commit 723a700aa1faca8e800dc37a950821a1831e8c18 Author: Adrian Prantl <ad...@ll...> Date: Wed Aug 22 08:41:14 2012 -0700 Rewrote the Chapel code generator to use BURG for the entire call expression instead of the individual arguments commit d300f14588760e30f540b38da20b5bcd35236919 Author: Adrian Prantl <ad...@ll...> Date: Fri Aug 10 09:16:00 2012 -0700 major refactoring/simplification of braid core, work-in-progress commit 84a5daa97f385dce240d53ed66dea17e02206227 Author: Adrian Prantl <ad...@ll...> Date: Fri Aug 3 11:29:14 2012 -0700 bugfix commit 24b99e6975d9eb6ebb5f2f73af07d433c83dde4d Author: Adrian Prantl <ad...@ll...> Date: Fri Aug 3 11:16:15 2012 -0700 use the ugly enum unscoping code also for impl generation ----------------------------------------------------------------------- Summary of changes: braid/Makefile.am | 59 +- braid/Makefile.in | 1479 ++--------------------------- braid/braid/Makefile.include | 2 +- braid/braid/babel.py | 220 +++-- braid/braid/braid.py | 3 + braid/braid/burg.py | 365 +++++-- braid/braid/chapel/chpl.py | 2 + braid/braid/chapel/chpl_backend.py | 1219 +++++++++++++++--------- braid/braid/chapel/chpl_code.py | 99 ++- braid/braid/chapel/chpl_conversions.burg | 1133 ++++++++++++++++++++--- braid/braid/codegen.py | 20 +- braid/braid/ior.py | 1 + braid/braid/ir.def | 19 +- braid/braid/ir.py | 474 +++++++++- braid/braid/scanner.l | 1 + braid/braid/sidl.def | 12 +- braid/braid/sidl.py | 391 +++++++- braid/braid/sidl_parser.py | 66 +- braid/braid/sidlobjects.py | 18 + braid/chpl/SIDLArray.chpl | 13 +- braid/chpl/chpl_sidl_array.h | 2 + braid/doc/braid.1 | 2 +- braid/doc/users_guide.html | 6 +- braid/regression/interop/Makefile.include | 2 +- braid/regression/interop/tests.mk | 2 +- 25 files changed, 3292 insertions(+), 2318 deletions(-) hooks/post-receive -- compose-hpc |