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-1621-gb8014c8
Date: Tue, 22 May 2018 21:53:55 +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  b8014c8c1aa7b9dbda9d5053930c96818c2f89b4 (commit)
      from  19310bf631e841e36a650d95afd16997daf55e59 (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 b8014c8c1aa7b9dbda9d5053930c96818c2f89b4
Author: Marek Marecki <address@hidden>
Date:   Tue May 22 21:53:50 2018 +0200

    Add "allocate_registers" to bytecode definition

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

Summary of changes:
 Makefile                                                             | 1 +
 include/viua/assembler/frontend/static_analyser.h                    | 2 ++
 include/viua/bytecode/maps.h                                         | 1 +
 include/viua/bytecode/opcodes.h                                      | 1 +
 include/viua/process.h                                               | 1 +
 .../checkers/{check_op_frame.cpp => check_op_allocate_registers.cpp} | 5 ++---
 src/assembler/frontend/static_analyser/register_usage.cpp            | 3 +++
 src/cg/disassembler/disassembler.cpp                                 | 1 +
 src/process/dispatch.cpp                                             | 3 +++
 src/process/instr/calls.cpp                                          | 4 ++++
 10 files changed, 19 insertions(+), 3 deletions(-)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_frame.cpp => 
check_op_allocate_registers.cpp} (83%)


hooks/post-receive
-- 
Viua VM



reply via email to

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