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/183/7eadf61e/better-static-a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/183/7eadf61e/better-static-analyser updated. v0.9.0-683-g622709e
Date: Mon, 30 Oct 2017 22:54:12 +0100 (CET)

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/183/7eadf61e/better-static-analyser has been updated
       via  622709e7362da8829e342475c62965247a91888b (commit)
       via  f0968eb6eb64b97c92a471266a8f2e44a244b9e2 (commit)
       via  34c2e8a5fb702808c7af2bae98ee0b88453e49ab (commit)
       via  5da9dbfd1596ebf97eba6b4f04388137328f7720 (commit)
       via  a496ed450f656367a26ce11de87740bb10a96e33 (commit)
       via  7c0a3406761e1e3f2a16f52349cac8ec49907a40 (commit)
       via  53332e2c0c54482a55943783dc7b543706edeb84 (commit)
       via  7c3dc04e4e9a26ba9941caa5c1964e957bc3dce3 (commit)
      from  bbd71ff8303ce9c5855772775be2b7b5e1a6e450 (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 622709e7362da8829e342475c62965247a91888b
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:50:07 2017 +0100

    Fix this "minus 1" is no longer needed

commit f0968eb6eb64b97c92a471266a8f2e44a244b9e2
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:49:39 2017 +0100

    Fix use recursion instead of playing games with loop counter

commit 34c2e8a5fb702808c7af2bae98ee0b88453e49ab
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:49:06 2017 +0100

    Fix false positive for "unused value" after if

commit 5da9dbfd1596ebf97eba6b4f04388137328f7720
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:48:44 2017 +0100

    Enforce style guide

commit a496ed450f656367a26ce11de87740bb10a96e33
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:48:26 2017 +0100

    Fix return type of "copy" instruction

commit 7c0a3406761e1e3f2a16f52349cac8ec49907a40
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:47:59 2017 +0100

    Make assert_type_of_register() return the final type of the value used

commit 53332e2c0c54482a55943783dc7b543706edeb84
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:47:28 2017 +0100

    Fix offset jump instead of an absolute

commit 7c3dc04e4e9a26ba9941caa5c1964e957bc3dce3
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 22:47:12 2017 +0100

    Explicit branches generate better error messages

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

Summary of changes:
 sample/asm/linking/static/jumplib.asm              | 10 ++--
 sample/asm/power_of.asm                            |  4 +-
 .../structs/obtaining_list_of_keys_in_a_struct.asm |  2 +-
 sample/asm/structs/struct_of_structs.asm           |  4 +-
 sample/asm/text/textlength.asm                     |  6 +--
 sample/asm/vector/out_of_range_index_positive.asm  | 14 +++---
 sample/asm/vector/vinsert.asm                      | 18 ++++----
 .../asm/vector/vpop_with_index_pops_specified.asm  |  4 +-
 .../asm/vector/vpop_with_void_index_pops_last.asm  |  4 +-
 .../frontend/static_analyser/register_usage.cpp    | 54 ++++++++++++++--------
 10 files changed, 69 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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