viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2643-g767486


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2643-g7674868
Date: Fri, 27 Mar 2020 20:01:04 +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, devel has been updated
       via  7674868cb3771e33da95c203633a777203257262 (commit)
       via  2e17dd6b01348f34424def2b7089bc1955fe1857 (commit)
      from  1288cf8a71482d4162a571eccf39fe5899d13122 (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 7674868cb3771e33da95c203633a777203257262
Author: Marek Marecki <address@hidden>
Date:   Fri Mar 27 19:59:09 2020 +0100

    Move bytecode size type to codec header

commit 2e17dd6b01348f34424def2b7089bc1955fe1857
Author: Marek Marecki <address@hidden>
Date:   Fri Mar 27 19:53:32 2020 +0100

    Move bits size type to codec header

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

Summary of changes:
 include/viua/assembler/backend/op_assemblers.h     |   4 +-
 include/viua/bytecode/bytetypedef.h                |   4 -
 include/viua/bytecode/codec.h                      |   4 +
 include/viua/cg/assembler/assembler.h              |   4 +-
 include/viua/cg/disassembler/disassembler.h        |   2 +-
 include/viua/cg/tools.h                            |   5 +-
 include/viua/front/asm.h                           |   6 +-
 include/viua/kernel/kernel.h                       |  16 ++--
 include/viua/loader.h                              |  29 +++---
 include/viua/program.h                             |  18 ++--
 .../backend/op_assemblers/assemble_op_if.cpp       |   4 +-
 .../backend/op_assemblers/assemble_op_jump.cpp     |   4 +-
 src/bytecode/codec/main/encoder.cpp                |   2 +-
 src/cg/disassembler/disassembler.cpp               |   6 +-
 src/cg/tools.cpp                                   |  10 +-
 src/front/asm/assemble_instruction.cpp             |  20 ++--
 src/front/asm/generate.cpp                         | 106 ++++++++++-----------
 src/front/dis.cpp                                  |   4 +-
 src/kernel/kernel.cpp                              |   8 +-
 src/program.cpp                                    |   2 +-
 src/programinstructions.cpp                        |   8 +-
 21 files changed, 133 insertions(+), 133 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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