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.8.4-485-ga55d9b7


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-485-ga55d9b7
Date: Sat, 5 Nov 2016 15:54:43 +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  a55d9b788e6615720417c1481591b427b188e19e (commit)
       via  9681f7856599fd07157f6229320132240cd70fcc (commit)
       via  47cda0fe603668cb5eb49e27fb7c17f08e183f6f (commit)
      from  354199d1a6837dda7d4bbb3f8b067afafd742103 (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 a55d9b788e6615720417c1481591b427b188e19e
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 5 15:36:50 2016 +0100

    Add new operand type

commit 9681f7856599fd07157f6229320132240cd70fcc
Author: Marek Marecki <address@hidden>
Date:   Sat Nov 5 15:36:26 2016 +0100

    Remove unreachable code

commit 47cda0fe603668cb5eb49e27fb7c17f08e183f6f
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 2 23:39:42 2016 +0100

    Move RegisterSet to a namespace

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

Summary of changes:
 ...ved_class_in_pointers_to_base_memebers.markdown |  2 +-
 doc/viua_virtual_machine.lyx                       |  2 +-
 examples/io.cpp                                    |  6 +-
 include/module.h                                   |  2 +-
 include/viua/bytecode/operand_types.h              |  2 +
 include/viua/include/module.h                      |  8 +--
 include/viua/kernel/frame.h                        | 10 +--
 include/viua/kernel/kernel.h                       |  2 +-
 include/viua/kernel/registerset.h                  | 74 ++++++++++++----------
 include/viua/process.h                             |  6 +-
 include/viua/scheduler/vps.h                       |  2 +-
 include/viua/types/closure.h                       |  4 +-
 include/viua/types/pointer.h                       |  2 +-
 include/viua/types/process.h                       |  4 +-
 include/viua/types/string.h                        | 18 +++---
 sample/asm/external/World.cpp                      |  2 +-
 sample/asm/external/math.cpp                       |  2 +-
 sample/asm/external/printer.cpp                    |  2 +-
 sample/asm/external/sleeper.cpp                    |  2 +-
 sample/asm/external/throwing.cpp                   |  2 +-
 src/cg/assembler/static_analysis.cpp               | 12 ----
 src/front/wdb.cpp                                  |  2 +-
 src/kernel/frame.cpp                               |  2 +-
 src/kernel/kernel.cpp                              |  2 +-
 src/kernel/registerset.cpp                         | 40 ++++++------
 src/process.cpp                                    |  4 +-
 src/process/instr/closure.cpp                      |  2 +-
 src/scheduler/vps.cpp                              |  4 +-
 src/stdlib/io.cpp                                  |  8 +--
 src/stdlib/kitchensink.cpp                         |  2 +-
 src/stdlib/os.cpp                                  |  2 +-
 src/stdlib/random.cpp                              |  8 +--
 src/stdlib/string.cpp                              |  6 +-
 src/stdlib/typesystem.cpp                          |  6 +-
 src/types/closure.cpp                              |  2 +-
 src/types/pointer.cpp                              |  2 +-
 src/types/process.cpp                              |  4 +-
 src/types/string.cpp                               | 18 +++---
 38 files changed, 137 insertions(+), 143 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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