Skip to content

Commit

Permalink
Bumps version upto 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Aug 9, 2015
1 parent c7defb6 commit 6fa309d
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
LLVM Smalltalk or Lo Level Smalltalk or LLST, Version 0.1
LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4

Copyright (C) 2012 by Dmitry Kashitsyn aka Korvin aka Halt <korvin@deeptown.org>
Copyright (C) 2012 by Roman Proskuryakov aka Humbug <humbug@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/CompletionEngine.h
Expand Up @@ -3,7 +3,7 @@
*
* Console completion proposals engine
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/Core.ll
Expand Up @@ -9,7 +9,7 @@
; small and almost all of them gets inlined, so it does not
; affect the perfomance of JIT code.
;
; LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
; LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
;
; LLST is
; Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/args.h
Expand Up @@ -3,7 +3,7 @@
*
* Helper functions for command line argument parsing
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/ib.h
Expand Up @@ -3,7 +3,7 @@
*
* Interface for the native method compiler
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/jit.h
Expand Up @@ -3,7 +3,7 @@
*
* LLVM related routines
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/llstDebuggingPass.h
Expand Up @@ -3,7 +3,7 @@
*
* Debugging LLVM pass
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/llstPass.h
Expand Up @@ -4,7 +4,7 @@
* Optimizing LLVM pass for JIT code generator.
* Tries to remove redundant memory loads and roots.
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/memory.h
Expand Up @@ -3,7 +3,7 @@
*
* LLST memory management routines and interfaces
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/opcodes.h
Expand Up @@ -3,7 +3,7 @@
*
* Instruction codes of the Smalltalk virtual machine
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/primitives.h
Expand Up @@ -3,7 +3,7 @@
*
* Primitive handling functions which are part of soft VM
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/types.h
Expand Up @@ -3,7 +3,7 @@
*
* Basic Smalltalk related types and structures
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion include/vm.h
Expand Up @@ -3,7 +3,7 @@
*
* LLST virtual machine related classes and structures
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/BakerMemoryManager.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Implementation of BakerMemoryManager class
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/CompletionEngine.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Smalltalk aware completion functions for readline library
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/GenerationalMemoryManager.cpp
Expand Up @@ -5,7 +5,7 @@
* original Baker memory manager by introducing asymmetrical
* handling of heap parts.
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/Image.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Implementation of Image class which loads the file image into memory
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/JITRuntime.cpp
Expand Up @@ -3,7 +3,7 @@
*
* LLST Runtime environment
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/LLVMMemoryManager.cpp
Expand Up @@ -4,7 +4,7 @@
* Implementation of the MM aware of LLVM specifics
* such as function stack traversing.
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/MethodCompiler.cpp
Expand Up @@ -4,7 +4,7 @@
* Implementation of MethodCompiler class which is used to
* translate smalltalk bytecodes to LLVM IR code
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/NonCollectMemoryManager.cpp
Expand Up @@ -9,7 +9,7 @@
* production code. However, it may be helpful in various
* test scenarios where small tasks are performed in one shot.
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/TDictionary.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Implementation of TDictionary lookup methods
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/TSymbol.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Helper functions for TSymbol class
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/args.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Helper functions for command line argument parsing
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/llstDebuggingPass.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Debugging LLVM pass
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/llstPass.cpp
Expand Up @@ -4,7 +4,7 @@
* Optimizing LLVM pass for JIT code generator.
* Tries to remove redundant memory loads and roots.
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Program entry point
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/primitives.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Implementation of primitive handling functions which are part of soft VM
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down
2 changes: 1 addition & 1 deletion src/vm.cpp
Expand Up @@ -3,7 +3,7 @@
*
* Implementation of the virtual machine (SmalltalkVM class)
*
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.3
* LLST (LLVM Smalltalk or Low Level Smalltalk) version 0.4
*
* LLST is
* Copyright (C) 2012-2015 by Dmitry Kashitsyn <korvin@deeptown.org>
Expand Down

0 comments on commit 6fa309d

Please sign in to comment.