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-2639-gb38ebb


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2639-gb38ebb1
Date: Thu, 26 Mar 2020 08:54:10 +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  b38ebb194f211251e930c070072dd565940a82fb (commit)
       via  53e7fc5d243432033d9c30c1f0315f5723652f99 (commit)
      from  9ea0259aaa7caf23764b11d313977b1696a8cc16 (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 b38ebb194f211251e930c070072dd565940a82fb
Author: Marek Marecki <address@hidden>
Date:   Thu Mar 26 08:52:19 2020 +0100

    Move register index type to codec

commit 53e7fc5d243432033d9c30c1f0315f5723652f99
Author: Marek Marecki <address@hidden>
Date:   Thu Mar 26 08:40:45 2020 +0100

    WIP

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

Summary of changes:
 include/viua/assembler/frontend/static_analyser.h  | 10 +--
 include/viua/assert.h                              |  2 +-
 include/viua/bytecode/bytetypedef.h                |  4 +-
 include/viua/bytecode/opcodes.h                    |  2 +-
 include/viua/cg/disassembler/disassembler.h        |  2 +-
 include/viua/exceptions.h                          |  3 +-
 include/viua/kernel/frame.h                        |  8 +-
 include/viua/kernel/kernel.h                       | 10 +--
 include/viua/kernel/registerset.h                  | 44 +++++------
 include/viua/loader.h                              |  4 +-
 include/viua/process.h                             | 12 +--
 include/viua/program.h                             | 12 +--
 include/viua/tooling/libs/parser/parser.h          |  8 +-
 .../tooling/libs/static_analyser/static_analyser.h | 46 +++++------
 include/viua/types/closure.h                       |  2 +-
 .../static_analyser/Register_usage_profile.cpp     |  4 +-
 .../checkers/check_closure_instantiations.cpp      |  2 +-
 .../checkers/check_for_unused_registers.cpp        |  2 +-
 .../frontend/static_analyser/register_usage.cpp    |  4 +-
 src/bytecode/opcd.cpp                              |  4 +-
 src/cg/disassembler/disassembler.cpp               |  4 +-
 src/cg/tools.cpp                                   | 90 +++++++++++-----------
 src/front/asm/generate.cpp                         | 70 ++++++++---------
 src/front/dis.cpp                                  |  2 +-
 src/kernel/frame.cpp                               |  4 +-
 src/kernel/kernel.cpp                              | 10 +--
 src/kernel/registerset.cpp                         | 38 ++++-----
 src/loader.cpp                                     |  6 +-
 src/printutils.cpp                                 |  2 +-
 src/process.cpp                                    |  6 +-
 src/process/dispatch.cpp                           | 12 +--
 src/process/instr/closure.cpp                      |  2 +-
 src/process/instr/vector.cpp                       |  2 +-
 src/process/stack.cpp                              |  4 +-
 src/program.cpp                                    | 14 ++--
 src/programinstructions.cpp                        |  6 +-
 src/tooling/libs/parser/parse.cpp                  |  8 +-
 .../libs/static_analyser/function_state.cpp        | 34 ++++----
 .../libs/static_analyser/static_analyser.cpp       | 14 ++--
 src/types/closure.cpp                              |  2 +-
 40 files changed, 257 insertions(+), 258 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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