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/169/using-multiple-register-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/169/using-multiple-register-sets-in-single-instruction updated. v0.8.4-855-g9f9ff84
Date: Tue, 24 Jan 2017 20:59:49 +0100 (CET)

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/169/using-multiple-register-sets-in-single-instruction has 
been updated
       via  9f9ff84b0c8dd1c4ba888f46611131267ecf7fee (commit)
       via  d4bcebad4c6954d4b70c372a9146fa4791d9cc2d (commit)
       via  340bca87ec1c9f3f5efd121962a65f838fc8310e (commit)
       via  0a6ce535de83073a296d9f2e515210769c9c6123 (commit)
       via  9540e594a76cb9e13c18601354a229b417932040 (commit)
       via  7a1840e1ab4deb49560002ca1d0bfe7ca852877e (commit)
      from  196e729217a2f9118ac9f7e93e7ba29a281b90c4 (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 9f9ff84b0c8dd1c4ba888f46611131267ecf7fee
Author: Marek Marecki <address@hidden>
Date:   Tue Jan 24 20:59:02 2017 +0100

    Update boilerplate generator

commit d4bcebad4c6954d4b70c372a9146fa4791d9cc2d
Author: Marek Marecki <address@hidden>
Date:   Tue Jan 24 20:58:52 2017 +0100

    Allow chaining InvalidSyntax::add() calls

commit 340bca87ec1c9f3f5efd121962a65f838fc8310e
Author: Marek Marecki <address@hidden>
Date:   Tue Jan 24 20:58:34 2017 +0100

    Additional verification for main function

commit 0a6ce535de83073a296d9f2e515210769c9c6123
Author: Marek Marecki <address@hidden>
Date:   Tue Jan 24 20:58:15 2017 +0100

    Allow assembling with explict rs types for izero

commit 9540e594a76cb9e13c18601354a229b417932040
Author: Marek Marecki <address@hidden>
Date:   Tue Jan 24 00:22:38 2017 +0100

    Reorder index and rs type in bytecode

commit 7a1840e1ab4deb49560002ca1d0bfe7ca852877e
Author: Marek Marecki <address@hidden>
Date:   Fri Jan 20 23:47:04 2017 +0100

    Better error messages

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

Summary of changes:
 include/viua/cg/assembler/assembler.h       |  1 +
 include/viua/cg/bytecode/instructions.h     |  1 +
 include/viua/cg/disassembler/disassembler.h |  1 +
 include/viua/cg/lex.h                       |  2 +-
 scripts/boilerplate_asm.sh                  |  2 +-
 src/bytecode/decoder/operands.cpp           | 17 +++---
 src/cg/assembler/operands.cpp               | 22 +++++++-
 src/cg/assembler/static_analysis.cpp        | 10 +++-
 src/cg/bytecode/instructions.cpp            | 14 +++--
 src/cg/disassembler/disassembler.cpp        | 86 ++++++++++++++++++++++++++++-
 src/cg/lex.cpp                              | 11 +++-
 src/cg/tools.cpp                            |  6 +-
 src/front/asm/generate.cpp                  | 26 ++++++++-
 13 files changed, 170 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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