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-2425-g6e38b9


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2425-g6e38b9e
Date: Tue, 9 Apr 2019 20:33:48 +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  6e38b9e81bc828aeb21cc45464378c4c069cf2c6 (commit)
      from  461680fc59ef24091f5cc2bb6f6dceb1748c1a3b (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 6e38b9e81bc828aeb21cc45464378c4c069cf2c6
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 9 20:31:03 2019 +0200

    Add two new conversion instructions
    
    The first one is BITS_OF_INTEGER and converts an integer to a string of
    bits. The second one is INTEGER_OF_BITS and converts a string of bits to
    an integer.

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

Summary of changes:
 Changelog.markdown                                 |  2 +
 Makefile                                           |  8 ++--
 include/viua/assembler/frontend/static_analyser.h  |  4 ++
 include/viua/bytecode/maps.h                       |  3 ++
 include/viua/bytecode/opcodes.h                    |  3 ++
 include/viua/cg/bytecode/instructions.h            |  5 +++
 include/viua/process.h                             |  3 ++
 include/viua/program.h                             |  3 ++
 ...ck_op_itof.cpp => check_op_bits_of_integer.cpp} |  4 +-
 ...ck_op_ftoi.cpp => check_op_integer_of_bits.cpp} |  4 +-
 .../frontend/static_analyser/register_usage.cpp    |  6 +++
 src/cg/bytecode/instructions.cpp                   |  9 +++++
 src/cg/disassembler/disassembler.cpp               |  2 +
 src/cg/tools.cpp                                   | 10 +++++
 src/front/asm/assemble_instruction.cpp             |  4 ++
 src/process/dispatch.cpp                           |  6 +++
 src/process/instr/bits.cpp                         | 47 ++++++++++++++++++++++
 src/programinstructions.cpp                        | 10 +++++
 18 files changed, 126 insertions(+), 7 deletions(-)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_itof.cpp => 
check_op_bits_of_integer.cpp} (93%)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_ftoi.cpp => 
check_op_integer_of_bits.cpp} (93%)


hooks/post-receive
-- 
Viua VM



reply via email to

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