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-94-gc809734
Date: Sun, 16 Jul 2017 01:06:47 +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  c809734f36f949c6a7798aae033cf47d15ee2002 (commit)
       via  b76d5297294b26d68c8d485fcb82e8d5a4f4adf7 (commit)
       via  9c91f3e903a96006ca5434840212eaa6cd4b7ecd (commit)
      from  9f1feb18cae1b5ab3914839b3259104bd3dee34a (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 c809734f36f949c6a7798aae033cf47d15ee2002
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 01:06:41 2017 +0200

    Add test for 0b, 0o, and 0x literals equivallence

commit b76d5297294b26d68c8d485fcb82e8d5a4f4adf7
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 01:06:13 2017 +0200

    Calculate sizes consistently (maybe in a less efficient, but correct and 
consistent way)

commit 9c91f3e903a96006ca5434840212eaa6cd4b7ecd
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 01:05:16 2017 +0200

    Move binary literal handling functions to their own file

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

Summary of changes:
 Makefile                                           |   7 +-
 .../manipulation/{hello_world.asm => literals.asm} |  11 +-
 src/cg/assembler/binary_literals.cpp               | 137 +++++++++++++++++++++
 src/cg/assembler/operands.cpp                      | 107 ----------------
 src/cg/tools.cpp                                   |  29 ++---
 tests/tests.py                                     |   7 ++
 6 files changed, 170 insertions(+), 128 deletions(-)
 copy sample/asm/bits/manipulation/{hello_world.asm => literals.asm} (76%)
 create mode 100644 src/cg/assembler/binary_literals.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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