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/38a0f558/add-instruction-for


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/38a0f558/add-instruction-for-allocating-local-registers updated. v0.9.0-1736-g8e16935
Date: Wed, 20 Jun 2018 21:48:44 +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/38a0f558/add-instruction-for-allocating-local-registers has 
been updated
       via  8e169357059e9775b7ac40d6c77a9f375f9c2d45 (commit)
      from  20319cba06f0744de1e64ab86a880daf8976af14 (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 8e169357059e9775b7ac40d6c77a9f375f9c2d45
Author: Marek Marecki <address@hidden>
Date:   Wed Jun 20 21:48:40 2018 +0200

    Add missing "allocate_registers"

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

Summary of changes:
 sample/asm/exceptions/terminating_processes.asm    | 44 +++++++++++++---------
 .../and_use_of_empty_register_1st.asm              |  4 +-
 .../and_use_of_empty_register_2nd.asm              |  4 +-
 .../branch_depends_on_empty_register.asm           |  4 +-
 .../capture_empty_register_by_copy.asm             |  4 +-
 .../capture_empty_register_by_move.asm             |  4 +-
 .../capture_empty_register_by_reference.asm        |  4 +-
 .../cast_of_empty_register_ftoi.asm                |  4 +-
 .../cast_of_empty_register_itof.asm                |  4 +-
 .../cast_of_empty_register_stof.asm                |  4 +-
 .../cast_of_empty_register_stoi.asm                |  4 +-
 .../checking_entered_block_bodies.asm              |  4 +-
 .../copy_from_empty_register.asm                   |  4 +-
 .../delete_of_empty_register.asm                   |  4 +-
 .../echo_of_empty_register.asm                     |  4 +-
 .../fcall_from_empty_register.asm                  |  4 +-
 .../asm/static_analysis_errors/found_newline.asm   |  4 +-
 .../iadd_of_empty_registers.asm                    |  4 +-
 .../isnull_fails_on_nonempty_registers.asm         |  4 +-
 .../join_from_empty_register.asm                   |  4 +-
 .../main_returns_to_invalid_rs_type.asm            |  4 +-
 .../move_from_empty_register.asm                   |  4 +-
 .../not_of_empty_register.asm                      |  4 +-
 .../or_use_of_empty_register_1st.asm               |  4 +-
 .../or_use_of_empty_register_2nd.asm               |  4 +-
 .../packing_empty_register.asm                     |  4 +-
 .../packing_vec_empties_registers.asm              |  4 +-
 .../parameter_move_empties_registers.asm           |  6 ++-
 .../parameter_move_from_empty_register.asm         |  6 ++-
 .../register_name_already_taken.asm                |  4 +-
 .../void_as_input_register.asm                     |  6 ++-
 sample/asm/vector/out_of_range_index_positive.asm  |  4 +-
 sample/asm/vector/vat.asm                          |  6 ++-
 sample/asm/vector/vec_packing.asm                  | 21 +++++++++++
 sample/asm/vector/vec_packing_null.asm             |  2 +
 sample/asm/vector/vec_packing_out_of_range.asm     | 25 +++++++++++-
 sample/asm/vector/vec_packing_self_pack.asm        | 25 +++++++++++-
 sample/asm/vector/vlen.asm                         | 15 +++++++-
 sample/asm/vector/vpop.asm                         |  4 +-
 sample/asm/vector/vpush.asm                        |  4 +-
 40 files changed, 217 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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