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/177/5534fb2a/implement-bit-m


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-manipulation-instructions updated. v0.9.0-105-gca28418
Date: Sun, 16 Jul 2017 20:51:04 +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/177/5534fb2a/implement-bit-manipulation-instructions has been 
updated
       via  ca284183d63701a735642373f86029468e73bc39 (commit)
       via  e92ea058184c918b20e813fe51ad00adcc26f960 (commit)
       via  3e01f6a942240b5ebdbb05335b3c980446f52d26 (commit)
       via  99941c273a7a66dd45df9e210b1840b74b3a97db (commit)
       via  3de73cb4a1e7dde1343bd97689f4b96d3ca4e16c (commit)
       via  b163d8fc9cec10ce6a3d2f181c2f1836470f3a80 (commit)
      from  28796aea5b466b8a9ffa9f184a0ac83751bf2ed4 (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 ca284183d63701a735642373f86029468e73bc39
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 20:50:56 2017 +0200

    Test "bitxor" (bitwise xor) instruction

commit e92ea058184c918b20e813fe51ad00adcc26f960
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 20:50:36 2017 +0200

    Test "bitor" (bitwise or) instruction

commit 3e01f6a942240b5ebdbb05335b3c980446f52d26
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 20:49:46 2017 +0200

    Test arithemetic shift left

commit 99941c273a7a66dd45df9e210b1840b74b3a97db
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 20:48:56 2017 +0200

    Change test name

commit 3de73cb4a1e7dde1343bd97689f4b96d3ca4e16c
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 20:46:03 2017 +0200

    Add VIUA_DISASM_INVALID_RS_TYPES env var controlling how disassembler 
handles invalid RS types

commit b163d8fc9cec10ce6a3d2f181c2f1836470f3a80
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 20:40:43 2017 +0200

    Fix correctly calculate sizes of literal bitstrings with less than 8 bits

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

Summary of changes:
 .../{arithmetic_shift_right.asm => arithmetic_shift_left.asm} |  2 +-
 sample/asm/bits/manipulation/{bitand.asm => bitor.asm}        |  6 +++---
 sample/asm/bits/manipulation/{bitand.asm => bitxor.asm}       |  6 +++---
 src/cg/disassembler/disassembler.cpp                          |  7 ++++++-
 src/cg/tools.cpp                                              |  2 +-
 tests/tests.py                                                | 11 ++++++++++-
 6 files changed, 24 insertions(+), 10 deletions(-)
 copy sample/asm/bits/manipulation/{arithmetic_shift_right.asm => 
arithmetic_shift_left.asm} (95%)
 copy sample/asm/bits/manipulation/{bitand.asm => bitor.asm} (84%)
 copy sample/asm/bits/manipulation/{bitand.asm => bitxor.asm} (84%)


hooks/post-receive
-- 
Viua VM



reply via email to

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