alexjordan/singlepass
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SINGLEPASS A regression test suite for the TMS320C64X code generator in LLVM. How to use it: First, copy user.mk.example to user.mk and adapt the tool paths according to your environment. # build all tests and generate reference results make # run all tests ./batchrun # remove the built tests make clean # remove the reference results as well make very-clean