viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-595-gbba4f4e


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-595-gbba4f4e
Date: Sun, 20 Nov 2016 20:14:52 +0100 (CET)

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, devel has been updated
       via  bba4f4e79961d791ccc56b123d59be555a86d34e (commit)
       via  c01abfdaa4cd83435c430cd1ff5db84f568cebe7 (commit)
       via  722a40821e0eb49fccdcbacd036f62c817bb600b (commit)
       via  f6049e2bb2c7089d35ab4921cb9104b1f0cd5853 (commit)
       via  ef55894ae49a03f07456b8d30760940f470e7213 (commit)
       via  9b9dbf52094dff682924edf1a4cb5dff1023df90 (commit)
       via  8036da037f733164788ae5fe17e6fde313c076e9 (commit)
       via  3b3cbe2cf08342d12a8e144aac0a18b2cd2cb97f (commit)
       via  31992128bce1b773aaf3b42c1e88b40bb156dba8 (commit)
       via  cd85f621d38f2113f31724654a787fc65dae939c (commit)
       via  6c85210df1393ae21b9b748f7653252b18f3608b (commit)
       via  0ae2bca1f23825db458f891938f6f0cab775cde3 (commit)
       via  edc7c125249e0f333c088589e63ca19dcd658fcc (commit)
       via  f30865e893c2c09e2366964047015506724c98e6 (commit)
       via  1d2ecf6e4f405f172aea8bf22537a31abb7c5b01 (commit)
       via  69754c152e9c3bde54a8f0ff70ccda523eaefa1a (commit)
       via  95fec2641ec65a261d5d5dec8ab5d097454b4eb0 (commit)
       via  16b703d5090ca23566ce287004e18375b8a029a3 (commit)
       via  6a89a084483fb0b21a282d790868edee0e1aa1ed (commit)
       via  181b85daaa82b511773ae662c67ace2d12c65595 (commit)
       via  efdd85271c5cd02e9171316b34265c76be65798a (commit)
       via  c5ddb0ff4c705d8d814efdd9e402c1ace8b87596 (commit)
       via  33d73766efecc4f186b3d272a5ba196926b6f4ab (commit)
       via  331280c2111d7d5e517a1423b4703034ddeb8644 (commit)
       via  20e19eac9ad4dfaf35dba9c1146301b846fb4c36 (commit)
       via  2a4c7f19fa156f7947e6bfe4313da56fce980b2e (commit)
       via  3f2354551bb26c83f6687fe193ed9fc4063252a9 (commit)
       via  249bd935de501cd456d596a7fdc433a751cab9c4 (commit)
       via  f7f49808435ca732a8bc70b9d5effc043b8597f0 (commit)
       via  9098fa614b5389550780352213d56f871305089f (commit)
       via  b5382306f9eedc19b9963b6fe636ffb2d33a31c5 (commit)
       via  265d197921efde5d654786158381df4eab946682 (commit)
       via  be648d5ac0dcc03856bee19373dc15f04e0ef22e (commit)
      from  b34ab342915b30d20af3db9c5b1fec984e4193b3 (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 bba4f4e79961d791ccc56b123d59be555a86d34e
Author: Marek Marecki <address@hidden>
Date:   Sun Nov 20 19:55:59 2016 +0100

    Closes #166

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

Summary of changes:
 Changelog.markdown                                 | 11 +++
 include/viua/bytecode/decoder/operands.h           |  3 +
 include/viua/cg/bytecode/instructions.h            |  8 +--
 include/viua/process.h                             |  6 +-
 include/viua/program.h                             |  8 +--
 include/viua/version.h                             |  2 +-
 .../void/remove_void_target.asm}                   | 12 ++--
 .../void/vpop_void_target.asm}                     | 11 ++-
 .../and.asm}                                       | 10 ++-
 .../capturecopy.asm}                               | 14 ++--
 .../fcall.asm}                                     | 30 +++++++-
 .../float_arithmetic.asm}                          | 11 ++-
 .../receive_timeout_1s.asm => pointers/ftoi.asm}   |  3 +-
 .../hello_world.asm}                               |  3 +-
 .../iota/iota_in_names.asm => pointers/if.asm}     | 18 +++--
 .../increment_decrement.asm}                       | 13 ++--
 .../insert_pointer_dereference.asm}                |  9 +--
 .../insert_pointer_dereference_as_key.asm}         | 11 ++-
 .../insert_pointer_dereference_as_target.asm}      | 11 ++-
 .../integer_arithmetic.asm}                        | 11 ++-
 .../receive_timeout_1s.asm => pointers/itof.asm}   |  3 +-
 .../not.asm}                                       |  9 +--
 .../or.asm}                                        | 10 ++-
 .../receive_timeout_1s.asm => pointers/stof.asm}   |  3 +-
 .../receive_timeout_1s.asm => pointers/stoi.asm}   |  3 +-
 .../vinsert_pointer_dereference_as_source.asm}     |  9 ++-
 .../vinsert_pointer_dereference_as_target.asm}     | 11 ++-
 .../vpush_pointer_dereference_as_source.asm}       |  9 ++-
 .../found_newline.asm}                             |  2 +-
 src/bytecode/decoder/operands.cpp                  | 31 +++++++--
 src/cg/assembler/operands.cpp                      |  3 +
 src/cg/assembler/static_analysis.cpp               | 38 ++++++++---
 src/cg/bytecode/instructions.cpp                   | 17 +++--
 src/cg/disassembler/disassembler.cpp               |  7 +-
 src/cg/lex.cpp                                     | 14 ++++
 src/cg/tools.cpp                                   |  6 +-
 src/front/asm/generate.cpp                         | 22 ++++--
 src/process/dispatch.cpp                           |  6 +-
 src/process/instr/bool.cpp                         | 29 +++++---
 src/process/instr/cast.cpp                         | 32 +++++----
 src/process/instr/closure.cpp                      | 31 ++++++---
 src/process/instr/float.cpp                        | 14 ++--
 src/process/instr/general.cpp                      | 20 +++---
 src/process/instr/int.cpp                          | 26 +++----
 src/process/instr/object.cpp                       | 30 +++++---
 src/process/instr/prototype.cpp                    |  8 +--
 src/process/instr/vector.cpp                       | 61 ++++++++++++-----
 src/programinstructions.cpp                        | 20 +++---
 src/types/object.cpp                               |  7 +-
 tests/tests.py                                     | 79 ++++++++++++++++++++++
 50 files changed, 505 insertions(+), 260 deletions(-)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
