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-2153-g11c9775
Date: Tue, 18 Sep 2018 19:58: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/ce6f5d82/rewrite-assembler has been updated
       via  11c97757d9b14fea80d237473cb1ff1072bc89bf (commit)
       via  c4ad09e92a92a1774f35854e4a5ca0eaa3b14505 (commit)
       via  adb2c7500e61a2c75c7845148b9909611044b90a (commit)
       via  8aec7701aa4449639d14e227c65e1ca3732314ef (commit)
       via  01c154f99d278c48400c649eaa53c3bbd9192f06 (commit)
       via  baca8caf600185217daaf17883a944018d1cab1c (commit)
      from  928ba5ec02056a5d79dd769159555effe9c374ed (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 11c97757d9b14fea80d237473cb1ff1072bc89bf
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 18 19:57:53 2018 +0200

    Add `add`, `sub`, `mul`, and `div` to static analyser

commit c4ad09e92a92a1774f35854e4a5ca0eaa3b14505
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 18 19:57:18 2018 +0200

    Fix: check that literally specified register indexes are inside allocated 
range

commit adb2c7500e61a2c75c7845148b9909611044b90a
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 18 19:50:55 2018 +0200

    Add `izero` to static analyser

commit 8aec7701aa4449639d14e227c65e1ca3732314ef
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 18 19:50:33 2018 +0200

    Add `nop` to static analyser

commit 01c154f99d278c48400c649eaa53c3bbd9192f06
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 18 19:49:47 2018 +0200

    Create vector wrappers when assuming types
    
    This commits implements logic required to infer a `vector of ...` type.

commit baca8caf600185217daaf17883a944018d1cab1c
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 18 18:20:16 2018 +0200

    Add "empty function body" error

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

Summary of changes:
 include/viua/tooling/errors/compile_time.h         |   1 +
 src/tooling/errors/compile_time.cpp                |   1 +
 .../libs/static_analyser/static_analyser.cpp       | 180 ++++++++++++++++++++-
 3 files changed, 178 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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