viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-148-g7314f79


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-148-g7314f79
Date: Sat, 10 Sep 2016 19:50:44 +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, devel has been updated
       via  7314f79a52fe0692ac5432392caeb0ff003baabd (commit)
       via  2b21397786e40e4a0d6624474f3cb2330c587b16 (commit)
       via  9fbca64cb06f8d9eff09bd987ce12331847dbbcf (commit)
      from  bc75638ab248e028581d0c5defa52348dd5ef117 (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 7314f79a52fe0692ac5432392caeb0ff003baabd
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 10 19:35:06 2016 +0200

    Add SA of "isnull" instruction

commit 2b21397786e40e4a0d6624474f3cb2330c587b16
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 10 19:34:43 2016 +0200

    Better error message on undeclared register names

commit 9fbca64cb06f8d9eff09bd987ce12331847dbbcf
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 10 19:34:02 2016 +0200

    Add SA of "insert" instruction

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

Summary of changes:
 .../insert_from_empty_register.asm}                |  6 ++---
 .../insert_into_empty_register.asm}                |  6 ++---
 .../insert_key_from_empty_register.asm}            |  6 ++---
 .../isnull_fails_on_nonempty_registers.asm}        |  3 +--
 src/cg/assembler/static_analysis.cpp               | 27 ++++++++++++++++++++++
 src/front/asm/generate.cpp                         |  2 +-
 tests/tests.py                                     | 12 ++++++++++
 7 files changed, 50 insertions(+), 12 deletions(-)
 copy sample/asm/{errors/branch_false_backward_out_of_range.asm => 
static_analysis_errors/insert_from_empty_register.asm} (86%)
 copy sample/asm/{errors/branch_false_backward_out_of_range.asm => 
static_analysis_errors/insert_into_empty_register.asm} (85%)
 copy sample/asm/{errors/branch_false_forward_out_of_range.asm => 
static_analysis_errors/insert_key_from_empty_register.asm} (86%)
 copy sample/asm/{errors/branch_false_negative_absolute.asm => 
static_analysis_errors/isnull_fails_on_nonempty_registers.asm} (97%)


hooks/post-receive
-- 
Viua VM



reply via email to

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