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-545-g31e2ebe
Date: Mon, 25 Sep 2017 22:01:19 +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/183/7eadf61e/better-static-analyser has been updated
       via  31e2ebe97cd3f18085aea9fb3f85e8bf02b38351 (commit)
       via  23d85f1293c11c96b73a36b9cc5530e4cde2cf7d (commit)
       via  b08253fd924589f0ad3afe3bceab0f83ae07a2f8 (commit)
       via  e946f76f7f48788a28572ab5c5c46bd1872e6134 (commit)
       via  d75287900374e21b1cbc750f89fce10f7386b31a (commit)
       via  555262c11a77089679429beaad955a833620c0eb (commit)
      from  34d2e62541233db504ae72d255007098b9f2e460 (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 31e2ebe97cd3f18085aea9fb3f85e8bf02b38351
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 25 22:01:15 2017 +0200

    Detect invalid operands for "jump" instructions

commit 23d85f1293c11c96b73a36b9cc5530e4cde2cf7d
Author: Marek Marecki <address@hidden>
Date:   Thu Sep 21 23:42:37 2017 +0200

    Offset jumps in the same style as labe jumps

commit b08253fd924589f0ad3afe3bceab0f83ae07a2f8
Author: Marek Marecki <address@hidden>
Date:   Thu Sep 21 23:42:19 2017 +0200

    Make SA handle jumps to labels

commit e946f76f7f48788a28572ab5c5c46bd1872e6134
Author: Marek Marecki <address@hidden>
Date:   Thu Sep 21 23:41:44 2017 +0200

    Sort using alphabetically

commit d75287900374e21b1cbc750f89fce10f7386b31a
Author: Marek Marecki <address@hidden>
Date:   Thu Sep 21 23:41:28 2017 +0200

    Mark hacks as HACKs

commit 555262c11a77089679429beaad955a833620c0eb
Author: Marek Marecki <address@hidden>
Date:   Thu Sep 21 23:41:12 2017 +0200

    Build marker map during parsing

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

Summary of changes:
 include/viua/assembler/frontend/parser.h           |  2 ++
 .../invalid_operand_for_jump_instruction.asm}      |  2 +-
 src/assembler/frontend/parser.cpp                  | 22 +++++++++++++++++++++-
 .../frontend/static_analyser/register_usage.cpp    | 13 +++++++++----
 .../frontend/static_analyser/verifier.cpp          |  8 +++++---
 tests/tests.py                                     |  7 +++++++
 6 files changed, 45 insertions(+), 9 deletions(-)
 copy sample/{static_analysis/izero_reported_as_unused.asm => 
asm/errors/invalid_operand_for_jump_instruction.asm} (97%)


hooks/post-receive
-- 
Viua VM



reply via email to

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