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/ce6f5d82/rewrite-assembler u


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler updated. v0.9.0-2049-gcc1e1a2
Date: Sun, 2 Sep 2018 21:36:56 +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/ce6f5d82/rewrite-assembler has been updated
       via  cc1e1a2d88d9038f573942ed85096d1ddf6c9095 (commit)
       via  028ba9a6499c82a877877af432ea0e68f4c8eace (commit)
       via  e13cb0887eb04e55d52b61f5a679b286566b9e1f (commit)
       via  aca6041526acc3243d53e058611f88bbbc645725 (commit)
       via  37f37c7e6016440379b485742598a39841f6ae87 (commit)
       via  fc7799bef058fc6fcec37407a1bfce3fa52aa0db (commit)
       via  340293c6d7ac38a09ef61d0cc49e50a361a9b2a9 (commit)
       via  5f6dae01c0e1ebac97867cc35df424edc92f0f49 (commit)
       via  9ca1da4ff977b6300e1df9cb8c81254282e0bbc6 (commit)
       via  4998f2c0b92bab4bcc2ee9a89c0a723ca5cdcb17 (commit)
       via  1ba06bd7f5c05418782e381a71a2fec1ee82d8e1 (commit)
      from  d2efefd8df6fa0a16160d709b0bc9ea5a21293ba (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 cc1e1a2d88d9038f573942ed85096d1ddf6c9095
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:36:26 2018 +0200

    Add new Make target: "tooling"
    
    This target will be responsible for building all possible tools supplied
    with the VM.

commit 028ba9a6499c82a877877af432ea0e68f4c8eace
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:34:51 2018 +0200

    Parse `print` instruction

commit e13cb0887eb04e55d52b61f5a679b286566b9e1f
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:25:40 2018 +0200

    Improve error message
    
    Tell not only *what* happened, but also *why* it happened.

commit aca6041526acc3243d53e058611f88bbbc645725
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:25:14 2018 +0200

    Increment in the increment part of the loop, in case of any continues

commit 37f37c7e6016440379b485742598a39841f6ae87
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:24:47 2018 +0200

    Add function for parsing any single-register instructions

commit fc7799bef058fc6fcec37407a1bfce3fa52aa0db
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:24:24 2018 +0200

    Add util function mapping strings to access type specifiers

commit 340293c6d7ac38a09ef61d0cc49e50a361a9b2a9
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:23:56 2018 +0200

    Add util function mapping strings to register sets

commit 5f6dae01c0e1ebac97867cc35df424edc92f0f49
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:23:33 2018 +0200

    Add util function mapping strings to opcodes

commit 9ca1da4ff977b6300e1df9cb8c81254282e0bbc6
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:22:52 2018 +0200

    Add a FIXME note for duplicated code

commit 4998f2c0b92bab4bcc2ee9a89c0a723ca5cdcb17
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:21:09 2018 +0200

    Add new fragment type: Instruction
    
    Instructions may have 0 or more operands, which are added to them.
    Currently, only one operand type is implemented: a register address.

commit 1ba06bd7f5c05418782e381a71a2fec1ee82d8e1
Author: Marek Marecki <address@hidden>
Date:   Sun Sep 2 21:20:02 2018 +0200

    Add missing header file for vector_view

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

Summary of changes:
 Makefile                                  |   2 +
 include/viua/tooling/libs/parser/parser.h |  37 +++++++++
 include/viua/util/vector_view.h           |  68 +++++++++++++++++
 src/tooling/libs/parser/parse.cpp         | 122 ++++++++++++++++++++++++++++--
 4 files changed, 221 insertions(+), 8 deletions(-)
 create mode 100644 include/viua/util/vector_view.h


hooks/post-receive
-- 
Viua VM



reply via email to

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