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-57-gaba64b5
Date: Mon, 10 Jul 2017 01:02:32 +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  aba64b5899c7c0346de3195c7f0a94ae629437b9 (commit)
       via  164585f8085fa220958d068edbe56b9f06d86875 (commit)
       via  b86223246755a84e816329007ab18493ea1cdd6b (commit)
       via  1c422a7daccff2ff964085d1d658edd82cd99678 (commit)
      from  4ab0dd27dcbb0b63c8a7c1efe916f70521582751 (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 aba64b5899c7c0346de3195c7f0a94ae629437b9
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 10 01:02:29 2017 +0200

    Dispatch bit instructions

commit 164585f8085fa220958d068edbe56b9f06d86875
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 10 01:02:22 2017 +0200

    Implement rest of bit instructions

commit b86223246755a84e816329007ab18493ea1cdd6b
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 10 01:02:00 2017 +0200

    Implement missing operations for Bits type

commit 1c422a7daccff2ff964085d1d658edd82cd99678
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 10 01:01:18 2017 +0200

    Add analysis of the rest of bit instructions

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

Summary of changes:
 include/viua/types/bits.h            |  17 ++--
 src/cg/assembler/static_analysis.cpp |  17 +++-
 src/process/dispatch.cpp             |  30 +++++++
 src/process/instr/bits.cpp           | 151 +++++++++++++++++++++++++++++++++++
 src/types/bits.cpp                   | 138 +++++++++++++++++++++++++++++++-
 5 files changed, 345 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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