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/152/refactor-operand-encodin


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/152/refactor-operand-encoding-and-decoding updated. v0.8.4-273-g42e028d
Date: Sun, 25 Sep 2016 20:45:27 +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/152/refactor-operand-encoding-and-decoding has been updated
       via  42e028ddd9d7b265fbbae754073c8c3591d3c2ff (commit)
       via  62a37726e54303e5577e77f3a09a8bb4545466cf (commit)
       via  b31f77763822606931e121fd37b56ef106515532 (commit)
       via  48f47a5b898fdbe9c8670c7f8e299b6c5cb17363 (commit)
       via  6d5422348ec128881700a3aa8da05b9f63951e7b (commit)
      from  e5a55bb608ff51d994ddc19f3202f313eeaa27af (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 42e028ddd9d7b265fbbae754073c8c3591d3c2ff
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 20:29:28 2016 +0200

    Update version

commit 62a37726e54303e5577e77f3a09a8bb4545466cf
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 20:15:22 2016 +0200

    Expand "strstore" instructions with only one operand with empty string
    
    strstore instruction now has a default second operand, which is an empty
    string.
    Assembler expands strstore instructions with one operand, e.g.:
    
        strstore 1
    
    to two operand form:
    
        strstore 1 ""

commit b31f77763822606931e121fd37b56ef106515532
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 20:15:22 2016 +0200

    Expand "fstore" instructions with only one operand with zero
    
    fstore instruction now has a default second operand, which is zero.
    Assembler expands fstore instructions with one operand, e.g.:
    
        fstore 1
    
    to two operand form:
    
        fstore 1 0.0

commit 48f47a5b898fdbe9c8670c7f8e299b6c5cb17363
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 20:15:22 2016 +0200

    Expand "istore" instructions with only one operand with zero
    
    istore instruction now has a default second operand, which is zero.
    Assembler expands istore instructions with one operand, e.g.:
    
        istore 1
    
    to two operand form:
    
        istore 1 0

commit 6d5422348ec128881700a3aa8da05b9f63951e7b
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 20:14:34 2016 +0200

    More colors

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

Summary of changes:
 Changelog.markdown         |  3 +++
 include/viua/version.h     |  2 +-
 src/cg/lex.cpp             | 21 +++++++++++++++++++++
 src/front/asm/generate.cpp | 21 ++++++++++++++++++---
 4 files changed, 43 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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