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/fee57cd7/fix-compliation-wit


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/fee57cd7/fix-compliation-with-higher-optimisation-levels updated. v0.9.0-1501-gbc22ed9
Date: Mon, 9 Apr 2018 14:32:10 +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/fee57cd7/fix-compliation-with-higher-optimisation-levels has 
been updated
       via  bc22ed90d8f30cb0bdbe4b883804d40265b5b827 (commit)
       via  1e0df64f1dffbe871380b3b64ab75917dd962f3d (commit)
       via  ead4386b58b133a6cb613b13a3c3b8308ad523d8 (commit)
       via  50fea107be3448abda82483a9a6146072286a41e (commit)
       via  82707884b263a7ccdaf9bc28537837a3688ab4b8 (commit)
      from  485711672d7dba35ead42d82d6ea0a903062ce75 (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 bc22ed90d8f30cb0bdbe4b883804d40265b5b827
Author: Marek Marecki <address@hidden>
Date:   Mon Apr 9 14:32:07 2018 +0200

    Separate function for assembling "text"

commit 1e0df64f1dffbe871380b3b64ab75917dd962f3d
Author: Marek Marecki <address@hidden>
Date:   Mon Apr 9 14:31:36 2018 +0200

    Separate function for assembling "string"

commit ead4386b58b133a6cb613b13a3c3b8308ad523d8
Author: Marek Marecki <address@hidden>
Date:   Mon Apr 9 14:31:03 2018 +0200

    Fix Makefile

commit 50fea107be3448abda82483a9a6146072286a41e
Author: Marek Marecki <address@hidden>
Date:   Mon Apr 9 14:18:25 2018 +0200

    Remove useless code

commit 82707884b263a7ccdaf9bc28537837a3688ab4b8
Author: Marek Marecki <address@hidden>
Date:   Mon Apr 9 14:17:14 2018 +0200

    Separate function for assembling "textsub"

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

Summary of changes:
 Makefile                                           |  6 ++-
 include/viua/assembler/backend/op_assemblers.h     | 28 +++++++++++++
 ...ssemble_op_float.cpp => assemble_op_string.cpp} | 10 ++---
 ...{assemble_op_float.cpp => assemble_op_text.cpp} | 18 +++++---
 src/front/asm/assemble_instruction.cpp             | 48 ++--------------------
 5 files changed, 54 insertions(+), 56 deletions(-)
 copy src/assembler/backend/op_assemblers/{assemble_op_float.cpp => 
assemble_op_string.cpp} (73%)
 copy src/assembler/backend/op_assemblers/{assemble_op_float.cpp => 
assemble_op_text.cpp} (56%)


hooks/post-receive
-- 
Viua VM



reply via email to

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