Added various helper functions in the LLVM to Gen translation Implemented binary...
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Tue, 28 Feb 2012 20:05:09 +0000 (20:05 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:29 +0000 (16:15 -0700)
commit9564e88c263551304ab037f2ef489ae215eae463
treeff4fa245bcae9c48959c0bacb7c7e2b5fa9b83e9
parenta1785a45d319491e4b994c87b586cce94ac08c1c
Added various helper functions in the LLVM to Gen translation Implemented binary instruction translation Implemented return instruction translation
14 files changed:
backend/kernels/compile.sh [changed mode: 0644->0755]
backend/kernels/loop.cl [new file with mode: 0644]
backend/kernels/loop.ll [new file with mode: 0644]
backend/kernels/loop.o [new file with mode: 0644]
backend/kernels/mad.cl [new file with mode: 0644]
backend/kernels/mad.ll [new file with mode: 0644]
backend/kernels/mad.o [new file with mode: 0644]
backend/src/ir/function.hpp
backend/src/ir/instruction.cpp
backend/src/ir/instruction.hpp
backend/src/ir/instruction.hxx
backend/src/ir/type.hpp
backend/src/llvm/llvm_gen_backend.cpp
backend/src/utest/utest_llvm.cpp