viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch experimental/fixedadd updated. v0.


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch experimental/fixedadd updated. v0.9.0-175-g3450691
Date: Tue, 25 Jul 2017 23:52:45 +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, experimental/fixedadd has been updated
       via  3450691628d2d8f8dcac6458c55407960643952a (commit)
       via  38c857a24382f062dafe0256ef78ceb82c8fc120 (commit)
       via  338784de42d38c36d08435f8bf68fbafc34a56ee (commit)
       via  b1cc0346bbf1ac9b9d58a1e25053a8afa9bdb302 (commit)
       via  647e977f36400ac0c4083e0476e44dc75137a8d2 (commit)
       via  0e4c5af334a467bbfb7568c63b44c4a677b83b7f (commit)
       via  d15de3f47c3bef62a833cf745a633c3a6669cf55 (commit)
       via  24136c8896d3caa5b914a025b30330d026ae7ffa (commit)
       via  a366abf8b093434059cabbbf8bbd574aac92811e (commit)
      from  c23f43f59c060cffc2a83b681df5f25e7b7bd3bb (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 3450691628d2d8f8dcac6458c55407960643952a
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:52:43 2017 +0200

    Recognise "fixedadd" instruction in assembler frontend

commit 38c857a24382f062dafe0256ef78ceb82c8fc120
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:52:28 2017 +0200

    Normalise "fixedadd" instruction

commit 338784de42d38c36d08435f8bf68fbafc34a56ee
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:52:08 2017 +0200

    Add static analysis for "fixedadd" instruction

commit b1cc0346bbf1ac9b9d58a1e25053a8afa9bdb302
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:51:42 2017 +0200

    Correctly calculate bytecode size for programs with "fixedadd" instruction

commit 647e977f36400ac0c4083e0476e44dc75137a8d2
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:51:10 2017 +0200

    Emit bytecode for "fixedadd" instruction

commit 0e4c5af334a467bbfb7568c63b44c4a677b83b7f
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:50:27 2017 +0200

    Disassemble "fixedadd" instruction

commit d15de3f47c3bef62a833cf745a633c3a6669cf55
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:49:36 2017 +0200

    Dispatch "fixedadd" instruction

commit 24136c8896d3caa5b914a025b30330d026ae7ffa
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:48:59 2017 +0200

    Implement binary fixed addition for Bits type

commit a366abf8b093434059cabbbf8bbd574aac92811e
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 25 23:48:05 2017 +0200

    Add "fixedadd" 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               |  2 ++
 src/cg/assembler/static_analysis.cpp    |  3 +-
 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                      | 62 +++++++++++++++++++++++++++++++++
 16 files changed, 121 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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