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-1259-g014e41


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-1259-g014e410
Date: Sun, 18 Jun 2017 23:08:02 +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, devel has been updated
       via  014e410580ee7c3b3d91ccd0a5d75a52399eef2d (commit)
      from  0fe234ce665f00ef795f60df64e9189c1a31f475 (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 014e410580ee7c3b3d91ccd0a5d75a52399eef2d
Author: Marek Marecki <address@hidden>
Date:   Sun Jun 18 23:00:52 2017 +0200

    Enforce a consistent style using clang-format

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

Summary of changes:
 .clang-format                          |  97 ++++
 .gitignore                             |   1 +
 src/bytecode/decoder/operands.cpp      | 120 +++--
 src/bytecode/encoder/operands.cpp      |  56 ++-
 src/bytecode/opcd.cpp                  |  10 +-
 src/cg/assembler/codeextract.cpp       |  75 +--
 src/cg/assembler/operands.cpp          |  32 +-
 src/cg/assembler/static_analysis.cpp   | 483 ++++++++++++-------
 src/cg/assembler/utils.cpp             |  59 +--
 src/cg/assembler/verify.cpp            | 334 +++++++------
 src/cg/bytecode/instructions.cpp       | 246 ++++++----
 src/cg/disassembler/disassembler.cpp   |  48 +-
 src/cg/lex.cpp                         | 843 ++++++++++++++++++---------------
 src/cg/tokenizer/tokenize.cpp          |   4 +-
 src/cg/tools.cpp                       | 473 ++++++++++++------
 src/front/asm.cpp                      | 196 +++++---
 src/front/asm/assemble_instruction.cpp | 742 +++++++++++++++--------------
 src/front/asm/decode.cpp               |  36 +-
 src/front/asm/gather.cpp               |   8 +-
 src/front/asm/generate.cpp             | 389 ++++++++-------
 src/front/dis.cpp                      |  79 +--
 src/front/kernel.cpp                   |  45 +-
 src/front/lexer.cpp                    |  45 +-
 src/front/vm.cpp                       |  54 ++-
 src/front/wdb.cpp                      | 377 ++++++---------
 src/kernel/frame.cpp                   |   9 +-
 src/kernel/kernel.cpp                  | 260 +++++-----
 src/kernel/registerset.cpp             | 129 +++--
 src/loader.cpp                         | 103 ++--
 src/machine.cpp                        |   4 +-
 src/pid.cpp                            |  27 +-
 src/printutils.cpp                     |   4 +-
 src/process.cpp                        | 179 ++++---
 src/process/dispatch.cpp               | 187 ++++----
 src/process/instr/arithmetic.cpp       |  50 +-
 src/process/instr/atom.cpp             |  10 +-
 src/process/instr/bool.cpp             |  12 +-
 src/process/instr/calls.cpp            |  43 +-
 src/process/instr/cast.cpp             |  22 +-
 src/process/instr/closure.cpp          |  29 +-
 src/process/instr/concurrency.cpp      |  35 +-
 src/process/instr/float.cpp            |   8 +-
 src/process/instr/general.cpp          |   9 +-
 src/process/instr/int.cpp              |  14 +-
 src/process/instr/linking.cpp          |   4 +-
 src/process/instr/object.cpp           |  40 +-
 src/process/instr/prototype.cpp        |  14 +-
 src/process/instr/registers.cpp        |  12 +-
 src/process/instr/str.cpp              |  10 +-
 src/process/instr/struct.cpp           |  33 +-
 src/process/instr/tcmechanism.cpp      |   5 +-
 src/process/instr/text.cpp             |  52 +-
 src/process/instr/vector.cpp           |  42 +-
 src/process/stack.cpp                  |  89 ++--
 src/program.cpp                        |  47 +-
 src/programinstructions.cpp            |  14 +-
 src/scheduler/ffi/request.cpp          |  19 +-
 src/scheduler/ffi/scheduler.cpp        |  21 +-
 src/scheduler/vps.cpp                  | 246 +++++-----
 src/stdlib/io.cpp                      | 124 +++--
 src/stdlib/kitchensink.cpp             |  24 +-
 src/stdlib/os.cpp                      |  13 +-
 src/stdlib/random.cpp                  |  41 +-
 src/stdlib/typesystem.cpp              |  38 +-
 src/support/env.cpp                    |   9 +-
 src/support/pointer.cpp                |   3 +-
 src/support/string.cpp                 |  51 +-
 src/types/atom.cpp                     |  37 +-
 src/types/boolean.cpp                  |  27 +-
 src/types/closure.cpp                  |  43 +-
 src/types/exception.cpp                |  22 +-
 src/types/float.cpp                    |  64 +--
 src/types/function.cpp                 |  26 +-
 src/types/integer.cpp                  |  70 ++-
 src/types/number.cpp                   |  14 +-
 src/types/object.cpp                   |  29 +-
 src/types/pointer.cpp                  |  46 +-
 src/types/process.cpp                  |  21 +-
 src/types/prototype.cpp                |  47 +-
 src/types/reference.cpp                |  35 +-
 src/types/string.cpp                   |  90 ++--
 src/types/struct.cpp                   |  22 +-
 src/types/text.cpp                     |  70 ++-
 src/types/value.cpp                    |  27 +-
 src/types/vector.cpp                   |  50 +-
 85 files changed, 4172 insertions(+), 3505 deletions(-)
 create mode 100644 .clang-format


hooks/post-receive
-- 
Viua VM



reply via email to

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