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/ce6f5d82/rewrite-assembler u


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler updated. v0.9.0-2133-g806c4a5
Date: Sun, 16 Sep 2018 22:00:22 +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/ce6f5d82/rewrite-assembler has been updated
  discards  a25dcef504cb22513d48626f7ec6cec598fa027e (commit)
       via  806c4a5208ada1640a0c19c3c7a55583af31bae8 (commit)
       via  5fd0efd135a67a1aca8cf187cb7613c3ba21f6d7 (commit)
       via  d8e75ea4883b71181ddd33227a6e29ccab806dfb (commit)
       via  c61e8969fbb81ae151f2f959bba3c1d750a049e9 (commit)
       via  14970b4b97ce851ae25ab7bb5f924273d491c5e1 (commit)
       via  275081e03b984d10ec3e7d5140ace7d66d9bbe15 (commit)
       via  1f4cfc21a5ba0c003a18b50843b6f8a940af15d7 (commit)
       via  080f9169d6a0bad1723e144ac25a265c0cbff3f9 (commit)
       via  bf914b76158cf6a2164399adc866b09632610107 (commit)
       via  39fb280fc1125a8eca40216666418b8e3ec0631b (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (a25dcef504cb22513d48626f7ec6cec598fa027e)
            \
             N -- N -- N (806c4a5208ada1640a0c19c3c7a55583af31bae8)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 806c4a5208ada1640a0c19c3c7a55583af31bae8
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:59:35 2018 +0200

    Add basic analysis of more instructions
    
    This is still in an experimental phase.

commit 5fd0efd135a67a1aca8cf187cb7613c3ba21f6d7
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:59:17 2018 +0200

    Fix: use value wrappers instead of raw std::unique_ptr

commit d8e75ea4883b71181ddd33227a6e29ccab806dfb
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:59:01 2018 +0200

    Better stringification functions

commit c61e8969fbb81ae151f2f959bba3c1d750a049e9
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:58:42 2018 +0200

    Add missing token to `text` instruction

commit 14970b4b97ce851ae25ab7bb5f924273d491c5e1
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:58:04 2018 +0200

    Add utility function that may be used for checking whether two types match 
or not

commit 275081e03b984d10ec3e7d5140ace7d66d9bbe15
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:57:38 2018 +0200

    Add function to get definition location of a value

commit 1f4cfc21a5ba0c003a18b50843b6f8a940af15d7
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:56:34 2018 +0200

    Move Value_wrapper into values namespace
    
    Vector and Pointer need to have a "contained type" which must be hidden
    behind a Value_wrapper so it makes sense that they reside in the same
    namespace.

commit 080f9169d6a0bad1723e144ac25a265c0cbff3f9
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:55:05 2018 +0200

    Fix indentation

commit bf914b76158cf6a2164399adc866b09632610107
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:54:19 2018 +0200

    Add "pointer" type

commit 39fb280fc1125a8eca40216666418b8e3ec0631b
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 16 21:51:12 2018 +0200

    Add new "type mismatch" error

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

Summary of changes:
 include/viua/tooling/errors/compile_time.h         |   1 +
 .../tooling/libs/static_analyser/static_analyser.h |  84 +++++++----
 src/tooling/errors/compile_time.cpp                |   1 +
 src/tooling/libs/parser/parse.cpp                  |   1 +
 .../libs/static_analyser/static_analyser.cpp       | 161 ++++++++++++++++-----
 5 files changed, 183 insertions(+), 65 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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