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/152/refactor-operand-encodin


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/152/refactor-operand-encoding-and-decoding updated. v0.8.4-248-g1b11ac5
Date: Sat, 24 Sep 2016 00:46:52 +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/152/refactor-operand-encoding-and-decoding has been updated
       via  1b11ac52c3a8327cb2b2e11d090bcd761392f2f7 (commit)
       via  59d62c84eb34f14c964f911aa468a930f2289bbb (commit)
       via  c5db404750ff1845ea754311afa416dae38d8fda (commit)
       via  87e660e1657e95d7b92a5e63b970ec2612c56c8a (commit)
       via  7a3421d20c28f305cfda359c36353001f47603ea (commit)
       via  b238cf68d8f4f77f8cc4f38e58ff67228d7819e4 (commit)
       via  30538532a5a3246335b9479529f8b23f8429981c (commit)
       via  5f8dacf53ff994d4ae934fe76b00ff2aa9b66616 (commit)
       via  07231dd6fd986f74cdc25b392bd5f7d1f78cfe7d (commit)
      from  6e42c124c929dc2bd00627720bac6521a3dcc28f (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 1b11ac52c3a8327cb2b2e11d090bcd761392f2f7
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 24 00:30:46 2016 +0200

    Remove old operand-extracting code

commit 59d62c84eb34f14c964f911aa468a930f2289bbb
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 24 00:28:37 2016 +0200

    Refactor "fstore" instruction

commit c5db404750ff1845ea754311afa416dae38d8fda
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 24 00:22:48 2016 +0200

    Refactor "vlen" instruction

commit 87e660e1657e95d7b92a5e63b970ec2612c56c8a
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 24 00:22:32 2016 +0200

    Refactor "vat" instruction

commit 7a3421d20c28f305cfda359c36353001f47603ea
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 24 00:17:57 2016 +0200

    Refactor "vpop" instruction

commit b238cf68d8f4f77f8cc4f38e58ff67228d7819e4
Author: Marek Marecki <address@hidden>
Date:   Fri Sep 23 23:59:14 2016 +0200

    Refactor "vpush" instruction

commit 30538532a5a3246335b9479529f8b23f8429981c
Author: Marek Marecki <address@hidden>
Date:   Fri Sep 23 23:39:35 2016 +0200

    Refactor "vinsert" instruction

commit 5f8dacf53ff994d4ae934fe76b00ff2aa9b66616
Author: Marek Marecki <address@hidden>
Date:   Fri Sep 23 23:08:40 2016 +0200

    Remove incorrect comment

commit 07231dd6fd986f74cdc25b392bd5f7d1f78cfe7d
Author: Marek Marecki <address@hidden>
Date:   Fri Sep 23 23:05:19 2016 +0200

    Add FIXME

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

Summary of changes:
 Makefile                                 |  7 ++--
 include/viua/bytecode/decoder/operands.h |  1 +
 src/bytecode/decoder/operands.cpp        |  4 +++
 src/kernel/opex.cpp                      | 44 ------------------------
 src/process/instr/bool.cpp               |  1 -
 src/process/instr/byte.cpp               |  1 -
 src/process/instr/calls.cpp              |  1 -
 src/process/instr/cast.cpp               |  1 -
 src/process/instr/closure.cpp            |  1 -
 src/process/instr/concurrency.cpp        |  1 -
 src/process/instr/float.cpp              | 17 +++------
 src/process/instr/general.cpp            |  1 -
 src/process/instr/int.cpp                |  1 -
 src/process/instr/linking.cpp            |  1 -
 src/process/instr/object.cpp             |  1 -
 src/process/instr/prototype.cpp          |  1 -
 src/process/instr/registers.cpp          |  1 -
 src/process/instr/str.cpp                |  1 -
 src/process/instr/tcmechanism.cpp        |  1 -
 src/process/instr/vector.cpp             | 59 +++++++++++++++-----------------
 20 files changed, 40 insertions(+), 106 deletions(-)
 delete mode 100644 src/kernel/opex.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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