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.8.4-1132-g027d3b


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1132-g027d3b3
Date: Tue, 25 Apr 2017 01:10:32 +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, devel has been updated
       via  027d3b3ad4542710abd8cc4bddeec8167e6f1d49 (commit)
       via  da8c373e81c776ba1262f73c1f71175cbfe0f3c5 (commit)
      from  2bee802d5666000c33634089c21645fd477e249c (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 027d3b3ad4542710abd8cc4bddeec8167e6f1d49
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 25 00:17:34 2017 +0200

    Make text accept two kinds of operands: literals and register operands
    
    Using 'text' instruction with a register operand as input produces a
    text representation of a value as output.

commit da8c373e81c776ba1262f73c1f71175cbfe0f3c5
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 25 00:10:38 2017 +0200

    Prefix strstore and text instructions string operands with operand type

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

Summary of changes:
 include/viua/bytecode/operand_types.h   |  4 ++--
 include/viua/cg/bytecode/instructions.h |  1 +
 include/viua/program.h                  |  1 +
 src/cg/assembler/static_analysis.cpp    | 12 ++++++++++++
 src/cg/bytecode/instructions.cpp        | 18 ++++++++++++++++--
 src/cg/disassembler/disassembler.cpp    | 15 ++++++++++++++-
 src/cg/lex.cpp                          | 19 ++++++++++++++++++-
 src/cg/tools.cpp                        |  9 ++++++++-
 src/front/asm/assemble_instruction.cpp  |  7 ++++++-
 src/process/instr/str.cpp               |  2 ++
 src/process/instr/text.cpp              | 13 +++++++++++--
 src/programinstructions.cpp             |  5 +++++
 12 files changed, 96 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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