viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch issue/1675dafd/force-using-explici


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/1675dafd/force-using-explicit-register-set-names updated. v0.9.0-1476-g10f4302
Date: Fri, 30 Mar 2018 10:52:21 +0200 (CEST)

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 "Viua VM".

The branch, issue/1675dafd/force-using-explicit-register-set-names has been 
updated
       via  10f43028bb1fa9a52c00d018f007a327d203a66c (commit)
       via  49c4afd9804c7c70b3f56365e064a3e739454499 (commit)
       via  084bd7992c1cd2d1fa97176898bc7faa31704f96 (commit)
       via  ba4de5c0c4f3a4efec468f5fce4001667bf1c530 (commit)
      from  40f7d84b5450f0122d6959810e64ac6ade3acf62 (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 10f43028bb1fa9a52c00d018f007a327d203a66c
Author: Marek Marecki <address@hidden>
Date:   Fri Mar 30 10:52:17 2018 +0200

    Fix closure samples

commit 49c4afd9804c7c70b3f56365e064a3e739454499
Author: Marek Marecki <address@hidden>
Date:   Thu Mar 29 22:46:00 2018 +0200

    Fix float samples

commit 084bd7992c1cd2d1fa97176898bc7faa31704f96
Author: Marek Marecki <address@hidden>
Date:   Thu Mar 29 22:43:38 2018 +0200

    Fix normalisation of "not"

commit ba4de5c0c4f3a4efec468f5fce4001667bf1c530
Author: Marek Marecki <address@hidden>
Date:   Thu Mar 29 22:13:48 2018 +0200

    Fix: use void to drop return values in "join"

-----------------------------------------------------------------------

Summary of changes:
 .../asm/concurrency/process_from_linked_base.asm   |  2 +-
 sample/asm/float/gte.asm                           |  8 ++---
 sample/asm/float/in_condition.asm                  | 14 ++++----
 sample/asm/float/lt.asm                            |  8 ++---
 sample/asm/float/lte.asm                           |  8 ++---
 sample/asm/float/mul.asm                           |  8 ++---
 sample/asm/float/sub.asm                           |  8 ++---
 sample/asm/functions/closures/adder.asm            | 28 +++++++--------
 .../capturecopy_creates_independent_objects.asm    | 16 ++++-----
 .../closures/captured_variable_left_in_scope.asm   | 12 +++----
 .../change_enclosed_variable_from_closure.asm      | 12 +++----
 sample/asm/functions/closures/nested_closures.asm  | 40 ++++++++++++----------
 sample/asm/functions/closures/shared_variables.asm | 36 +++++++++----------
 sample/asm/functions/closures/simple.asm           |  9 ++---
 .../functions/closures/simple_enclose_by_copy.asm  | 11 +++---
 .../functions/closures/simple_enclose_by_move.asm  | 10 +++---
 sample/misc/processes.asm                          |  2 +-
 src/cg/lex.cpp                                     | 12 +++----
 18 files changed, 125 insertions(+), 119 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]