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/38a0f558/add-instruction-for


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/38a0f558/add-instruction-for-allocating-local-registers updated. v0.9.0-1726-g1fd193e
Date: Sun, 17 Jun 2018 21:39:02 +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/38a0f558/add-instruction-for-allocating-local-registers has 
been updated
       via  1fd193e21e64ab1100ec5e8315e39e2220268082 (commit)
       via  93503b5c5839f541faf4f2a39bbc054f95498b18 (commit)
       via  63d85a7b1ea079c63d6b82daa53a44a9634ebecc (commit)
      from  1ac7bfe8c53122bbfe9ecce98ec41d8797323087 (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 1fd193e21e64ab1100ec5e8315e39e2220268082
Author: Marek Marecki <address@hidden>
Date:   Sun Jun 17 21:38:59 2018 +0200

    Add to_string() for Register type

commit 93503b5c5839f541faf4f2a39bbc054f95498b18
Author: Marek Marecki <address@hidden>
Date:   Sun Jun 17 21:34:41 2018 +0200

    Fix: add missing "allocate_registers"

commit 63d85a7b1ea079c63d6b82daa53a44a9634ebecc
Author: Marek Marecki <address@hidden>
Date:   Sun Jun 17 21:34:08 2018 +0200

    Update copyright notices

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

Summary of changes:
 include/viua/assembler/frontend/static_analyser.h           |  1 +
 sample/asm/float/add.asm                                    |  2 +-
 sample/asm/float/div.asm                                    |  2 +-
 sample/asm/float/eq.asm                                     |  2 +-
 sample/asm/float/fstore_default.asm                         |  4 +++-
 sample/asm/float/gt.asm                                     |  2 +-
 sample/asm/float/gte.asm                                    |  2 +-
 sample/asm/float/in_condition.asm                           |  2 +-
 sample/asm/float/lte.asm                                    |  2 +-
 sample/asm/float/mul.asm                                    |  2 +-
 sample/asm/float/sub.asm                                    |  2 +-
 sample/asm/functions/closures/adder.asm                     |  6 ++++++
 .../closures/capturecopy_creates_independent_objects.asm    |  6 ++++--
 .../functions/closures/captured_variable_left_in_scope.asm  |  8 ++++++--
 .../closures/change_enclosed_variable_from_closure.asm      |  6 ++++--
 sample/asm/functions/closures/nested_closures.asm           |  6 +++++-
 sample/asm/functions/closures/shared_variables.asm          | 11 ++++++++---
 sample/asm/functions/closures/simple.asm                    |  2 +-
 sample/asm/functions/closures/simple_enclose_by_copy.asm    |  2 +-
 sample/asm/functions/closures/simple_enclose_by_move.asm    |  2 +-
 src/assembler/frontend/static_analyser/Register.cpp         | 13 +++++++++++++
 src/assembler/frontend/static_analyser/register_usage.cpp   |  2 +-
 22 files changed, 63 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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