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/e8113638/math-on-bits update


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/e8113638/math-on-bits updated. v0.9.0-202-g0c81d77
Date: Fri, 28 Jul 2017 21:35:34 +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/e8113638/math-on-bits has been updated
       via  0c81d771440d729b549fd217bd65f0daee8c73cd (commit)
       via  208338ffbfc5a3689ce0fc4dbe8ce153f6e28959 (commit)
       via  4993196e3da929b3ca8925bbdf034530acd5687b (commit)
       via  0f9e09be09d4dca8e8d004ae0b70aeda2e39b758 (commit)
       via  ac7729ffe53f23a098f5f704067937eeac662c8f (commit)
       via  67a61f36a26c20203f2e633863c04d4c73bc85b7 (commit)
       via  01563134894d92c43a718a8ceb753177fb16e208 (commit)
       via  a7dd42f1a6036888de37258f81ac13c90133592c (commit)
       via  0a3ef92a21f23946bb6c117d1b8ed1300f3faeb0 (commit)
       via  9ec0c2afb4dc31e0633f1a456af6a3380db9e258 (commit)
      from  82eb5a94019b8373597232311c01cf566657e36f (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 0c81d771440d729b549fd217bd65f0daee8c73cd
Merge: 208338f 82eb5a9
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:35:25 2017 +0200

    Merge branch 'issue/e8113638/math-on-bits' of github.com:marekjm/viuavm 
into issue/e8113638/math-on-bits

commit 208338ffbfc5a3689ce0fc4dbe8ce153f6e28959
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:35:17 2017 +0200

    Recognise "fixedmul" in assembler frontend

commit 4993196e3da929b3ca8925bbdf034530acd5687b
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:34:54 2017 +0200

    Emit bytecode for "fixedmul" instruction

commit 0f9e09be09d4dca8e8d004ae0b70aeda2e39b758
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:32:11 2017 +0200

    Disassemble "fixedmul" instruction

commit ac7729ffe53f23a098f5f704067937eeac662c8f
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:31:48 2017 +0200

    Dispatch "fixedmul" instruction

commit 67a61f36a26c20203f2e633863c04d4c73bc85b7
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:31:10 2017 +0200

    Add "fixedmul" to static analysis

commit 01563134894d92c43a718a8ceb753177fb16e208
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:30:44 2017 +0200

    Calculate size of "fixedmul" instruction

commit a7dd42f1a6036888de37258f81ac13c90133592c
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:30:19 2017 +0200

    Normalise "fixedmul" instruction

commit 0a3ef92a21f23946bb6c117d1b8ed1300f3faeb0
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:29:50 2017 +0200

    Add (incorrect) implementation of fixed multiply to Bits type

commit 9ec0c2afb4dc31e0633f1a456af6a3380db9e258
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 28 21:28:53 2017 +0200

    Add "fixedmul" instruction to bytecode definition

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

Summary of changes:
 include/viua/bytecode/maps.h            |  2 ++
 include/viua/bytecode/opcodes.h         |  1 +
 include/viua/cg/bytecode/instructions.h |  1 +
 include/viua/process.h                  |  1 +
 include/viua/program.h                  |  1 +
 include/viua/types/bits.h               |  1 +
 src/cg/assembler/static_analysis.cpp    |  2 +-
 src/cg/bytecode/instructions.cpp        |  5 +++++
 src/cg/disassembler/disassembler.cpp    |  1 +
 src/cg/lex.cpp                          |  2 +-
 src/cg/tools.cpp                        |  7 +++++++
 src/front/asm/assemble_instruction.cpp  | 11 +++++++++++
 src/process/dispatch.cpp                |  3 +++
 src/process/instr/bits.cpp              | 16 ++++++++++++++++
 src/programinstructions.cpp             |  5 +++++
 src/types/bits.cpp                      |  3 +++
 16 files changed, 60 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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