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-941-g97eab43
Date: Thu, 7 Dec 2017 21:05:49 +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  97eab43cf34630759c37b8d815b8ba1c1fd2220a (commit)
       via  8ff23c0f697eaf7403d37f70977f0e51425aaa2d (commit)
       via  be8c6f6135b4acb3e9d379bf415e22a247a28a88 (commit)
       via  0c0bcfc828b56ded465a4381f64be1d0d8373193 (commit)
       via  cdc40e4d5a6ead9e8551504a0bd1d188f7d3d789 (commit)
      from  10b07ed451bf5199b516d621e900d5a37084f87b (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 97eab43cf34630759c37b8d815b8ba1c1fd2220a
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 7 21:05:45 2017 +0100

    Use "wrapsub" instead of "bitnot/wrapincrement/wrapadd"

commit 8ff23c0f697eaf7403d37f70977f0e51425aaa2d
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 7 21:04:08 2017 +0100

    Implement wrapping subtraction

commit be8c6f6135b4acb3e9d379bf415e22a247a28a88
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 7 21:03:52 2017 +0100

    Add SA for subtraction instructions

commit 0c0bcfc828b56ded465a4381f64be1d0d8373193
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 7 21:02:08 2017 +0100

    Compile and disassemble "wrapsub" instruction

commit cdc40e4d5a6ead9e8551504a0bd1d188f7d3d789
Author: Marek Marecki <address@hidden>
Date:   Thu Dec 7 21:00:42 2017 +0100

    Add subtraction instructions to bytecode definition

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

Summary of changes:
 include/viua/bytecode/maps.h                               |  5 +++++
 include/viua/bytecode/opcodes.h                            |  5 +++++
 include/viua/cg/bytecode/instructions.h                    |  1 +
 include/viua/process.h                                     |  1 +
 include/viua/program.h                                     |  1 +
 include/viua/types/bits.h                                  |  1 +
 .../signed_wrapping/maximum_maximum_subtraction.asm        |  6 +-----
 src/assembler/frontend/static_analyser/register_usage.cpp  |  5 +++--
 src/cg/bytecode/instructions.cpp                           |  5 +++++
 src/cg/disassembler/disassembler.cpp                       |  1 +
 src/cg/tools.cpp                                           |  7 +++++++
 src/front/asm/assemble_instruction.cpp                     |  2 ++
 src/process/dispatch.cpp                                   |  3 +++
 src/process/instr/bits.cpp                                 | 14 ++++++++++++++
 src/programinstructions.cpp                                |  5 +++++
 src/types/bits.cpp                                         |  4 ++++
 tests/tests.py                                             |  2 +-
 17 files changed, 60 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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