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-6329ca01-implement-i-o-instr


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-6329ca01-implement-i-o-instructions updated. v0.9.0-2504-gbac09ff
Date: Sat, 27 Jul 2019 17:30:37 +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-6329ca01-implement-i-o-instructions has been updated
       via  bac09ffae09121ce95fb362f1c365e7c86b7b875 (commit)
      from  1521078db560f63c1b87537f9721aa29788f83bc (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 bac09ffae09121ce95fb362f1c365e7c86b7b875
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 27 17:29:41 2019 +0200

    I/O instructions stuff

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

Summary of changes:
 Makefile                                           |  5 +-
 include/viua/assembler/backend/op_assemblers.h     |  2 +
 include/viua/cg/bytecode/instructions.h            | 11 ++++
 include/viua/process.h                             |  6 +++
 include/viua/program.h                             |  6 +++
 ...mble_op_receive.cpp => assemble_op_io_wait.cpp} | 17 +++++--
 src/cg/bytecode/instructions.cpp                   | 33 ++++++++++++
 src/front/asm/assemble_instruction.cpp             | 11 ++++
 src/process/dispatch.cpp                           | 11 +++-
 src/process/instr/io.cpp                           | 58 ++++++++++++++++++++++
 src/programinstructions.cpp                        | 25 ++++++++++
 11 files changed, 179 insertions(+), 6 deletions(-)
 copy src/assembler/backend/op_assemblers/{assemble_op_receive.cpp => 
assemble_op_io_wait.cpp} (69%)
 create mode 100644 src/process/instr/io.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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