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-602-gf377cce


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-602-gf377cce
Date: Thu, 24 Nov 2016 23:32:18 +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  f377ccefa4acdd4497745bfbfb9bc44427303d4c (commit)
       via  d619676729a6337e26ce68ec55f5d9293fed7d1a (commit)
       via  41373fe93d3bd0bafbdc41ca1f737fc066e9b0ef (commit)
      from  5a84a1d336f70b86f4ac2f091a55ec1287df30a4 (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 f377ccefa4acdd4497745bfbfb9bc44427303d4c
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 24 23:14:34 2016 +0100

    SA can detect unused values

commit d619676729a6337e26ce68ec55f5d9293fed7d1a
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 22 21:39:53 2016 +0100

    Better error message about creating "function from undefined function"

commit 41373fe93d3bd0bafbdc41ca1f737fc066e9b0ef
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 22 21:39:16 2016 +0100

    Small refactoring

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

Summary of changes:
 include/viua/cg/lex.h                              |  4 ++
 sample/asm/absolute_jumping/relative_jumps.asm     |  2 +
 sample/asm/concurrency/receive_invalid_timeout.asm |  2 +-
 sample/asm/concurrency/receive_timeout_1s.asm      |  2 +-
 sample/asm/concurrency/receive_timeout_500ms.asm   |  2 +-
 .../receive_timeout_zero_milliseconds.asm          |  2 +-
 .../errors/function_from_undefined_function.asm    |  3 +
 sample/asm/exceptions/restore_catcher_state.asm    |  4 +-
 sample/asm/exceptions/vector_out_of_range_read.asm |  1 +
 sample/asm/invalid_operand_types/fadd.asm          |  1 +
 sample/asm/invalid_operand_types/fdiv.asm          |  1 +
 sample/asm/invalid_operand_types/feq.asm           |  1 +
 sample/asm/invalid_operand_types/fgt.asm           |  1 +
 sample/asm/invalid_operand_types/fgte.asm          |  1 +
 sample/asm/invalid_operand_types/flt.asm           |  1 +
 sample/asm/invalid_operand_types/flte.asm          |  1 +
 sample/asm/invalid_operand_types/fmul.asm          |  1 +
 sample/asm/invalid_operand_types/fsub.asm          |  1 +
 sample/asm/invalid_operand_types/iadd.asm          |  1 +
 sample/asm/invalid_operand_types/idiv.asm          |  1 +
 sample/asm/invalid_operand_types/ieq.asm           |  1 +
 sample/asm/invalid_operand_types/igt.asm           |  1 +
 sample/asm/invalid_operand_types/igte.asm          |  1 +
 sample/asm/invalid_operand_types/ilt.asm           |  1 +
 sample/asm/invalid_operand_types/ilte.asm          |  1 +
 sample/asm/invalid_operand_types/imul.asm          |  1 +
 sample/asm/invalid_operand_types/isub.asm          |  1 +
 .../prototype/unregistered_type_instantation.asm   |  1 +
 .../regmod/fetching_from_empty_tmp_register.asm    |  1 +
 .../parameter_move_empties_registers.asm           |  2 +-
 src/cg/assembler/static_analysis.cpp               | 74 ++++++++++++++++++++--
 src/cg/assembler/utils.cpp                         |  1 +
 src/cg/assembler/verify.cpp                        |  4 +-
 src/cg/lex.cpp                                     |  3 +
 src/stdlib/viua/functional.asm                     | 12 ++--
 tests/tests.py                                     | 21 +++---
 36 files changed, 130 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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