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-116-gf166131
Date: Mon, 17 Jul 2017 23:41:28 +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  f16613167d974df8ac3309c84237d737035b4416 (commit)
      from  76f2ddeb76621f50482e33a376f2282cdde06753 (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 f16613167d974df8ac3309c84237d737035b4416
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 17 23:41:25 2017 +0200

    More tests for bit manipulation instructions

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

Summary of changes:
 sample/asm/bits/manipulation/arithmetic_shift_left.asm    |  1 +
 sample/asm/bits/manipulation/arithmetic_shift_right.asm   |  3 ++-
 .../{arithmetic_shift_left.asm => ashl_to_void.asm}       |  2 +-
 .../{arithmetic_shift_left.asm => ashr_to_void.asm}       |  2 +-
 sample/asm/bits/manipulation/shr.asm                      |  3 ++-
 .../manipulation/{shl_to_void.asm => shr_to_void.asm}     |  4 ++--
 tests/tests.py                                            | 15 ++++++++++++---
 7 files changed, 21 insertions(+), 9 deletions(-)
 copy sample/asm/bits/manipulation/{arithmetic_shift_left.asm => 
ashl_to_void.asm} (95%)
 copy sample/asm/bits/manipulation/{arithmetic_shift_left.asm => 
ashr_to_void.asm} (95%)
 copy sample/asm/bits/manipulation/{shl_to_void.asm => shr_to_void.asm} (90%)


hooks/post-receive
-- 
Viua VM



reply via email to

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