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/c2b71ff7/create-and-enforce-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/c2b71ff7/create-and-enforce-a-consistent-coding-style updated. v0.9.0-1602-gb784bd2
Date: Sun, 13 May 2018 00:09:28 +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/c2b71ff7/create-and-enforce-a-consistent-coding-style has 
been updated
       via  b784bd24b07ca28d2e553f4c3852d91bddb8a756 (commit)
       via  e9f92d5d492811ee88de1a296292f90730593a20 (commit)
       via  144a164fd92c47f4354b503dcd88270f463bd67e (commit)
       via  95da7678c031f176c73c8871d33d4de7c58bb18e (commit)
      from  9820ff88279d10835bc6cf1b346f959b33aa6d46 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 .../29dfb3747b0dff76d62ebf85493636df661a175b.json  |   1 +
 include/viua/assembler/frontend/static_analyser.h  |  18 +--
 include/viua/assembler/util/pretty_printer.h       |  16 +--
 include/viua/cg/lex.h                              |   4 +-
 include/viua/include/module.h                      |   2 +-
 include/viua/process.h                             |   3 +-
 include/viua/scheduler/ffi.h                       |   4 +-
 include/viua/support/env.h                         |   4 +-
 include/viua/support/pointer.h                     |   4 +-
 scripts/compile                                    |   2 +-
 src/assembler/frontend/parser.cpp                  |  32 ++---
 .../static_analyser/Register_usage_profile.cpp     |   3 +-
 .../checkers/check_closure_instantiations.cpp      |   3 +-
 .../static_analyser/checkers/check_op_bitnot.cpp   |   3 +-
 .../static_analyser/checkers/check_op_enter.cpp    |   2 +-
 .../static_analyser/checkers/check_op_if.cpp       |  12 +-
 .../static_analyser/checkers/check_op_isnull.cpp   |   6 +-
 .../static_analyser/checkers/check_op_jump.cpp     |   2 +-
 .../static_analyser/checkers/check_op_ptrlive.cpp  |   2 +-
 .../static_analyser/checkers/check_op_vector.cpp   |   3 +-
 .../frontend/static_analyser/checkers/utils.cpp    |   8 +-
 .../frontend/static_analyser/register_usage.cpp    |   2 +-
 .../frontend/static_analyser/verifier.cpp          |  37 +++---
 src/cg/assembler/codeextract.cpp                   |   6 +-
 src/cg/assembler/operands.cpp                      |  23 ++--
 src/cg/assembler/static_analysis.cpp               |  10 +-
 src/cg/bytecode/instructions.cpp                   |  65 +++++-----
 src/cg/disassembler/disassembler.cpp               | 137 +++++++++++----------
 src/cg/lex.cpp                                     |  25 ++--
 src/cg/lex/reduce_fns.cpp                          |  82 +++++++-----
 src/cg/tools.cpp                                   |   2 +-
 src/front/asm.cpp                                  |   4 +-
 src/front/asm/decode.cpp                           |   3 +-
 src/front/asm/generate.cpp                         |  20 +--
 src/front/dis.cpp                                  |  19 +--
 src/front/kernel.cpp                               |   7 +-
 src/front/lexer.cpp                                |   9 +-
 src/front/parser.cpp                               |  11 +-
 src/kernel/kernel.cpp                              |  49 ++++----
 src/loader.cpp                                     |   8 +-
 src/process.cpp                                    |   3 +-
 src/process/dispatch.cpp                           |   2 +-
 src/process/instr/calls.cpp                        |   6 +-
 src/process/instr/concurrency.cpp                  |   2 +-
 src/process/instr/text.cpp                         |   2 +-
 src/process/stack.cpp                              |  14 ++-
 src/program.cpp                                    |   3 +-
 src/scheduler/ffi/scheduler.cpp                    |   4 +-
 src/scheduler/vps.cpp                              |  17 +--
 src/support/env.cpp                                |   4 +-
 src/types/string.cpp                               |   8 +-
 src/types/vector.cpp                               |   2 +-
 52 files changed, 392 insertions(+), 328 deletions(-)
 create mode 100644 
.issue/objects/issues/dc/dc5475cd35b88ad2c4277c26da38f053e0e3412f/diff/29dfb3747b0dff76d62ebf85493636df661a175b.json


hooks/post-receive
-- 
Viua VM



reply via email to

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