[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1825-g935871
From: |
git |
Subject: |
[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1825-g9358714 |
Date: |
Thu, 12 Jul 2018 20:13:18 +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 9358714adc5b66327caee1e00dbf90c6ac044dbd (commit)
from a7db37957737612a699e212df08b86b7caee95c1 (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 9358714adc5b66327caee1e00dbf90c6ac044dbd
Author: Marek Marecki <address@hidden>
Date: Thu Jul 12 20:13:15 2018 +0200
Apply clang-format
-----------------------------------------------------------------------
Summary of changes:
include/viua/assembler/frontend/static_analyser.h | 11 ++--
include/viua/bytecode/decoder/operands.h | 16 +++---
include/viua/bytecode/opcodes.h | 2 +-
include/viua/exceptions.h | 11 ++--
include/viua/kernel/frame.h | 5 +-
include/viua/process.h | 3 +-
src/assembler/frontend/parser.cpp | 21 +++++---
.../frontend/static_analyser/Register.cpp | 6 ++-
.../static_analyser/Register_usage_profile.cpp | 58 +++++++++++++---------
.../checkers/check_for_unused_registers.cpp | 14 ++++--
.../checkers/check_op_allocate_registers.cpp | 9 ++--
.../static_analyser/checkers/check_op_enter.cpp | 4 +-
.../static_analyser/checkers/check_op_if.cpp | 2 +-
.../static_analyser/checkers/check_op_integer.cpp | 3 +-
.../static_analyser/checkers/check_op_jump.cpp | 7 +--
.../frontend/static_analyser/checkers/utils.cpp | 16 +++---
.../frontend/static_analyser/register_usage.cpp | 15 +++---
src/bytecode/decoder/operands.cpp | 12 ++---
src/cg/tools.cpp | 15 +++---
src/front/asm.cpp | 4 +-
src/front/asm/assemble_instruction.cpp | 6 ++-
src/kernel/frame.cpp | 9 ++--
src/process.cpp | 9 ++--
src/process/dispatch.cpp | 10 ++--
src/process/instr/calls.cpp | 20 +++++---
src/process/instr/vector.cpp | 10 ++--
src/process/stack.cpp | 5 +-
src/scheduler/vps.cpp | 3 +-
src/stdlib/typesystem.cpp | 3 +-
src/types/bits.cpp | 3 +-
src/types/float.cpp | 3 +-
src/types/integer.cpp | 3 +-
32 files changed, 182 insertions(+), 136 deletions(-)
hooks/post-receive
--
Viua VM
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1825-g9358714,
git <=