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/177/5534fb2a/implement-bit-m


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-manipulation-instructions updated. v0.9.0-90-gd4a7bbf
Date: Sat, 15 Jul 2017 23:48:18 +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, issue/177/5534fb2a/implement-bit-manipulation-instructions has been 
updated
       via  d4a7bbf9d3d7aa590b1b96cce469de48d0b246ae (commit)
       via  b586935eb243494f9b48c160ee6934bb486f5708 (commit)
       via  4600100ff1fb5cc84f3997754798aafc684920bd (commit)
       via  3b01a8e37e0e72a3f05c44ed4fcde211b9c266c0 (commit)
       via  40db61bad7f2c1d2f56ad76118c77a18e03c6ce2 (commit)
      from  608a3851f4e700827f273145534ab5cf5504649b (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 d4a7bbf9d3d7aa590b1b96cce469de48d0b246ae
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 15 23:48:09 2017 +0200

    Load bits literals during execution

commit b586935eb243494f9b48c160ee6934bb486f5708
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 15 23:47:08 2017 +0200

    Basic implementation for from-literal bits constructor

commit 4600100ff1fb5cc84f3997754798aafc684920bd
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 15 23:45:13 2017 +0200

    Simplify size calculation for "0b" literals

commit 3b01a8e37e0e72a3f05c44ed4fcde211b9c266c0
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 15 23:43:45 2017 +0200

    Normalise, when make the bit string easy to convert

commit 40db61bad7f2c1d2f56ad76118c77a18e03c6ce2
Author: Marek Marecki <address@hidden>
Date:   Sat Jul 15 23:43:06 2017 +0200

    Throw internal error when binary literal cannot be normalised

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

Summary of changes:
 include/viua/types/bits.h     |  1 +
 src/cg/assembler/operands.cpp | 14 ++++++++++----
 src/cg/tools.cpp              |  4 ++--
 src/process/instr/bits.cpp    | 19 +++++++++++++++----
 src/types/bits.cpp            |  7 +++++++
 5 files changed, 35 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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