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-229-g4724c0c
Date: Sun, 6 Aug 2017 22:06:36 +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/e8113638/math-on-bits has been updated
       via  4724c0c460ffdac46dbb116737fdf896c1690414 (commit)
      from  0e4efe24880265c351fe11fea99c6d09017483d7 (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 4724c0c460ffdac46dbb116737fdf896c1690414
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 6 22:06:33 2017 +0200

    Give the "fixed*" group of instructions a better name

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

Summary of changes:
 include/viua/bytecode/maps.h                                 |  8 ++++----
 include/viua/bytecode/opcodes.h                              | 12 ++++++------
 include/viua/types/bits.h                                    |  4 ++--
 sample/asm/bits/arithmetic/addition.asm                      |  2 +-
 sample/asm/bits/arithmetic/addition_cuts_to_width_of_lhs.asm |  2 +-
 .../asm/bits/arithmetic/addition_extends_to_width_of_lhs.asm |  2 +-
 sample/asm/bits/arithmetic/decrement.asm                     |  4 ++--
 sample/asm/bits/arithmetic/decrement_wraps_to_all_ones.asm   |  2 +-
 sample/asm/bits/arithmetic/increment.asm                     |  2 +-
 sample/asm/bits/arithmetic/increment_wraps_to_all_zeroes.asm |  2 +-
 sample/asm/bits/arithmetic/multiplication.asm                |  2 +-
 .../bits/arithmetic/multiplication_cuts_to_width_of_lhs.asm  |  2 +-
 src/cg/assembler/static_analysis.cpp                         |  6 +++---
 src/cg/bytecode/instructions.cpp                             |  8 ++++----
 src/cg/disassembler/disassembler.cpp                         |  8 ++++----
 src/cg/lex.cpp                                               |  4 ++--
 src/cg/tools.cpp                                             |  8 ++++----
 src/front/asm/assemble_instruction.cpp                       |  8 ++++----
 src/front/vm.cpp                                             |  4 ++--
 src/process/dispatch.cpp                                     |  8 ++++----
 src/process/instr/bits.cpp                                   |  4 ++--
 src/types/bits.cpp                                           |  4 ++--
 22 files changed, 53 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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