viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-990-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-990-g7809d0a
Date: Wed, 5 Apr 2017 00:12:22 +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, text-and-utf8 has been updated
       via  7809d0add02a27c9142fd5ba9c5ec82340f75da3 (commit)
       via  e9f64cc2f979aeb40445b5fc45187d6548985f5c (commit)
       via  3d232a0b88012de69d08936253d2ebbaa31221f1 (commit)
       via  3a1a624f941e3695afe95981fdb66c960d238450 (commit)
       via  535e242e432493872e0a713c1c711887befb155f (commit)
       via  68938b4f8d19a897362fcea37c1a3530ad78d752 (commit)
       via  5a4b0717ade602d761ea37ac887d9d6631070d43 (commit)
       via  a6375d9a7b72764c381ee655ba83cc05443ff43a (commit)
       via  8ae5191b0e9449e79654dd61d30915b37d3162f7 (commit)
       via  f137a7ad3457813a6efff368470480e13c4a0ef9 (commit)
      from  3d043383a6c0f0076e3e3c54a8bd61deb838eb34 (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 7809d0add02a27c9142fd5ba9c5ec82340f75da3
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:08:16 2017 +0200

    Dispatch TEXT opcodes

commit e9f64cc2f979aeb40445b5fc45187d6548985f5c
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:07:38 2017 +0200

    Update Makefile for TEXT instruction

commit 3d232a0b88012de69d08936253d2ebbaa31221f1
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:07:22 2017 +0200

    Add Text type

commit 3a1a624f941e3695afe95981fdb66c960d238450
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:06:56 2017 +0200

    Make assembler frontend recognise TEXT instruction

commit 535e242e432493872e0a713c1c711887befb155f
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:06:22 2017 +0200

    Fix throw errors when assembler is unable to calculate size of an 
instruction

commit 68938b4f8d19a897362fcea37c1a3530ad78d752
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:05:42 2017 +0200

    Add backend for emitting TEXT opcodes

commit 5a4b0717ade602d761ea37ac887d9d6631070d43
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:04:44 2017 +0200

    Adjust docs for String type

commit a6375d9a7b72764c381ee655ba83cc05443ff43a
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:04:24 2017 +0200

    Add declarations required for TEXT opcode

commit 8ae5191b0e9449e79654dd61d30915b37d3162f7
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 5 00:03:25 2017 +0200

    Add TEXT instruction to bytecode definition

commit f137a7ad3457813a6efff368470480e13c4a0ef9
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 4 23:57:10 2017 +0200

    Remove unused constant

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

Summary of changes:
 Makefile                                |  15 ++++-
 include/viua/bytecode/maps.h            |  24 ++-----
 include/viua/bytecode/opcodes.h         |   2 +
 include/viua/cg/bytecode/instructions.h |   1 +
 include/viua/process.h                  |   1 +
 include/viua/program.h                  |   1 +
 include/viua/types/string.h             |   4 +-
 include/viua/types/text.h               |  95 +++++++++++++++++++++++++++
 src/cg/bytecode/instructions.cpp        |   6 ++
 src/cg/disassembler/disassembler.cpp    |   2 +-
 src/cg/tools.cpp                        |  23 ++++++-
 src/front/asm/assemble_instruction.cpp  |   5 ++
 src/process/dispatch.cpp                |   3 +
 src/programinstructions.cpp             |   5 ++
 src/types/text.cpp                      | 110 ++++++++++++++++++++++++++++++++
 15 files changed, 270 insertions(+), 27 deletions(-)
 create mode 100644 include/viua/types/text.h
 create mode 100644 src/types/text.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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