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/166/implement-pointer-derefe


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/166/implement-pointer-dereference updated. v0.8.4-567-gf7f4980
Date: Sat, 19 Nov 2016 19:24:56 +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, issue/166/implement-pointer-dereference has been updated
       via  f7f49808435ca732a8bc70b9d5effc043b8597f0 (commit)
       via  9098fa614b5389550780352213d56f871305089f (commit)
       via  b5382306f9eedc19b9963b6fe636ffb2d33a31c5 (commit)
      from  265d197921efde5d654786158381df4eab946682 (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 f7f49808435ca732a8bc70b9d5effc043b8597f0
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 19 19:07:04 2016 +0100

    Allow pointer dereferences in integer instructions

commit 9098fa614b5389550780352213d56f871305089f
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 19 18:52:59 2016 +0100

    Interpret pointer dereference bytecode

commit b5382306f9eedc19b9963b6fe636ffb2d33a31c5
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 19 18:52:39 2016 +0100

    Emit pointer dereference sequences in bytecode

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

Summary of changes:
 src/bytecode/decoder/operands.cpp    | 18 ++++++++++++++++--
 src/cg/assembler/operands.cpp        |  3 +++
 src/cg/assembler/static_analysis.cpp |  2 +-
 src/cg/bytecode/instructions.cpp     |  4 +++-
 src/cg/disassembler/disassembler.cpp |  5 +++++
 src/cg/lex.cpp                       |  7 +++++++
 src/cg/tools.cpp                     |  4 ++++
 src/front/asm/generate.cpp           |  8 ++++++++
 src/process/instr/int.cpp            |  9 ++++-----
 9 files changed, 51 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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