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-656-g02d4600


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-656-g02d4600
Date: Fri, 2 Dec 2016 23:45:21 +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, devel has been updated
       via  02d4600091eae0742e7eec860f360c3812d2c9ab (commit)
       via  ce1622577dddd8b98307bca75521da645d688189 (commit)
       via  fb682ff99b6f6b06a096b7a3d8337d189fb878de (commit)
       via  6b95d1cfefce76a9655d07592395cb7382250d47 (commit)
       via  5707fbd2968310d8f09c8788478134a53da35516 (commit)
       via  070b71cd385090c2ef09bb353334dfb6216d0c21 (commit)
      from  e1fcdac7aaeaca559aea24998d14931a56f1c8d2 (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 02d4600091eae0742e7eec860f360c3812d2c9ab
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 23:50:30 2016 +0100

    Fix dubious accesses found by SA

commit ce1622577dddd8b98307bca75521da645d688189
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 23:41:30 2016 +0100

    Prevent accessing named registers using direct indexes (enforced by SA)

commit fb682ff99b6f6b06a096b7a3d8337d189fb878de
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 23:39:33 2016 +0100

    Fix do not try to resolve third operand to vec as register name

commit 6b95d1cfefce76a9655d07592395cb7382250d47
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 23:38:23 2016 +0100

    Fix set correct original values in automatically inserted tokens

commit 5707fbd2968310d8f09c8788478134a53da35516
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 23:37:05 2016 +0100

    Fix VM does not crash when fcall source is not callable

commit 070b71cd385090c2ef09bb353334dfb6216d0c21
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 2 23:35:31 2016 +0100

    Remove obvious comments

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

Summary of changes:
 Changelog.markdown                                 |  1 +
 sample/asm/abs.asm                                 |  8 +++----
 sample/asm/external/throwing.asm                   |  4 ++--
 .../sa_taking_false_branch_forward_marker.asm      |  2 +-
 .../sa_taking_false_branch_forward_offset.asm      |  2 +-
 .../sa_taking_true_branch_forward_marker.asm       |  2 +-
 .../sa_taking_true_branch_forward_offset.asm       |  2 +-
 sample/asm/vector/vat.asm                          | 12 +++++------
 sample/asm/watchdog/already_spawned.asm            | 12 +++++------
 sample/asm/watchdog/death_message.asm              | 16 ++++++--------
 sample/asm/watchdog/restarting_process.asm         | 25 +++++++++-------------
 src/cg/assembler/static_analysis.cpp               | 23 +++++++++++++++++---
 src/cg/lex.cpp                                     |  3 +++
 src/process/instr/closure.cpp                      |  6 ++++--
 src/process/instr/vector.cpp                       | 12 -----------
 src/stdlib/viua/functional.asm                     | 15 ++++++-------
 src/stdlib/viua/misc.asm                           | 10 ++++-----
 src/stdlib/viua/vector.asm                         |  4 ++--
 tests/tests.py                                     |  8 +++----
 19 files changed, 82 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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