Remove the old v4 and rename v4vm to v4
authorSimon Hausmann <simon.hausmann@digia.com>
Sat, 27 Apr 2013 19:26:19 +0000 (21:26 +0200)
committerLars Knoll <lars.knoll@digia.com>
Mon, 29 Apr 2013 12:47:35 +0000 (14:47 +0200)
commit382509a7f8753e2a11315eeb2086b27b6bc50a61
tree1eb3853a9670a92c9ae6b2349ccf35ff296ead9a
parent7b8af027e5d4188311429dc8df1de67f44e5252d
Remove the old v4 and rename v4vm to v4

For archeologists v4 can still be found in the history. Otherwise
it is confusing to have both engines in the tree.

Change-Id: Ice05afb7013f0fe536aab6bb19114f696c58fc94
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
108 files changed:
src/qml/debugger/qv8debugservice.cpp
src/qml/qml/qml.pri
src/qml/qml/v4/llvm_installation.pri [moved from src/qml/qml/v4vm/llvm_installation.pri with 100% similarity]
src/qml/qml/v4/llvm_runtime.cpp [moved from src/qml/qml/v4vm/llvm_runtime.cpp with 100% similarity]
src/qml/qml/v4/moth/moth.pri [moved from src/qml/qml/v4vm/moth/moth.pri with 100% similarity]
src/qml/qml/v4/moth/qv4instr_moth.cpp [moved from src/qml/qml/v4vm/moth/qv4instr_moth.cpp with 100% similarity]
src/qml/qml/v4/moth/qv4instr_moth_p.h [moved from src/qml/qml/v4vm/moth/qv4instr_moth_p.h with 100% similarity]
src/qml/qml/v4/moth/qv4isel_moth.cpp [moved from src/qml/qml/v4vm/moth/qv4isel_moth.cpp with 100% similarity]
src/qml/qml/v4/moth/qv4isel_moth_p.h [moved from src/qml/qml/v4vm/moth/qv4isel_moth_p.h with 100% similarity]
src/qml/qml/v4/moth/qv4vme_moth.cpp [moved from src/qml/qml/v4vm/moth/qv4vme_moth.cpp with 100% similarity]
src/qml/qml/v4/moth/qv4vme_moth_p.h [moved from src/qml/qml/v4vm/moth/qv4vme_moth_p.h with 100% similarity]
src/qml/qml/v4/qcalculatehash_p.h [moved from src/qml/qml/v4vm/qcalculatehash_p.h with 100% similarity]
src/qml/qml/v4/qv4_llvm_p.h [moved from src/qml/qml/v4vm/qv4_llvm_p.h with 100% similarity]
src/qml/qml/v4/qv4alloca_p.h [moved from src/qml/qml/v4vm/qv4alloca_p.h with 100% similarity]
src/qml/qml/v4/qv4argumentsobject.cpp [moved from src/qml/qml/v4vm/qv4argumentsobject.cpp with 100% similarity]
src/qml/qml/v4/qv4argumentsobject_p.h [moved from src/qml/qml/v4vm/qv4argumentsobject_p.h with 100% similarity]
src/qml/qml/v4/qv4arrayobject.cpp [moved from src/qml/qml/v4vm/qv4arrayobject.cpp with 100% similarity]
src/qml/qml/v4/qv4arrayobject_p.h [moved from src/qml/qml/v4vm/qv4arrayobject_p.h with 100% similarity]
src/qml/qml/v4/qv4bindings.cpp [deleted file]
src/qml/qml/v4/qv4bindings_p.h [deleted file]
src/qml/qml/v4/qv4booleanobject.cpp [moved from src/qml/qml/v4vm/qv4booleanobject.cpp with 100% similarity]
src/qml/qml/v4/qv4booleanobject_p.h [moved from src/qml/qml/v4vm/qv4booleanobject_p.h with 100% similarity]
src/qml/qml/v4/qv4codegen.cpp [moved from src/qml/qml/v4vm/qv4codegen.cpp with 100% similarity]
src/qml/qml/v4/qv4codegen_p.h [moved from src/qml/qml/v4vm/qv4codegen_p.h with 100% similarity]
src/qml/qml/v4/qv4compiler.cpp [deleted file]
src/qml/qml/v4/qv4compiler_p.h [deleted file]
src/qml/qml/v4/qv4compiler_p_p.h [deleted file]
src/qml/qml/v4/qv4context.cpp [moved from src/qml/qml/v4vm/qv4context.cpp with 100% similarity]
src/qml/qml/v4/qv4context_p.h [moved from src/qml/qml/v4vm/qv4context_p.h with 100% similarity]
src/qml/qml/v4/qv4dateobject.cpp [moved from src/qml/qml/v4vm/qv4dateobject.cpp with 100% similarity]
src/qml/qml/v4/qv4dateobject_p.h [moved from src/qml/qml/v4vm/qv4dateobject_p.h with 100% similarity]
src/qml/qml/v4/qv4debugging.cpp [moved from src/qml/qml/v4vm/qv4debugging.cpp with 100% similarity]
src/qml/qml/v4/qv4debugging_p.h [moved from src/qml/qml/v4vm/qv4debugging_p.h with 100% similarity]
src/qml/qml/v4/qv4engine.cpp [moved from src/qml/qml/v4vm/qv4engine.cpp with 100% similarity]
src/qml/qml/v4/qv4engine_p.h [moved from src/qml/qml/v4vm/qv4engine_p.h with 100% similarity]
src/qml/qml/v4/qv4errorobject.cpp [moved from src/qml/qml/v4vm/qv4errorobject.cpp with 100% similarity]
src/qml/qml/v4/qv4errorobject_p.h [moved from src/qml/qml/v4vm/qv4errorobject_p.h with 100% similarity]
src/qml/qml/v4/qv4executableallocator.cpp [moved from src/qml/qml/v4vm/qv4executableallocator.cpp with 100% similarity]
src/qml/qml/v4/qv4executableallocator_p.h [moved from src/qml/qml/v4vm/qv4executableallocator_p.h with 100% similarity]
src/qml/qml/v4/qv4functionobject.cpp [moved from src/qml/qml/v4vm/qv4functionobject.cpp with 100% similarity]
src/qml/qml/v4/qv4functionobject_p.h [moved from src/qml/qml/v4vm/qv4functionobject_p.h with 100% similarity]
src/qml/qml/v4/qv4global_p.h [moved from src/qml/qml/v4vm/qv4global_p.h with 100% similarity]
src/qml/qml/v4/qv4globalobject.cpp [moved from src/qml/qml/v4vm/qv4globalobject.cpp with 100% similarity]
src/qml/qml/v4/qv4globalobject_p.h [moved from src/qml/qml/v4vm/qv4globalobject_p.h with 100% similarity]
src/qml/qml/v4/qv4identifier_p.h [moved from src/qml/qml/v4vm/qv4identifier_p.h with 100% similarity]
src/qml/qml/v4/qv4instruction.cpp [deleted file]
src/qml/qml/v4/qv4instruction_p.h [deleted file]
src/qml/qml/v4/qv4internalclass.cpp [moved from src/qml/qml/v4vm/qv4internalclass.cpp with 100% similarity]
src/qml/qml/v4/qv4internalclass_p.h [moved from src/qml/qml/v4vm/qv4internalclass_p.h with 100% similarity]
src/qml/qml/v4/qv4ir.cpp [deleted file]
src/qml/qml/v4/qv4ir_p.h [deleted file]
src/qml/qml/v4/qv4irbuilder.cpp [deleted file]
src/qml/qml/v4/qv4irbuilder_p.h [deleted file]
src/qml/qml/v4/qv4isel_llvm.cpp [moved from src/qml/qml/v4vm/qv4isel_llvm.cpp with 100% similarity]
src/qml/qml/v4/qv4isel_llvm_p.h [moved from src/qml/qml/v4vm/qv4isel_llvm_p.h with 100% similarity]
src/qml/qml/v4/qv4isel_masm.cpp [moved from src/qml/qml/v4vm/qv4isel_masm.cpp with 100% similarity]
src/qml/qml/v4/qv4isel_masm_p.h [moved from src/qml/qml/v4vm/qv4isel_masm_p.h with 100% similarity]
src/qml/qml/v4/qv4isel_p.cpp [moved from src/qml/qml/v4vm/qv4isel_p.cpp with 100% similarity]
src/qml/qml/v4/qv4isel_p.h [moved from src/qml/qml/v4vm/qv4isel_p.h with 100% similarity]
src/qml/qml/v4/qv4isel_util_p.h [moved from src/qml/qml/v4vm/qv4isel_util_p.h with 100% similarity]
src/qml/qml/v4/qv4jsir.cpp [moved from src/qml/qml/v4vm/qv4jsir.cpp with 100% similarity]
src/qml/qml/v4/qv4jsir_p.h [moved from src/qml/qml/v4vm/qv4jsir_p.h with 100% similarity]
src/qml/qml/v4/qv4jsonobject.cpp [moved from src/qml/qml/v4vm/qv4jsonobject.cpp with 100% similarity]
src/qml/qml/v4/qv4jsonobject_p.h [moved from src/qml/qml/v4vm/qv4jsonobject_p.h with 100% similarity]
src/qml/qml/v4/qv4lookup.cpp [moved from src/qml/qml/v4vm/qv4lookup.cpp with 100% similarity]
src/qml/qml/v4/qv4lookup_p.h [moved from src/qml/qml/v4vm/qv4lookup_p.h with 100% similarity]
src/qml/qml/v4/qv4managed.cpp [moved from src/qml/qml/v4vm/qv4managed.cpp with 100% similarity]
src/qml/qml/v4/qv4managed_p.h [moved from src/qml/qml/v4vm/qv4managed_p.h with 100% similarity]
src/qml/qml/v4/qv4math_p.h [moved from src/qml/qml/v4vm/qv4math_p.h with 100% similarity]
src/qml/qml/v4/qv4mathobject.cpp [moved from src/qml/qml/v4vm/qv4mathobject.cpp with 100% similarity]
src/qml/qml/v4/qv4mathobject_p.h [moved from src/qml/qml/v4vm/qv4mathobject_p.h with 100% similarity]
src/qml/qml/v4/qv4mm.cpp [moved from src/qml/qml/v4vm/qv4mm.cpp with 100% similarity]
src/qml/qml/v4/qv4mm_p.h [moved from src/qml/qml/v4vm/qv4mm_p.h with 100% similarity]
src/qml/qml/v4/qv4numberobject.cpp [moved from src/qml/qml/v4vm/qv4numberobject.cpp with 100% similarity]
src/qml/qml/v4/qv4numberobject_p.h [moved from src/qml/qml/v4vm/qv4numberobject_p.h with 100% similarity]
src/qml/qml/v4/qv4object.cpp [moved from src/qml/qml/v4vm/qv4object.cpp with 100% similarity]
src/qml/qml/v4/qv4object_p.h [moved from src/qml/qml/v4vm/qv4object_p.h with 100% similarity]
src/qml/qml/v4/qv4objectiterator.cpp [moved from src/qml/qml/v4vm/qv4objectiterator.cpp with 100% similarity]
src/qml/qml/v4/qv4objectiterator_p.h [moved from src/qml/qml/v4vm/qv4objectiterator_p.h with 100% similarity]
src/qml/qml/v4/qv4objectproto.cpp [moved from src/qml/qml/v4vm/qv4objectproto.cpp with 100% similarity]
src/qml/qml/v4/qv4objectproto_p.h [moved from src/qml/qml/v4vm/qv4objectproto_p.h with 100% similarity]
src/qml/qml/v4/qv4program_p.h [deleted file]
src/qml/qml/v4/qv4property_p.h [moved from src/qml/qml/v4vm/qv4property_p.h with 100% similarity]
src/qml/qml/v4/qv4regexp.cpp [moved from src/qml/qml/v4vm/qv4regexp.cpp with 100% similarity]
src/qml/qml/v4/qv4regexp_p.h [moved from src/qml/qml/v4vm/qv4regexp_p.h with 100% similarity]
src/qml/qml/v4/qv4regexpobject.cpp [moved from src/qml/qml/v4vm/qv4regexpobject.cpp with 100% similarity]
src/qml/qml/v4/qv4regexpobject_p.h [moved from src/qml/qml/v4vm/qv4regexpobject_p.h with 100% similarity]
src/qml/qml/v4/qv4runtime.cpp [moved from src/qml/qml/v4vm/qv4runtime.cpp with 100% similarity]
src/qml/qml/v4/qv4runtime_p.h [moved from src/qml/qml/v4vm/qv4runtime_p.h with 100% similarity]
src/qml/qml/v4/qv4sparsearray.cpp [moved from src/qml/qml/v4vm/qv4sparsearray.cpp with 100% similarity]
src/qml/qml/v4/qv4sparsearray_p.h [moved from src/qml/qml/v4vm/qv4sparsearray_p.h with 100% similarity]
src/qml/qml/v4/qv4string.cpp [moved from src/qml/qml/v4vm/qv4string.cpp with 100% similarity]
src/qml/qml/v4/qv4string_p.h [moved from src/qml/qml/v4vm/qv4string_p.h with 100% similarity]
src/qml/qml/v4/qv4stringobject.cpp [moved from src/qml/qml/v4vm/qv4stringobject.cpp with 100% similarity]
src/qml/qml/v4/qv4stringobject_p.h [moved from src/qml/qml/v4vm/qv4stringobject_p.h with 100% similarity]
src/qml/qml/v4/qv4syntaxchecker.cpp [moved from src/qml/qml/v4vm/qv4syntaxchecker.cpp with 100% similarity]
src/qml/qml/v4/qv4syntaxchecker_p.h [moved from src/qml/qml/v4vm/qv4syntaxchecker_p.h with 100% similarity]
src/qml/qml/v4/qv4unwindhelper.cpp [moved from src/qml/qml/v4vm/qv4unwindhelper.cpp with 100% similarity]
src/qml/qml/v4/qv4unwindhelper_p-arm.h [moved from src/qml/qml/v4vm/qv4unwindhelper_p-arm.h with 100% similarity]
src/qml/qml/v4/qv4unwindhelper_p-dw2.h [moved from src/qml/qml/v4vm/qv4unwindhelper_p-dw2.h with 100% similarity]
src/qml/qml/v4/qv4unwindhelper_p.h [moved from src/qml/qml/v4vm/qv4unwindhelper_p.h with 100% similarity]
src/qml/qml/v4/qv4util_p.h [moved from src/qml/qml/v4vm/qv4util_p.h with 100% similarity]
src/qml/qml/v4/qv4v8.cpp [moved from src/qml/qml/v4vm/qv4v8.cpp with 100% similarity]
src/qml/qml/v4/qv4v8_p.h [moved from src/qml/qml/v4vm/qv4v8_p.h with 100% similarity]
src/qml/qml/v4/qv4value.cpp [moved from src/qml/qml/v4vm/qv4value.cpp with 100% similarity]
src/qml/qml/v4/qv4value_p.h [moved from src/qml/qml/v4vm/qv4value_p.h with 100% similarity]
src/qml/qml/v4/v4.pri
src/qml/qml/v4vm/v4vm.pri [deleted file]