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-573-g33d7376
Date: Sat, 19 Nov 2016 20:39:35 +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  33d73766efecc4f186b3d272a5ba196926b6f4ab (commit)
       via  331280c2111d7d5e517a1423b4703034ddeb8644 (commit)
      from  20e19eac9ad4dfaf35dba9c1146301b846fb4c36 (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 33d73766efecc4f186b3d272a5ba196926b6f4ab
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 19 20:21:36 2016 +0100

    Allow pointer dereferences in "not" source

commit 331280c2111d7d5e517a1423b4703034ddeb8644
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 19 20:19:26 2016 +0100

    Make "not" a two-operand instruction

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

Summary of changes:
 Changelog.markdown                      | 1 +
 include/viua/cg/bytecode/instructions.h | 2 +-
 include/viua/program.h                  | 2 +-
 sample/asm/pointers/not.asm             | 4 ++--
 src/cg/assembler/static_analysis.cpp    | 6 +++++-
 src/cg/bytecode/instructions.cpp        | 5 +++--
 src/cg/disassembler/disassembler.cpp    | 2 +-
 src/cg/lex.cpp                          | 7 +++++++
 src/cg/tools.cpp                        | 2 +-
 src/front/asm/generate.cpp              | 2 +-
 src/process/instr/bool.cpp              | 9 ++++++---
 src/programinstructions.cpp             | 4 ++--
 tests/tests.py                          | 4 ++--
 13 files changed, 33 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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