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.9.0-1836-g1741bf


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1836-g1741bfb
Date: Sun, 15 Jul 2018 15:07:38 +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  1741bfb8626363c175aadb52d39f470fbf38e114 (commit)
       via  2ee67ab361154b60e521921e2256326add3a51f3 (commit)
       via  6946d8a948135b84760517e98df6ae63a125a704 (commit)
       via  70b45a41b38b8aaae2f523af2128967bbce32845 (commit)
       via  c2d87826f5c1dd2005ab4023d2ed1f7557c5d083 (commit)
      from  e7c8620a08047a07d93e2234d37c78078aa0b51f (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 1741bfb8626363c175aadb52d39f470fbf38e114
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 15 15:07:25 2018 +0200

    Remove unused variable

commit 2ee67ab361154b60e521921e2256326add3a51f3
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 15 15:06:25 2018 +0200

    Do not use "unsigned"
    
    It has no defined size, it has no relation to ::size_type of the args.
    It is better to use decltype(x)::size_type.

commit 6946d8a948135b84760517e98df6ae63a125a704
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 15 14:54:36 2018 +0200

    Verification outputs compile result to /dev/null

commit 70b45a41b38b8aaae2f523af2128967bbce32845
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 15 14:49:16 2018 +0200

    Remove --debug and --scream flags from asm frontend
    
    Also remove old flags from --help output.

commit c2d87826f5c1dd2005ab4023d2ed1f7557c5d083
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 15 14:09:37 2018 +0200

    Remove useless comment

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

Summary of changes:
 include/viua/front/asm.h               |   2 -
 include/viua/program.h                 |   9 +-
 src/front/asm.cpp                      |  64 ++-------
 src/front/asm/assemble_instruction.cpp |  16 ---
 src/front/asm/generate.cpp             | 235 ++-------------------------------
 src/program.cpp                        |  13 +-
 src/programinstructions.cpp            |   2 -
 7 files changed, 18 insertions(+), 323 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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