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-65-g9de560a
Date: Fri, 14 Jul 2017 23:42:14 +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  9de560a16e3baec7842ad8ffa4276e3e079b7b39 (commit)
       via  99a14f6293c274d116af95270aaad4f894c29f63 (commit)
       via  0509704a8b7a697c2b959875a65473e6b10ab49a (commit)
      from  a8aea013d364cba63870953bbe46143cf2cc644e (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 9de560a16e3baec7842ad8ffa4276e3e079b7b39
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 14 23:42:10 2017 +0200

    Support literals "true" and "false" as immediate values for "bitset" 
instruction

commit 99a14f6293c274d116af95270aaad4f894c29f63
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 14 23:41:36 2017 +0200

    Add bytecode encodings for literal true and false

commit 0509704a8b7a697c2b959875a65473e6b10ab49a
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 14 23:41:11 2017 +0200

    Style guide

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

Summary of changes:
 include/viua/bytecode/operand_types.h   | 65 +++++++++++++++++----------------
 include/viua/cg/bytecode/instructions.h |  1 +
 include/viua/program.h                  |  1 +
 src/cg/assembler/static_analysis.cpp    | 23 ++++++++++--
 src/cg/bytecode/instructions.cpp        | 18 +++++++++
 src/cg/disassembler/disassembler.cpp    | 15 +++++++-
 src/cg/tools.cpp                        |  4 +-
 src/front/asm/assemble_instruction.cpp  | 20 +++++++---
 src/process/instr/bits.cpp              | 19 ++++++++--
 src/programinstructions.cpp             |  5 +++
 10 files changed, 124 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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