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/157/use-fixed-width-integers


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/157/use-fixed-width-integers-where-appropriate updated. v0.8.4-764-g257963e
Date: Sat, 17 Dec 2016 22:41:00 +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/157/use-fixed-width-integers-where-appropriate has been 
updated
       via  257963ebab0297ff3844ad794f67dd47b37bda1c (commit)
      from  4a71dbc04b1d26b8c8fe20e287e9b1518ab5ef79 (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 257963ebab0297ff3844ad794f67dd47b37bda1c
Author: Marek Marecki <address@hidden>
Date:   Sat Dec 17 22:41:47 2016 +0100

    Move byte typedef into viua::internals::types

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

Summary of changes:
 include/viua/bytecode/bytetypedef.h         |  14 +-
 include/viua/bytecode/decoder/operands.h    |  30 ++--
 include/viua/bytecode/opcodes.h             |   2 +-
 include/viua/cg/bytecode/instructions.h     | 194 ++++++++++++-------------
 include/viua/cg/disassembler/disassembler.h |   4 +-
 include/viua/kernel/frame.h                 |   6 +-
 include/viua/kernel/kernel.h                |  14 +-
 include/viua/kernel/tryframe.h              |   4 +-
 include/viua/loader.h                       |   4 +-
 include/viua/process.h                      | 216 ++++++++++++++--------------
 include/viua/program.h                      |  10 +-
 include/viua/scheduler/vps.h                |   4 +-
 src/bytecode/decoder/operands.cpp           |  58 ++++----
 src/bytecode/encoder/operands.cpp           |  44 +++---
 src/cg/bytecode/instructions.cpp            | 210 +++++++++++++--------------
 src/cg/disassembler/disassembler.cpp        |  66 ++++-----
 src/cg/tools.cpp                            |  80 +++++------
 src/front/asm/generate.cpp                  |  46 +++---
 src/front/dis.cpp                           |   2 +-
 src/front/vm.cpp                            |   2 +-
 src/front/wdb.cpp                           |  12 +-
 src/kernel/frame.cpp                        |   2 +-
 src/kernel/kernel.cpp                       |  26 ++--
 src/loader.cpp                              |   6 +-
 src/process.cpp                             |  24 ++--
 src/process/dispatch.cpp                    |   2 +-
 src/process/instr/arithmetic.cpp            |  22 +--
 src/process/instr/bool.cpp                  |   6 +-
 src/process/instr/calls.cpp                 |  16 +--
 src/process/instr/cast.cpp                  |   8 +-
 src/process/instr/closure.cpp               |  16 +--
 src/process/instr/concurrency.cpp           |  16 +--
 src/process/instr/float.cpp                 |   2 +-
 src/process/instr/general.cpp               |  10 +-
 src/process/instr/int.cpp                   |   8 +-
 src/process/instr/linking.cpp               |   4 +-
 src/process/instr/object.cpp                |   8 +-
 src/process/instr/prototype.cpp             |   8 +-
 src/process/instr/registers.cpp             |  18 +--
 src/process/instr/str.cpp                   |   2 +-
 src/process/instr/tcmechanism.cpp           |  14 +-
 src/process/instr/vector.cpp                |  12 +-
 src/program.cpp                             |  18 +--
 src/programinstructions.cpp                 |   6 +-
 src/scheduler/vps.cpp                       |   4 +-
 45 files changed, 635 insertions(+), 645 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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