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-409-g724c6bc


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-409-g724c6bc
Date: Tue, 18 Oct 2016 00:30:31 +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  724c6bcdd3bf23a40eb8e6336b0c82f2268d3e42 (commit)
       via  87a95d8b63df46c5eafc0cd4b718aa61b40afd25 (commit)
       via  25c31f91ab2d86361d943ee08951d1e5567e8048 (commit)
       via  868f921025589562d748ba31fa5b52a01fe2f863 (commit)
      from  319d928e0c94397ccb3aa24ab6eb7b00aeb57e49 (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 724c6bcdd3bf23a40eb8e6336b0c82f2268d3e42
Author: Marek Marecki <address@hidden>
Date:   Tue Oct 18 00:06:47 2016 +0200

    Add info about static analyser to README

commit 87a95d8b63df46c5eafc0cd4b718aa61b40afd25
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 17 23:58:54 2016 +0200

    Update Changelog

commit 25c31f91ab2d86361d943ee08951d1e5567e8048
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 17 23:45:15 2016 +0200

    Add partial branch support to static analyser
    
    Static analyser throws less false positives now due to introduced
    partial support for branching ('if' instruction).
    The SA understands forward relative jumps ('+N' jumps), and forward
    named jumps (jumps to markers defined later in code).
    It cannot jump backwards as this would create a risk of entering
    endless loops.

commit 868f921025589562d748ba31fa5b52a01fe2f863
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 16 00:52:25 2016 +0200

    Update Changelog

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

Summary of changes:
 Changelog.markdown                   | 11 ++++++
 README.markdown                      |  6 ++++
 include/viua/version.h               |  2 +-
 src/cg/assembler/static_analysis.cpp | 68 ++++++++++++++++++++++++++++++++----
 4 files changed, 80 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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