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-419-ge72de7e


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-419-ge72de7e
Date: Thu, 20 Oct 2016 00:32:17 +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, devel has been updated
       via  e72de7ed7764d04960e058c8b16c283966d20725 (commit)
       via  ce88a476b9b085a224fe2af3e7f1e2dea97beca1 (commit)
       via  5ef1b9b2da9c6a0f28a2041700aa52d455443839 (commit)
       via  1b4031bcaf4e38ac66a5026a88e0a51783958e92 (commit)
       via  e5d8502dc786209ba133a1486efac9d7d2b3f38e (commit)
       via  d3ff91052ccd2e252de9255a99e285825d6c655d (commit)
       via  c84fa6617eb289013a8365e7ccd834bf8494f5fb (commit)
       via  8a9b98470e797b6cb99b714be75bec3b77f194af (commit)
       via  cfa8e9be10269f38bc824bd6fb289512179bf18f (commit)
       via  e5a2fc0d756b0fa1c166bff01f0be2485799cbed (commit)
      from  724c6bcdd3bf23a40eb8e6336b0c82f2268d3e42 (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 e72de7ed7764d04960e058c8b16c283966d20725
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:15:36 2016 +0200

    Update Changelog

commit ce88a476b9b085a224fe2af3e7f1e2dea97beca1
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:15:20 2016 +0200

    Add more tests

commit 5ef1b9b2da9c6a0f28a2041700aa52d455443839
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:14:36 2016 +0200

    Static analyser understands branches (somewhat)

commit 1b4031bcaf4e38ac66a5026a88e0a51783958e92
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:13:51 2016 +0200

    SA errors are always traced to show in which function they were detected

commit e5d8502dc786209ba133a1486efac9d7d2b3f38e
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:13:16 2016 +0200

    Add SA code for more instructions

commit d3ff91052ccd2e252de9255a99e285825d6c655d
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:12:37 2016 +0200

    Remove useless prints

commit c84fa6617eb289013a8365e7ccd834bf8494f5fb
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:12:03 2016 +0200

    Add FIXMEs

commit 8a9b98470e797b6cb99b714be75bec3b77f194af
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 20 00:11:39 2016 +0200

    Refactor code to play nice with new static analyser

commit cfa8e9be10269f38bc824bd6fb289512179bf18f
Author: Marek Marecki <address@hidden>
Date:   Wed Oct 19 14:59:54 2016 +0200

    Fix std::logic_error when VIUAVM_ASM_COLOUR is not defined

commit e5a2fc0d756b0fa1c166bff01f0be2485799cbed
Author: Marek Marecki <address@hidden>
Date:   Wed Oct 19 14:56:54 2016 +0200

    More control over colorising with VIUAVM_ASM_COLOUR

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

Summary of changes:
 Changelog.markdown                                 |  3 +-
 include/viua/version.h                             |  2 +-
 sample/asm/functions/static_registers.asm          |  2 +
 ...m => sa_taking_false_branch_forward_marker.asm} | 14 ++---
 ...m => sa_taking_false_branch_forward_offset.asm} | 14 ++---
 ...sm => sa_taking_true_branch_forward_marker.asm} | 14 ++---
 ...sm => sa_taking_true_branch_forward_offset.asm} | 14 ++---
 .../use_of_empty_first_operand_in_iadd.asm}        | 10 ++--
 .../use_of_empty_operand_in_iinc.asm}              |  3 +-
 .../use_of_empty_second_operand_in_iadd.asm}       | 10 ++--
 src/cg/assembler/static_analysis.cpp               | 62 +++++++++++++++++---
 src/front/asm.cpp                                  | 17 +++++-
 src/stdlib/viua/vector.asm                         |  6 +-
 tests/tests.py                                     | 67 +++++++++++++++++++++-
 14 files changed, 175 insertions(+), 63 deletions(-)
 copy sample/asm/static_analysis_errors/{checking_entered_block_bodies.asm => 
sa_taking_false_branch_forward_marker.asm} (87%)
 copy sample/asm/static_analysis_errors/{checking_entered_block_bodies.asm => 
sa_taking_false_branch_forward_offset.asm} (87%)
 copy sample/asm/static_analysis_errors/{checking_entered_block_bodies.asm => 
sa_taking_true_branch_forward_marker.asm} (87%)
 copy sample/asm/static_analysis_errors/{checking_entered_block_bodies.asm => 
sa_taking_true_branch_forward_offset.asm} (87%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
static_analysis_errors/use_of_empty_first_operand_in_iadd.asm} (88%)
 copy sample/asm/{concurrency/receive_timeout_500ms.asm => 
static_analysis_errors/use_of_empty_operand_in_iinc.asm} (95%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
static_analysis_errors/use_of_empty_second_operand_in_iadd.asm} (88%)


hooks/post-receive
-- 
Viua VM



reply via email to

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