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/e8113638/math-on-bits update


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/e8113638/math-on-bits updated. v0.9.0-958-g0555718
Date: Sun, 24 Dec 2017 11:42:36 +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/e8113638/math-on-bits has been updated
       via  05557187fbfb6bfe0b791ce371d456df7315d33f (commit)
       via  3e1c8660769018371ddb20c9a7dcfe972fa70301 (commit)
       via  e11688b28609eb88320cfd078d3c5a9345a26cc3 (commit)
       via  812b235ed83afc80dd07f453cf488d5a966ece7e (commit)
       via  5a5651483c616de7d8c67f323bc26122a8773464 (commit)
       via  238d177c8e0e9c36cafbb620e2750ada186ebb64 (commit)
       via  b6ed717ab15558c6f3178a9bab8a7047983d5bd9 (commit)
      from  07d66e46af55a003fbd75dd953993d92e4af702d (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 05557187fbfb6bfe0b791ce371d456df7315d33f
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 24 11:42:26 2017 +0100

    Close issue a75839

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

Summary of changes:
 .../a75839dcf865a05a62969b13a1a2a31c8d0c9940.json  |  1 +
 .../2a19df8afc7b2f38719a3a14b1943e8d7d61b401.json  |  1 +
 .../ec8730b658351b836294f1db82a44b593df63813.json  |  1 +
 include/viua/assert.h                              |  5 ++-
 include/viua/bytecode/decoder/operands.h           |  3 +-
 include/viua/exceptions.h                          |  9 +++--
 include/viua/util/exceptions.h                     | 21 ++++++++++
 sample/asm/external/math.cpp                       |  5 ++-
 sample/asm/external/throwing.cpp                   |  3 +-
 scripts/watch.sh                                   |  2 +-
 src/assert.cpp                                     |  4 +-
 src/bytecode/decoder/operands.cpp                  | 19 ++++-----
 src/kernel/kernel.cpp                              | 17 ++++----
 src/kernel/registerset.cpp                         | 47 +++++++++++-----------
 src/process.cpp                                    | 34 ++++++++--------
 src/process/dispatch.cpp                           |  3 +-
 src/process/instr/calls.cpp                        | 26 ++++++------
 src/process/instr/cast.cpp                         |  5 ++-
 src/process/instr/closure.cpp                      |  9 +++--
 src/process/instr/concurrency.cpp                  | 17 ++++----
 src/process/instr/general.cpp                      |  3 +-
 src/process/instr/object.cpp                       | 10 ++---
 src/process/instr/prototype.cpp                    |  5 ++-
 src/process/instr/registers.cpp                    |  5 ++-
 src/process/instr/tcmechanism.cpp                  | 11 ++---
 src/process/instr/vector.cpp                       |  6 +--
 src/process/stack.cpp                              |  9 +++--
 src/scheduler/ffi/request.cpp                      |  7 +++-
 src/stdlib/io.cpp                                  |  5 ++-
 src/stdlib/os.cpp                                  |  2 +-
 src/stdlib/random.cpp                              |  7 ++--
 src/stdlib/typesystem.cpp                          |  7 ++--
 src/types/bits.cpp                                 | 41 +++++++++----------
 src/types/integer.cpp                              |  3 +-
 src/types/object.cpp                               |  3 +-
 src/types/pointer.cpp                              |  5 ++-
 src/types/string.cpp                               |  5 ++-
 src/types/vector.cpp                               | 20 +++++----
 38 files changed, 220 insertions(+), 166 deletions(-)
 create mode 100644 
.issue/objects/issues/a7/a75839dcf865a05a62969b13a1a2a31c8d0c9940.json
 create mode 100644 
.issue/objects/issues/a7/a75839dcf865a05a62969b13a1a2a31c8d0c9940/diff/2a19df8afc7b2f38719a3a14b1943e8d7d61b401.json
 create mode 100644 
.issue/objects/issues/a7/a75839dcf865a05a62969b13a1a2a31c8d0c9940/diff/ec8730b658351b836294f1db82a44b593df63813.json
 create mode 100644 include/viua/util/exceptions.h


hooks/post-receive
-- 
Viua VM



reply via email to

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