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-529-ge4e5d0e


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-529-ge4e5d0e
Date: Sun, 13 Nov 2016 19:53:01 +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  e4e5d0e4f82a682bbf40d7ee7b8b97553d3e747d (commit)
      from  b87adff0bd5615a48d066232166bd9860b04ab71 (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 e4e5d0e4f82a682bbf40d7ee7b8b97553d3e747d
Author: Marek Marecki <address@hidden>
Date:   Sun Nov 13 19:34:57 2016 +0100

    Remove support for dot-prefixed absolute jumps

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

Summary of changes:
 Changelog.markdown                                 |  1 +
 include/viua/cg/lex.h                              |  1 -
 include/viua/version.h                             |  2 +-
 sample/asm/absolute_jumping/absolute_branch.asm    | 37 ----------------------
 sample/asm/absolute_jumping/absolute_jump.asm      | 34 --------------------
 sample/asm/errors/absolute_jump_negative.asm       | 24 --------------
 .../asm/errors/branch_false_negative_absolute.asm  | 27 ----------------
 .../asm/errors/branch_true_negative_absolute.asm   | 27 ----------------
 .../errors/zero_distance_absolute_false_branch.asm | 25 ---------------
 sample/asm/errors/zero_distance_absolute_jump.asm  | 25 ---------------
 .../errors/zero_distance_absolute_true_branch.asm  | 25 ---------------
 src/cg/lex.cpp                                     | 21 ------------
 src/front/asm/generate.cpp                         | 10 +-----
 tests/tests.py                                     | 24 --------------
 14 files changed, 3 insertions(+), 280 deletions(-)
 delete mode 100644 sample/asm/absolute_jumping/absolute_branch.asm
 delete mode 100644 sample/asm/absolute_jumping/absolute_jump.asm
 delete mode 100644 sample/asm/errors/absolute_jump_negative.asm
 delete mode 100644 sample/asm/errors/branch_false_negative_absolute.asm
 delete mode 100644 sample/asm/errors/branch_true_negative_absolute.asm
 delete mode 100644 sample/asm/errors/zero_distance_absolute_false_branch.asm
 delete mode 100644 sample/asm/errors/zero_distance_absolute_jump.asm
 delete mode 100644 sample/asm/errors/zero_distance_absolute_true_branch.asm


hooks/post-receive
-- 
Viua VM



reply via email to

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