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-675-gbbd71ff
Date: Mon, 30 Oct 2017 18:08:26 +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  bbd71ff8303ce9c5855772775be2b7b5e1a6e450 (commit)
       via  3c861d5b4df539ee6075f67e22c56e86ce977b5d (commit)
       via  7572435f813fca2efc87777d9c4d5616573bdc0a (commit)
       via  04ebdaf2a33436987fc5929a1bd8c5963c4606dc (commit)
       via  38b7f80a72e03cdc2f0632cf04d3836939631d0e (commit)
       via  41280926199ea8ecbc771bd99b314499735942dc (commit)
       via  2605b2490d1f2409a6f7b2bef35af32674fba4fc (commit)
       via  ded2b4862606186381271093d25f1ed04804e730 (commit)
       via  98cefa83331a335c622e5bcd031ede2ca726094d (commit)
       via  e65844fcec67ad80e208fb137bdd7b72f064870b (commit)
       via  8f55fc81495e364969f33d6315ea4f327dfede0e (commit)
       via  6e868b3d69dd8099a053236bc0cdd3747cc777fd (commit)
       via  3b9e1b56af10bf9dd5a1e7477187348ad52b7f8b (commit)
       via  3ef70585739220980926212efae992152f22e124 (commit)
      from  03ac2cf03ce38855420b3046775a31d3b0674d0d (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 bbd71ff8303ce9c5855772775be2b7b5e1a6e450
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:08:14 2017 +0100

    Fix location of aside notes

commit 3c861d5b4df539ee6075f67e22c56e86ce977b5d
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:07:58 2017 +0100

    Do not statically check OO instructions, they will be removed so work on 
them

commit 7572435f813fca2efc87777d9c4d5616573bdc0a
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:07:30 2017 +0100

    Remove --new-sa flag, it is no longer needed

commit 04ebdaf2a33436987fc5929a1bd8c5963c4606dc
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:06:57 2017 +0100

    Fix name of a test
    
    It was duplicated, and wrong.

commit 38b7f80a72e03cdc2f0632cf04d3836939631d0e
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:06:35 2017 +0100

    Fix tests should expect "string", not "text"

commit 41280926199ea8ecbc771bd99b314499735942dc
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:06:08 2017 +0100

    Fix "register" instructions were disassembled without explicit register set

commit 2605b2490d1f2409a6f7b2bef35af32674fba4fc
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 18:05:35 2017 +0100

    Use explicit register sets

commit ded2b4862606186381271093d25f1ed04804e730
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 17:39:51 2017 +0100

    Fix last operand to "vinsert" may be a "void"

commit 98cefa83331a335c622e5bcd031ede2ca726094d
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 17:39:18 2017 +0100

    Fix use correct type

commit e65844fcec67ad80e208fb137bdd7b72f064870b
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 17:39:04 2017 +0100

    Use explicit register sets

commit 8f55fc81495e364969f33d6315ea4f327dfede0e
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 17:38:34 2017 +0100

    Fix bad jump distance calculations

commit 6e868b3d69dd8099a053236bc0cdd3747cc777fd
Author: Marek Marecki <address@hidden>
Date:   Mon Oct 30 17:38:11 2017 +0100

    Fix "stof" instruction requires a string input

commit 3b9e1b56af10bf9dd5a1e7477187348ad52b7f8b
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 29 14:17:17 2017 +0100

    Add script for running clang-format on the entire source tree

commit 3ef70585739220980926212efae992152f22e124
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 29 14:16:41 2017 +0100

    Enforce style guide

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

Summary of changes:
 sample/asm/pointers/stof.asm                                |  2 +-
 .../asm/pointers/vinsert_pointer_dereference_as_source.asm  | 10 +++++-----
 sample/asm/prototype/simple.asm                             |  8 ++++----
 scripts/clang_format.sh                                     |  3 +++
 src/assembler/frontend/static_analyser/register_usage.cpp   | 13 ++++++++-----
 src/cg/disassembler/disassembler.cpp                        |  4 ++--
 src/front/asm/assemble_instruction.cpp                      | 10 +++++++++-
 tests/tests.py                                              |  9 +++++----
 8 files changed, 37 insertions(+), 22 deletions(-)
 create mode 100755 scripts/clang_format.sh


hooks/post-receive
-- 
Viua VM



reply via email to

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