viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch master updated. v0.9.0-2545-g97329


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch master updated. v0.9.0-2545-g9732974
Date: Sat, 21 Sep 2019 20:07:54 +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, master has been updated
       via  9732974c752f3151502f037ee511abd07a11922a (commit)
       via  239a6d57ed01f94196490fd7b73ccaf598ba1d7b (commit)
      from  5bb9b8fb4c4ed3a360b6587f48205b4cb198d721 (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 9732974c752f3151502f037ee511abd07a11922a
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 21 20:05:48 2019 +0200

    Check io_cancel and io_close instructions
    
    The I/O instructions are now fully supported by the checker.

commit 239a6d57ed01f94196490fd7b73ccaf598ba1d7b
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 21 19:38:08 2019 +0200

    Add checks for io_write and io_wait instructions
    
    The "Hello, World!" example can be compiled without --no-sa flag or
    "no_sa" tag.

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

Summary of changes:
 Makefile                                             |  4 ++++
 README.asm                                           | 10 ++++++----
 include/viua/assembler/frontend/static_analyser.h    |  8 ++++++++
 include/viua/version.h                               |  2 +-
 .../{check_op_struct.cpp => check_op_io_cancel.cpp}  | 20 ++++++++++----------
 .../{check_op_struct.cpp => check_op_io_close.cpp}   | 20 ++++++++++----------
 .../{check_op_structat.cpp => check_op_io_wait.cpp}  | 19 ++++---------------
 .../{check_op_io_read.cpp => check_op_io_write.cpp}  |  2 +-
 .../frontend/static_analyser/register_usage.cpp      | 10 +++++++---
 9 files changed, 51 insertions(+), 44 deletions(-)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_struct.cpp => 
check_op_io_cancel.cpp} (70%)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_struct.cpp => 
check_op_io_close.cpp} (70%)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_structat.cpp => 
check_op_io_wait.cpp} (75%)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_io_read.cpp => 
check_op_io_write.cpp} (97%)


hooks/post-receive
-- 
Viua VM



reply via email to

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