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-793-g22956bd
Date: Thu, 2 Nov 2017 21:18:15 +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  22956bdcdc7a7668f98652142d9c2b64bd58fab0 (commit)
       via  c11d7634a69ab79221e5a83fe4ad0012f006c652 (commit)
       via  31126982a64e53c44ad36078fd222f7801136539 (commit)
       via  b11750eac9fcbf9bcc553bbdc5b4a86764558f27 (commit)
       via  eaab6c083cb3e3a436a09396bb2b14a360556831 (commit)
       via  f21817ded3a55bbc5ad34ed261a1b2c6c5496245 (commit)
      from  50aed45f2432c119dc7e49644bd5ee9acaa0bc9b (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 22956bdcdc7a7668f98652142d9c2b64bd58fab0
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 2 21:18:12 2017 +0100

    Add primitive implementation of binary decrement

commit c11d7634a69ab79221e5a83fe4ad0012f006c652
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 2 21:14:18 2017 +0100

    Implement inversion and incrementation in terms of vector<bool> functions

commit 31126982a64e53c44ad36078fd222f7801136539
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 2 21:13:38 2017 +0100

    Consistent const

commit b11750eac9fcbf9bcc553bbdc5b4a86764558f27
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 2 21:06:48 2017 +0100

    Move code around

commit eaab6c083cb3e3a436a09396bb2b14a360556831
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 2 21:06:16 2017 +0100

    Implement basic binary operations for vector<bool>

commit f21817ded3a55bbc5ad34ed261a1b2c6c5496245
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 1 23:30:48 2017 +0100

    Enforce style guide

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

Summary of changes:
 include/viua/types/bits.h                          |   3 +-
 .../frontend/static_analyser/register_usage.cpp    |  14 +-
 src/cg/assembler/static_analysis.cpp               |   4 +-
 src/cg/bytecode/instructions.cpp                   |  19 +-
 src/front/asm/assemble_instruction.cpp             |  32 +-
 src/stdlib/kitchensink.cpp                         |   3 +-
 src/stdlib/os.cpp                                  |   3 +-
 src/types/bits.cpp                                 | 350 +++++++++++----------
 8 files changed, 223 insertions(+), 205 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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