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-1076-g61537c


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1076-g61537cf
Date: Thu, 20 Apr 2017 01:44:26 +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  61537cf2677dcef0947f342e6793c7d856295c57 (commit)
       via  3b487ab2aab1ac037e829900821ec8f6dd026963 (commit)
       via  1d60fa37543dceb603fbbf5d31e2a587424ec049 (commit)
       via  b215b2325ce3e75a30f50634f7fea6a71f593274 (commit)
      from  115240e96de39009db92cb5bf0f9844014a466b3 (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 61537cf2677dcef0947f342e6793c7d856295c57
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 20 01:40:02 2017 +0200

    Update Changelog

commit 3b487ab2aab1ac037e829900821ec8f6dd026963
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 20 01:39:47 2017 +0200

    Rename ".link:" to ".import:"

commit 1d60fa37543dceb603fbbf5d31e2a587424ec049
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 20 01:17:36 2017 +0200

    Remove "link" instruction, use only "import"

commit b215b2325ce3e75a30f50634f7fea6a71f593274
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 20 01:06:53 2017 +0200

    Dispatch "link" instructions to "import" implementation

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

Summary of changes:
 Changelog.markdown                                 |  2 ++
 include/viua/bytecode/maps.h                       |  2 --
 include/viua/bytecode/opcodes.h                    |  3 +--
 include/viua/cg/assembler/assembler.h              |  2 +-
 include/viua/cg/bytecode/instructions.h            |  1 -
 include/viua/cg/lex.h                              |  2 +-
 include/viua/kernel/kernel.h                       |  1 +
 include/viua/process.h                             |  1 -
 include/viua/program.h                             |  1 -
 include/viua/scheduler/vps.h                       |  3 +--
 include/viua/version.h                             |  2 +-
 .../migrating_processes_between_schedulers.asm     |  2 +-
 .../asm/concurrency/process_from_linked_base.asm   |  2 +-
 sample/asm/errors/empty_link_directive.asm         |  2 +-
 sample/asm/exceptions/terminating_processes.asm    |  2 +-
 .../thrown_in_linked_caught_in_static_base.asm     |  2 +-
 sample/asm/external/many_hello_world.asm           |  2 +-
 sample/asm/external/sleeper.asm                    |  2 +-
 sample/asm/functions/parameters_vector.asm         |  2 +-
 .../asm/process_abstraction/separate_global_rs.asm |  2 +-
 sample/asm/watchdog/death_message.asm              |  2 +-
 sample/asm/watchdog/restarting_process.asm         |  2 +-
 sample/misc/foreign_calls_are_nonblocking.asm      |  2 +-
 .../standard_library/functional/apply_simple.asm   |  2 +-
 sample/standard_library/functional/hello_guys.asm  |  2 +-
 sample/standard_library/string/represent.asm       |  2 +-
 sample/standard_library/string/stringify.asm       |  2 +-
 .../standard_library/vector/any_returns_false.asm  |  2 +-
 .../standard_library/vector/any_returns_true.asm   |  2 +-
 .../vector/every_returns_false.asm                 |  2 +-
 .../standard_library/vector/every_returns_true.asm |  2 +-
 sample/standard_library/vector/of.asm              |  2 +-
 sample/standard_library/vector/of_ints.asm         |  2 +-
 sample/standard_library/vector/reverse.asm         |  2 +-
 .../standard_library/vector/reverse_in_place.asm   |  2 +-
 src/cg/assembler/codeextract.cpp                   | 10 ++++-----
 src/cg/assembler/static_analysis.cpp               |  4 ++--
 src/cg/assembler/utils.cpp                         |  6 ++---
 src/cg/bytecode/instructions.cpp                   |  5 -----
 src/cg/disassembler/disassembler.cpp               |  2 +-
 src/cg/lex.cpp                                     |  6 ++---
 src/cg/tools.cpp                                   | 12 +---------
 src/front/asm/assemble_instruction.cpp             |  2 --
 src/front/lexer.cpp                                |  2 +-
 src/kernel/kernel.cpp                              | 26 ++++++++++++++++++++++
 src/process/dispatch.cpp                           |  3 ---
 src/process/instr/linking.cpp                      | 11 +--------
 src/programinstructions.cpp                        |  7 ------
 src/scheduler/vps.cpp                              |  8 ++-----
 src/stdlib/viua/functional.asm                     |  2 +-
 tests/tests.py                                     |  2 +-
 51 files changed, 79 insertions(+), 97 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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