Move JIT infrastructure into it's own directory
authorLars Knoll <lars.knoll@digia.com>
Mon, 10 Feb 2014 14:46:28 +0000 (15:46 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 22 Feb 2014 17:47:14 +0000 (18:47 +0100)
commit5e085f4883953ebb54ed8abba0468ad17d352682
treeda69ca46d485b24848b45266cd9139de92cede27
parentf11561f0eb3f084cd6e10dd7984b865a548403ac
Move JIT infrastructure into it's own directory

This is a starting point to clean up some of the
code base for the JIT.

Change-Id: I388ce8df7d4ab87095e227cf36643f4be2594b7d
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/compiler/compiler.pri
src/qml/jit/jit.pri [new file with mode: 0644]
src/qml/jit/qv4isel_masm.cpp [moved from src/qml/compiler/qv4isel_masm.cpp with 100% similarity]
src/qml/jit/qv4isel_masm_p.h [moved from src/qml/compiler/qv4isel_masm_p.h with 100% similarity]
src/qml/jit/qv4regalloc.cpp [moved from src/qml/compiler/qv4regalloc.cpp with 100% similarity]
src/qml/jit/qv4regalloc_p.h [moved from src/qml/compiler/qv4regalloc_p.h with 100% similarity]
src/qml/qml.pro