From bbc7a4ddf019d4841d5f104192adeee1c1bc65cd Mon Sep 17 00:00:00 2001 From: "Travis E. Oliphant" Date: Wed, 7 Nov 2012 12:08:32 -0600 Subject: [PATCH] Ready for numba/llnumba -> llvmpy/llpython --- __init__.py => llpython/__init__.py | 0 byte_control.py => llpython/byte_control.py | 0 byte_flow.py => llpython/byte_flow.py | 0 byte_translator.py => llpython/byte_translator.py | 0 bytecode_visitor.py => llpython/bytecode_visitor.py | 0 bytetype.py => llpython/bytetype.py | 0 control_flow.py => llpython/control_flow.py | 0 gen_bytecode_visitor.py => llpython/gen_bytecode_visitor.py | 0 nobitey.py => llpython/nobitey.py | 0 opcode_util.py => llpython/opcode_util.py | 0 phi_injector.py => llpython/phi_injector.py | 0 pyaddfunc.py => llpython/pyaddfunc.py | 0 {tests => llpython/tests}/__init__.py | 0 {tests => llpython/tests}/llfuncs.py | 0 {tests => llpython/tests}/llfunctys.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => llpython/__init__.py (100%) rename byte_control.py => llpython/byte_control.py (100%) rename byte_flow.py => llpython/byte_flow.py (100%) rename byte_translator.py => llpython/byte_translator.py (100%) rename bytecode_visitor.py => llpython/bytecode_visitor.py (100%) rename bytetype.py => llpython/bytetype.py (100%) rename control_flow.py => llpython/control_flow.py (100%) rename gen_bytecode_visitor.py => llpython/gen_bytecode_visitor.py (100%) rename nobitey.py => llpython/nobitey.py (100%) rename opcode_util.py => llpython/opcode_util.py (100%) rename phi_injector.py => llpython/phi_injector.py (100%) rename pyaddfunc.py => llpython/pyaddfunc.py (100%) rename {tests => llpython/tests}/__init__.py (100%) rename {tests => llpython/tests}/llfuncs.py (100%) rename {tests => llpython/tests}/llfunctys.py (100%) diff --git a/__init__.py b/llpython/__init__.py similarity index 100% rename from __init__.py rename to llpython/__init__.py diff --git a/byte_control.py b/llpython/byte_control.py similarity index 100% rename from byte_control.py rename to llpython/byte_control.py diff --git a/byte_flow.py b/llpython/byte_flow.py similarity index 100% rename from byte_flow.py rename to llpython/byte_flow.py diff --git a/byte_translator.py b/llpython/byte_translator.py similarity index 100% rename from byte_translator.py rename to llpython/byte_translator.py diff --git a/bytecode_visitor.py b/llpython/bytecode_visitor.py similarity index 100% rename from bytecode_visitor.py rename to llpython/bytecode_visitor.py diff --git a/bytetype.py b/llpython/bytetype.py similarity index 100% rename from bytetype.py rename to llpython/bytetype.py diff --git a/control_flow.py b/llpython/control_flow.py similarity index 100% rename from control_flow.py rename to llpython/control_flow.py diff --git a/gen_bytecode_visitor.py b/llpython/gen_bytecode_visitor.py similarity index 100% rename from gen_bytecode_visitor.py rename to llpython/gen_bytecode_visitor.py diff --git a/nobitey.py b/llpython/nobitey.py similarity index 100% rename from nobitey.py rename to llpython/nobitey.py diff --git a/opcode_util.py b/llpython/opcode_util.py similarity index 100% rename from opcode_util.py rename to llpython/opcode_util.py diff --git a/phi_injector.py b/llpython/phi_injector.py similarity index 100% rename from phi_injector.py rename to llpython/phi_injector.py diff --git a/pyaddfunc.py b/llpython/pyaddfunc.py similarity index 100% rename from pyaddfunc.py rename to llpython/pyaddfunc.py diff --git a/tests/__init__.py b/llpython/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to llpython/tests/__init__.py diff --git a/tests/llfuncs.py b/llpython/tests/llfuncs.py similarity index 100% rename from tests/llfuncs.py rename to llpython/tests/llfuncs.py diff --git a/tests/llfunctys.py b/llpython/tests/llfunctys.py similarity index 100% rename from tests/llfunctys.py rename to llpython/tests/llfunctys.py