viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-342-g32d3c35


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-342-g32d3c35
Date: Sat, 1 Oct 2016 22:45:26 +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, devel has been updated
       via  32d3c35b4c28590060fb359869bf67a23ff7a486 (commit)
      from  1430bada526f6a12eb0b931fb24ab2da7c1dd4f1 (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 32d3c35b4c28590060fb359869bf67a23ff7a486
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 1 22:28:13 2016 +0200

    Remove test for frames without operands
    
    It will never trigger in token-based checking since instruction operands
    are standardised and frames will *always* have operands; if not
    specified by the programmer, then default ones.

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

Summary of changes:
 include/viua/cg/assembler/assembler.h        |  1 -
 sample/asm/errors/frame_without_operands.asm | 29 ----------------------------
 src/cg/assembler/verify.cpp                  | 22 ---------------------
 src/front/asm.cpp                            |  1 -
 tests/tests.py                               |  3 ---
 5 files changed, 56 deletions(-)
 delete mode 100644 sample/asm/errors/frame_without_operands.asm


hooks/post-receive
-- 
Viua VM



reply via email to

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