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-263-g75bd6a7
Date: Sun, 25 Sep 2016 01:13:08 +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  75bd6a7f84cd03c313e62574c209e3b825cf9ff4 (commit)
       via  27f5b47c340debebe157c729c1fdbcadb45cf5d8 (commit)
       via  967f00c6bd36f78e6c0733a2877f56dded93537d (commit)
       via  e75022201efa77cb4c4f60e282d996d1f836f388 (commit)
       via  0ed74e7032f316580e22f949e107cff0191850aa (commit)
       via  0e1fe3f01a20112fe13f78b14978e9e4e2eb09ee (commit)
       via  24e38d64bb8c0fbe9079b93b4929b75caaa7eb85 (commit)
       via  20877791d923d59a7393c23f6cbf60473f3183f0 (commit)
       via  8a7e0bdbb79a177fc4a3794c74b1102e458c7242 (commit)
       via  36c2b2371183ac63aab31f7a99c61c97dfbe3817 (commit)
       via  707e7e29faf737e211af66c3c4d8530a9c5f3ca7 (commit)
      from  3e26486318a07ee65ee19cf125d4ea27b007d8ee (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 75bd6a7f84cd03c313e62574c209e3b825cf9ff4
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 25 00:57:09 2016 +0200

    Colorise more output

commit 27f5b47c340debebe157c729c1fdbcadb45cf5d8
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 24 17:08:07 2016 +0200

    Add new operand types

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

Summary of changes:
 Changelog.markdown                                 |   2 +
 include/viua/bytecode/operand_types.h              |  28 ++-
 include/viua/cg/lex.h                              |   1 +
 include/viua/front/asm.h                           |  12 +
 include/viua/version.h                             |   2 +-
 sample/asm/misc/broken_watchdog.asm                |   7 +-
 .../register_defined_before_being_named.asm}       |   3 +-
 .../register_name_already_taken.asm}               |   3 +-
 src/cg/assembler/static_analysis.cpp               | 229 +++++++++----------
 src/cg/lex.cpp                                     |  42 +++-
 src/front/asm.cpp                                  |  63 ++++--
 src/front/asm/generate.cpp                         | 246 ++++++++++++++++-----
 src/stdlib/viua/misc.asm                           |   7 +-
 tests/tests.py                                     |  51 ++---
 14 files changed, 448 insertions(+), 248 deletions(-)
 copy sample/asm/{errors/branch_false_backward_out_of_range.asm => 
static_analysis_errors/register_defined_before_being_named.asm} (96%)
 copy sample/asm/{concurrency/receive_timeout_500ms.asm => 
static_analysis_errors/register_name_already_taken.asm} (93%)


hooks/post-receive
-- 
Viua VM



reply via email to

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