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-285-gafb1344
Date: Sun, 25 Sep 2016 23:47:59 +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  afb1344be26de73c7284745702fb35650e8d452a (commit)
       via  bc1e15e22fbfaf7d2db77d6f09bc261bd6148398 (commit)
       via  9b2fbcfdfdcb5597c3ca63745e370e033496084a (commit)
       via  ad86bd17d0f89377f2b0b27f01138c2d0425d922 (commit)
       via  79d47c7c9c9188286326f0d2db282ce9ce5111e7 (commit)
       via  f614f326bababb223d9affc18732ceddaacadbe1 (commit)
       via  a6cf72027beb4674f82d9edbc3f469e395f63158 (commit)
       via  63403609ec0f51233a3865a282986b19435a3ad5 (commit)
       via  b8d5effb8ad2160c1c54bde3daa6d09f35a2bb9e (commit)
      from  7b9bf84f7ef13fa818be579cd44569d0c909ca67 (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 afb1344be26de73c7284745702fb35650e8d452a
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:32:02 2016 +0200

    Generate bytecode using tokens, not lines

commit bc1e15e22fbfaf7d2db77d6f09bc261bd6148398
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:31:38 2016 +0200

    Fix old syntax

commit 9b2fbcfdfdcb5597c3ca63745e370e033496084a
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:31:11 2016 +0200

    Expand "enclose*" instructions

commit ad86bd17d0f89377f2b0b27f01138c2d0425d922
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:30:59 2016 +0200

    Expand "vpop" instructions

commit 79d47c7c9c9188286326f0d2db282ce9ce5111e7
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:30:46 2016 +0200

    Expand "frame" instructions

commit f614f326bababb223d9affc18732ceddaacadbe1
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:30:16 2016 +0200

    Fix generating spurious newline when counting instructions in [] wrap

commit a6cf72027beb4674f82d9edbc3f469e395f63158
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:29:36 2016 +0200

    Fix incorrect comment

commit 63403609ec0f51233a3865a282986b19435a3ad5
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 23:29:08 2016 +0200

    Better code formatting

commit b8d5effb8ad2160c1c54bde3daa6d09f35a2bb9e
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 21:53:34 2016 +0200

    Add tests for default values of "istore", "fstore", and "strstore"

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

Summary of changes:
 sample/asm/boolean/and.asm                         |   2 +-
 sample/asm/boolean/not.asm                         |   2 +-
 sample/asm/boolean/or.asm                          |   2 +-
 .../fstore_default.asm}                            |   2 +-
 .../istore_default.asm}                            |   2 +-
 .../strstore_default.asm}                          |   2 +-
 src/cg/lex.cpp                                     |  54 +-
 src/front/asm/generate.cpp                         | 652 +++++++++------------
 tests/tests.py                                     |   9 +
 9 files changed, 326 insertions(+), 401 deletions(-)
 copy sample/asm/{concurrency/receive_timeout_zero_milliseconds.asm => 
float/fstore_default.asm} (97%)
 copy sample/asm/{concurrency/receive_timeout_zero_milliseconds.asm => 
int/istore_default.asm} (97%)
 copy sample/asm/{concurrency/receive_timeout_zero_milliseconds.asm => 
string/strstore_default.asm} (97%)


hooks/post-receive
-- 
Viua VM



reply via email to

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