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/e8113638/math-on-bits update


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/e8113638/math-on-bits updated. v0.9.0-944-g6a80ea9
Date: Fri, 15 Dec 2017 21:19:07 +0100 (CET)

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/e8113638/math-on-bits has been updated
       via  6a80ea96696c22b39703b744c1e62b74bf2168a4 (commit)
       via  80caa81609640b0fec3a67f9175390128e13b18b (commit)
      from  7c7b4e134de2dd614f4960447a5bb2005a9aaae9 (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 6a80ea96696c22b39703b744c1e62b74bf2168a4
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 15 21:18:56 2017 +0100

    Prepare for implementing subtraction

commit 80caa81609640b0fec3a67f9175390128e13b18b
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 15 21:18:39 2017 +0100

    Add test for checked signed subtraction

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

Summary of changes:
 include/viua/cg/bytecode/instructions.h            |  4 +
 include/viua/process.h                             |  4 +
 include/viua/program.h                             |  4 +
 include/viua/types/bits.h                          |  2 +
 .../maximum_maximum_subtraction.asm                |  2 +-
 src/cg/bytecode/instructions.cpp                   | 20 +++++
 src/cg/disassembler/disassembler.cpp               |  4 +
 src/cg/tools.cpp                                   | 28 +++++++
 src/front/asm/assemble_instruction.cpp             |  8 ++
 src/process/dispatch.cpp                           |  6 ++
 src/process/instr/bits.cpp                         | 28 +++++++
 src/programinstructions.cpp                        | 20 +++++
 src/types/bits.cpp                                 | 98 +++++++++++++++++++++-
 tests/tests.py                                     |  7 ++
 14 files changed, 232 insertions(+), 3 deletions(-)
 copy sample/asm/bits/arithmetic/{signed_wrapping => 
signed_checked}/maximum_maximum_subtraction.asm (93%)


hooks/post-receive
-- 
Viua VM



reply via email to

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