Add the PrintfSet class into the ir
authorJunyan He <junyan.he@linux.intel.com>
Tue, 10 Jun 2014 04:52:45 +0000 (12:52 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 11 Jun 2014 03:04:02 +0000 (11:04 +0800)
commit91afb05c0f6440ada79a0e6896b64aa0bc3b2ca2
tree2b8979e2532414bfca23c7c8b787e7b66a513f3a
parent1edb45bbf0ef831e90bab50fe84a3e800ce4229a
Add the PrintfSet class into the ir

The PrintfSet will be used to collect all the infomation in
the kernel. After the kernel executed, it will be used
to generate the according printf output.

Signed-off-by: Junyan He <junyan.he@linux.intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/CMakeLists.txt
backend/src/ir/printf.cpp [new file with mode: 0644]
backend/src/ir/printf.hpp [new file with mode: 0644]