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/38a0f558/add-instruction-for


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/38a0f558/add-instruction-for-allocating-local-registers updated. v0.9.0-1632-g1b018f9
Date: Mon, 28 May 2018 21:27:56 +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/38a0f558/add-instruction-for-allocating-local-registers has 
been updated
       via  1b018f9408eb339502e430a2b0e700364d1ddd96 (commit)
       via  8f5eca8abed79738b298d3e89286783e3ba84ef9 (commit)
       via  91a974ceb93a05bd9d97415c7998b0546fb0d8f2 (commit)
       via  54382ec2907cbf8e74a2166561e276e878bd4201 (commit)
      from  323bc71026d2ec9be6aa41a54d3ede91c235defd (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 1b018f9408eb339502e430a2b0e700364d1ddd96
Author: Marek Marecki <address@hidden>
Date:   Mon May 28 21:27:50 2018 +0200

    Check register access is in bounds

commit 8f5eca8abed79738b298d3e89286783e3ba84ef9
Author: Marek Marecki <address@hidden>
Date:   Mon May 28 20:25:27 2018 +0200

    Remove useless comments

commit 91a974ceb93a05bd9d97415c7998b0546fb0d8f2
Author: Marek Marecki <address@hidden>
Date:   Mon May 28 20:25:19 2018 +0200

    Assemble "allocate_registers"

commit 54382ec2907cbf8e74a2166561e276e878bd4201
Author: Marek Marecki <address@hidden>
Date:   Mon May 28 20:09:14 2018 +0200

    Calculate size of "allocate_registers"

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

Summary of changes:
 include/viua/assembler/frontend/static_analyser.h  |   6 ++
 include/viua/cg/bytecode/instructions.h            |   2 +
 include/viua/program.h                             |   1 +
 .../static_analyser/Register_usage_profile.cpp     |  30 ++++++
 .../static_analyser/checkers/check_op_integer.cpp  |   2 +-
 .../frontend/static_analyser/checkers/utils.cpp    |   8 ++
 src/cg/bytecode/instructions.cpp                   |   6 ++
 src/cg/tools.cpp                                   |   3 +
 src/front/asm/assemble_instruction.cpp             |   2 +
 src/programinstructions.cpp                        | 112 ++-------------------
 10 files changed, 65 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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