viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch normalise updated. v0.9.0-274-g5f8


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch normalise updated. v0.9.0-274-g5f80e8d
Date: Sun, 20 Aug 2017 12:38:16 +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, normalise has been updated
       via  5f80e8d679b77b9e27a2d0286d51fe042672a299 (commit)
       via  a2778e84126bf9e5bdbeb7c539f654b292546496 (commit)
       via  c203d2ae6f6b5a462c2fbc025811e65ce8b5d2ae (commit)
       via  fba0a59ba6bdcbf56365553f249cff3e2139d9c7 (commit)
       via  0838936f92208415dcedbd05c572daf3453a97e4 (commit)
       via  5fca6b8acab76f3c10a2957889f5710e6a4f2745 (commit)
       via  00930997a6731939b9c279b1f41665bbc7ed98e3 (commit)
       via  f38486fad2532cdcca336459c6577193afc15ba4 (commit)
       via  ac1ab5c6f4d8da57707a71c2b9bb2f47413c6098 (commit)
      from  c3dfd14a98e578541fb4a5c93ca86ad0f254192b (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 5f80e8d679b77b9e27a2d0286d51fe042672a299
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:38:12 2017 +0200

    Add frame location to error trace of invalid arity in a call

commit a2778e84126bf9e5bdbeb7c539f654b292546496
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:37:41 2017 +0200

    Verify call arities

commit c203d2ae6f6b5a462c2fbc025811e65ce8b5d2ae
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:36:34 2017 +0200

    Recognise "leave" as a valid last instruction

commit fba0a59ba6bdcbf56365553f249cff3e2139d9c7
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:35:53 2017 +0200

    Add more details to already traced errors

commit 0838936f92208415dcedbd05c572daf3453a97e4
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:35:23 2017 +0200

    Do not rename if it is not needed

commit 5fca6b8acab76f3c10a2957889f5710e6a4f2745
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:34:47 2017 +0200

    Fix a typo

commit 00930997a6731939b9c279b1f41665bbc7ed98e3
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 12:34:17 2017 +0200

    Fix match labels *after* function name literals
    
    This avoid accidentally matching a function name literal as a label.

commit f38486fad2532cdcca336459c6577193afc15ba4
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 04:07:37 2017 +0200

    Check for leftover frames

commit ac1ab5c6f4d8da57707a71c2b9bb2f47413c6098
Author: Marek Marecki <address@hidden>
Date:   Sun Aug 20 04:07:17 2017 +0200

    Fix "return", "leave", and "throw" do not increase frame balance

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

Summary of changes:
 src/assembler/frontend/parser.cpp | 14 +++---
 src/cg/assembler/utils.cpp        |  2 +-
 src/front/parser.cpp              | 94 ++++++++++++++++++++++++++++++++++++---
 3 files changed, 97 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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