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/177/5534fb2a/implement-bit-m


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-manipulation-instructions updated. v0.9.0-33-ga0f5c2a
Date: Fri, 7 Jul 2017 18:51:30 +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/177/5534fb2a/implement-bit-manipulation-instructions has been 
updated
       via  a0f5c2a5939b0a8d74684f72d73ff6075cb057e5 (commit)
       via  5e62cb057da86a2f9f9e40b5e48b594dc0787017 (commit)
       via  ebf6a0afdf9cd662ee41b522a3a5386e378cc31b (commit)
       via  d15dc212000d3eaf37500feec7b2316b8af493db (commit)
       via  f7e2ef65f5734cde52375e2614e8750bc27e8b2e (commit)
       via  ae948b52b4760ebf4989887dde9c0e47f741f74e (commit)
      from  1815439fa3e5629b57562b2540708ca6c727ac9c (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 a0f5c2a5939b0a8d74684f72d73ff6075cb057e5
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 18:51:25 2017 +0200

    Shorter code, thanks to using

commit 5e62cb057da86a2f9f9e40b5e48b594dc0787017
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 18:09:35 2017 +0200

    Implement code generation for bit instructions

commit ebf6a0afdf9cd662ee41b522a3a5386e378cc31b
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 18:09:12 2017 +0200

    Declarations, declarations everywhere

commit d15dc212000d3eaf37500feec7b2316b8af493db
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 6 23:55:01 2017 +0200

    Calculate sizes of bit instructions

commit f7e2ef65f5734cde52375e2614e8750bc27e8b2e
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 6 23:32:11 2017 +0200

    Style

commit ae948b52b4760ebf4989887dde9c0e47f741f74e
Author: Marek Marecki <address@hidden>
Date:   Thu Jul 6 23:30:19 2017 +0200

    Style

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

Summary of changes:
 include/viua/cg/bytecode/instructions.h |  39 +++++++---
 include/viua/program.h                  |  29 ++++++--
 src/cg/assembler/static_analysis.cpp    |  69 ++++++++----------
 src/cg/bytecode/instructions.cpp        |  66 +++++++++++++++++
 src/cg/tools.cpp                        |  91 +++++++++++++++++++++++
 src/front/asm/assemble_instruction.cpp  | 123 ++++++++++++++++++++++++++++++++
 src/programinstructions.cpp             |  65 +++++++++++++++++
 7 files changed, 430 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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