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-656-gc209eaa
Date: Thu, 26 Oct 2017 23:40:58 +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/183/7eadf61e/better-static-analyser has been updated
       via  c209eaa940540c57a417f6d21987408f4d1b5419 (commit)
       via  bde14b2533c490fc9875ed291868eafc1889c328 (commit)
       via  26e04c3246ac1c8612b001ac07b33d2343cd8a88 (commit)
       via  7bbb4a32e45d35a2b68480f8f484e96e836eae15 (commit)
       via  0eec1a1d0ccf51a689d70543c1b5cf93c99e6b7c (commit)
       via  246be5177201f458719f6bed93d0f2f2bb599191 (commit)
       via  7e5c1f4d98a3bcd5e3addbe879eb113e37950629 (commit)
      from  f4883234d86851badd28a367c9d2e397dfdd8d0b (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 c209eaa940540c57a417f6d21987408f4d1b5419
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 23:34:45 2017 +0200

    Enforce style guide

commit bde14b2533c490fc9875ed291868eafc1889c328
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 23:32:32 2017 +0200

    Do not run SA on this function
    
    This test is designed to fail at runtime to check runtime error
    checking. The fact that SA is able to catch the bug at compile-time is
    cool and all, but let's silence it for now.

commit 26e04c3246ac1c8612b001ac07b33d2343cd8a88
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 23:29:58 2017 +0200

    Attach aside notes to tokens
    
    This will generate better error messages: the aside notes will be
    clearly associated with their intended parts of the error.

commit 7bbb4a32e45d35a2b68480f8f484e96e836eae15
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 08:13:27 2017 +0200

    Fix memory leak when using Register as key in std::map

commit 0eec1a1d0ccf51a689d70543c1b5cf93c99e6b7c
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 08:12:59 2017 +0200

    Enforce style guide

commit 246be5177201f458719f6bed93d0f2f2bb599191
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 08:12:46 2017 +0200

    Generate better BASH

commit 7e5c1f4d98a3bcd5e3addbe879eb113e37950629
Author: Marek Marecki <address@hidden>
Date:   Thu Oct 26 08:12:34 2017 +0200

    Consistent const

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

Summary of changes:
 .../vector_out_of_range_read_from_empty.asm        |  2 +-
 src/assembler/frontend/parser.cpp                  |  2 +-
 .../frontend/static_analyser/register_usage.cpp    | 12 ++--
 .../frontend/static_analyser/verifier.cpp          |  2 +-
 src/bytecode/decoder/operands.cpp                  |  2 +-
 src/cg/assembler/binary_literals.cpp               | 72 ++++++++++++++--------
 src/cg/bytecode/instructions.cpp                   |  4 +-
 src/cg/disassembler/disassembler.cpp               | 48 ++++++++++-----
 src/cg/lex.cpp                                     |  6 +-
 src/cg/tools.cpp                                   |  6 +-
 src/front/asm/assemble_instruction.cpp             | 11 ++--
 src/front/asm/generate.cpp                         | 24 ++++----
 src/front/dis.cpp                                  |  4 +-
 src/front/kernel.cpp                               |  4 +-
 src/front/parser.cpp                               |  2 +-
 src/front/wdb.cpp                                  | 15 ++++-
 src/kernel/kernel.cpp                              | 11 +++-
 src/process.cpp                                    | 15 ++++-
 src/process/stack.cpp                              | 15 ++++-
 src/program.cpp                                    |  2 +-
 src/scheduler/vps.cpp                              | 13 +++-
 src/stdlib/kitchensink.cpp                         |  3 +-
 src/stdlib/os.cpp                                  |  3 +-
 src/support/env.cpp                                |  6 +-
 src/support/string.cpp                             |  2 +-
 src/types/text.cpp                                 |  2 +-
 tests/tests.py                                     |  5 +-
 27 files changed, 187 insertions(+), 106 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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