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.9.0-1613-g8bf739


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-1613-g8bf7392
Date: Mon, 14 May 2018 20:52:53 +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  8bf7392ce3ada093410ced27800e9ac806a3a9ea (commit)
      from  5b75fe2d41b73b767928e37b1a223444d08ac4dd (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 8bf7392ce3ada093410ced27800e9ac806a3a9ea
Author: Marek Marecki <address@hidden>
Date:   Mon May 14 20:52:50 2018 +0200

    Use const on the right for std::vector

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

Summary of changes:
 include/viua/assembler/backend/op_assemblers.h     |  2 +-
 include/viua/assembler/frontend/parser.h           |  4 +--
 include/viua/assembler/util/pretty_printer.h       | 12 ++++----
 include/viua/cg/assembler/assembler.h              | 32 +++++++++++-----------
 include/viua/front/asm.h                           | 12 ++++----
 include/viua/program.h                             |  2 +-
 include/viua/scheduler/vps.h                       |  2 +-
 src/assembler/frontend/parser.cpp                  |  2 +-
 .../frontend/static_analyser/verifier.cpp          |  2 +-
 src/assembler/util/pretty_printer.cpp              | 12 ++++----
 src/cg/assembler/codeextract.cpp                   |  2 +-
 src/cg/assembler/verify.cpp                        | 16 +++++------
 src/cg/bytecode/instructions.cpp                   |  2 +-
 src/cg/lex/reduce_fns.cpp                          | 12 ++++----
 src/front/asm/gather.cpp                           |  6 ++--
 src/front/asm/generate.cpp                         | 12 ++++----
 src/front/kernel.cpp                               |  2 +-
 src/front/lexer.cpp                                |  6 ++--
 src/front/parser.cpp                               |  2 +-
 src/programinstructions.cpp                        |  2 +-
 src/scheduler/vps.cpp                              |  2 +-
 src/types/bits.cpp                                 |  4 +--
 22 files changed, 75 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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