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-2635-gb8f310


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2635-gb8f3103
Date: Wed, 25 Mar 2020 20:24:54 +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  b8f3103cb2b9fb916b7370b590cd906d097c4de1 (commit)
      from  a33dc4c2d360e15a21b00e67b723a53b5e4ea727 (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 b8f3103cb2b9fb916b7370b590cd906d097c4de1
Author: Marek Marecki <address@hidden>
Date:   Wed Mar 25 20:06:42 2020 +0100

    Clean up register set enums
    
    There should be only one enum defining the available register sets.

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

Summary of changes:
 docs/manual/opcodes/copy/description               |  2 +-
 docs/manual/opcodes/move/description               |  4 +--
 docs/manual/sections/assembly/text                 | 10 +++---
 docs/manual/sections/introduction/text             | 20 +++++------
 docs/manual/sections/tooling/text                  |  6 ++--
 include/viua/assembler/backend/op_assemblers.h     |  4 +--
 include/viua/assembler/frontend/parser.h           |  2 +-
 include/viua/assembler/frontend/static_analyser.h  | 12 +++----
 include/viua/bytecode/bytetypedef.h                | 28 ---------------
 include/viua/bytecode/codec.h                      | 19 ++++++++--
 include/viua/cg/assembler/assembler.h              |  4 +--
 include/viua/process.h                             |  6 ++--
 include/viua/program.h                             |  4 +--
 include/viua/tooling/libs/parser/parser.h          |  5 +--
 .../tooling/libs/static_analyser/static_analyser.h | 26 +++++++-------
 src/assembler/frontend/parser.cpp                  | 12 +++----
 .../static_analyser/Register_usage_profile.cpp     | 18 +++++-----
 .../checkers/check_closure_instantiations.cpp      |  2 +-
 .../checkers/check_for_unused_registers.cpp        |  2 +-
 .../static_analyser/checkers/check_op_capture.cpp  |  4 +--
 .../checkers/check_op_capturecopy.cpp              |  4 +--
 .../checkers/check_op_capturemove.cpp              |  4 +--
 .../static_analyser/checkers/check_op_copy.cpp     |  2 +-
 .../static_analyser/checkers/check_op_move.cpp     |  4 +--
 .../frontend/static_analyser/checkers/utils.cpp    | 32 ++++++++---------
 .../frontend/static_analyser/register_usage.cpp    |  2 +-
 src/bytecode/codec/main/decoder.cpp                |  7 ++--
 src/bytecode/codec/main/encoder.cpp                | 33 ++----------------
 src/cg/assembler/operands.cpp                      |  2 +-
 src/cg/tools.cpp                                   |  4 +--
 src/front/asm/assemble_instruction.cpp             | 12 +++----
 src/front/asm/generate.cpp                         | 26 +++++++-------
 src/process.cpp                                    | 34 +++++++++---------
 src/process/instr/vector.cpp                       |  2 +-
 src/programinstructions.cpp                        | 10 +++---
 src/tooling/libs/parser/parse.cpp                  | 20 +++++------
 .../libs/static_analyser/function_state.cpp        | 40 +++++++++++-----------
 .../libs/static_analyser/static_analyser.cpp       | 30 ++++++++--------
 38 files changed, 207 insertions(+), 251 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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