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.9.0-2324-gd44938


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2324-gd449381
Date: Sat, 5 Jan 2019 12:31:22 +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, devel has been updated
       via  d449381c5d98f428267986d6e0aa319915e5dc85 (commit)
       via  aedc95cdfcaed7e0925f7e146642a4b5cba1424c (commit)
      from  dc5f4e7196447a521ef0441c3b004dad274dc70b (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 d449381c5d98f428267986d6e0aa319915e5dc85
Author: Marek Marecki <address@hidden>
Date:   Sat Jan 5 12:31:10 2019 +0100

    Update copyright notices

commit aedc95cdfcaed7e0925f7e146642a4b5cba1424c
Author: Marek Marecki <address@hidden>
Date:   Sat Jan 5 12:24:45 2019 +0100

    Add STRUCTAT instruction
    
    It provides access to a value of struct's field without removing the
    field from the struct.

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

Summary of changes:
 Changelog.markdown                                 |  2 +
 Makefile                                           |  2 +
 include/viua/assembler/backend/op_assemblers.h     |  5 +-
 include/viua/assembler/frontend/static_analyser.h  |  4 +-
 include/viua/bytecode/maps.h                       |  3 +-
 include/viua/bytecode/opcodes.h                    | 11 +++-
 include/viua/cg/bytecode/instructions.h            |  4 +-
 include/viua/process.h                             |  3 +-
 include/viua/program.h                             |  3 +-
 include/viua/types/struct.h                        | 19 ++++---
 include/viua/version.h                             |  2 +-
 ...p_structremove.cpp => assemble_op_structat.cpp} |  8 +--
 ...k_op_structremove.cpp => check_op_structat.cpp} | 18 +++---
 .../frontend/static_analyser/register_usage.cpp    |  5 +-
 src/cg/bytecode/instructions.cpp                   | 10 +++-
 src/cg/disassembler/disassembler.cpp               |  3 +-
 src/cg/lex.cpp                                     |  6 +-
 src/cg/tools.cpp                                   |  7 ++-
 src/front/asm/assemble_instruction.cpp             |  5 +-
 src/process/dispatch.cpp                           |  5 +-
 src/process/instr/struct.cpp                       | 32 ++++++++++-
 src/programinstructions.cpp                        |  9 ++-
 src/tooling/libs/lexer/normaliser.cpp              |  3 +-
 src/tooling/libs/parser/parse.cpp                  |  6 +-
 .../libs/static_analyser/static_analyser.cpp       | 64 +++++++++++++++++++++-
 src/types/struct.cpp                               |  8 ++-
 26 files changed, 203 insertions(+), 44 deletions(-)
 copy src/assembler/backend/op_assemblers/{assemble_op_structremove.cpp => 
assemble_op_structat.cpp} (94%)
 copy 
src/assembler/frontend/static_analyser/checkers/{check_op_structremove.cpp => 
check_op_structat.cpp} (83%)


hooks/post-receive
-- 
Viua VM



reply via email to

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