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-52-g843da9c
Date: Sun, 9 Jul 2017 13:54:36 +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  843da9cccff68c420061b09efe567bc50a087cbb (commit)
       via  b694e02b8c9cf65b85882dccedee78f065698bbf (commit)
       via  1299c102c04a7104c385719c498f9b9d21b9dea2 (commit)
       via  f475d485d80209828be3a1b891db0b465b1be047 (commit)
       via  978adada749a874d126fc8aa3555fcbbedee6b1b (commit)
      from  70f3479169ec1cc148fb3af9d1469a43a6e56938 (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 843da9cccff68c420061b09efe567bc50a087cbb
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 9 13:54:34 2017 +0200

    Dispatch "bitat" and "bitset" instructions

commit b694e02b8c9cf65b85882dccedee78f065698bbf
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 9 13:54:23 2017 +0200

    Implement "bitat" and "bitset" instructions

commit 1299c102c04a7104c385719c498f9b9d21b9dea2
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 9 13:54:02 2017 +0200

    Implement at and set operations for bits values

commit f475d485d80209828be3a1b891db0b465b1be047
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 9 13:53:20 2017 +0200

    Fix highlight mnemonic instead of first operand

commit 978adada749a874d126fc8aa3555fcbbedee6b1b
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 9 13:52:59 2017 +0200

    Add analysis for "bitat" and "bitset"

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

Summary of changes:
 src/cg/assembler/static_analysis.cpp |  6 +++---
 src/cg/lex.cpp                       |  3 ++-
 src/process/dispatch.cpp             |  6 ++++++
 src/process/instr/bits.cpp           | 33 +++++++++++++++++++++++++++++++++
 src/types/bits.cpp                   |  9 +++++++++
 5 files changed, 53 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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