keyword/void/remove_void_target.asm} (80%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
keyword/void/vpop_void_target.asm} (87%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
pointers/and.asm} (81%)
 copy sample/asm/{static_analysis_errors/parameter_move_empties_registers.asm 
=> pointers/capturecopy.asm} (80%)
 copy sample/asm/{errors/duplicated_function_names.asm => pointers/fcall.asm} 
(58%)
 copy sample/asm/{keyword/iota/iota_in_names.asm => 
pointers/float_arithmetic.asm} (79%)
 copy sample/asm/{concurrency/receive_timeout_1s.asm => pointers/ftoi.asm} (89%)
 copy sample/asm/{concurrency/receive_timeout_1s.asm => 
pointers/hello_world.asm} (89%)
 copy sample/asm/{keyword/iota/iota_in_names.asm => pointers/if.asm} (76%)
 copy sample/asm/{keyword/void/in_join.asm => pointers/increment_decrement.asm} 
(85%)
 copy 
sample/asm/{static_analysis_errors/sa_taking_false_branch_forward_marker.asm => 
pointers/insert_pointer_dereference.asm} (79%)
 copy sample/asm/{keyword/iota/iota_in_names.asm => 
pointers/insert_pointer_dereference_as_key.asm} (79%)
 copy sample/asm/{keyword/iota/iota_in_names.asm => 
pointers/insert_pointer_dereference_as_target.asm} (79%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
pointers/integer_arithmetic.asm} (79%)
 copy sample/asm/{concurrency/receive_timeout_1s.asm => pointers/itof.asm} (89%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
pointers/not.asm} (88%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
pointers/or.asm} (81%)
 copy sample/asm/{concurrency/receive_timeout_1s.asm => pointers/stof.asm} (88%)
 copy sample/asm/{concurrency/receive_timeout_1s.asm => pointers/stoi.asm} (89%)
 copy 
sample/asm/{static_analysis_errors/sa_taking_false_branch_forward_marker.asm => 
pointers/vinsert_pointer_dereference_as_source.asm} (84%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
pointers/vinsert_pointer_dereference_as_target.asm} (84%)
 copy 
sample/asm/{static_analysis_errors/sa_taking_false_branch_forward_marker.asm => 
pointers/vpush_pointer_dereference_as_source.asm} (84%)
 copy sample/asm/{errors/branch_without_operands.asm => 
static_analysis_errors/found_newline.asm} (98%)


hooks/post-receive
-- 
Viua VM



reply via email to

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