diff --git a/.gitignore b/.gitignore index 3b5d0fef3fa5c8b03f3d07e04ae964bc66c1c71f..e236837cccbccb528ccd210b304c24ef9035df21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,12 @@ -Release+Asserts -libclc -.ycm_extra_conf.py -Output *.o *.so -.dir -*.tmp -*.cmi -*.cmx -llvm-install -Makefile.llvmbuild -META.llvm -config.log -config.status -doxygen.cfg -*.tar.gz -*.gen -llvm.spec -Makefile.common -Makefile.llvm.config -config.log -config.status -*.a -cfg.foo.dot -lit.site.cfg *.dot -JITTests.exports -*.patch +*.pyc hpvm/build/ hpvm/install/ hpvm/llvm/ hpvm/llvm-*.src.tar.xz hpvm/llvm-*.src/ -hpvm/projects/hpvm-rt/hpvm-rt.ll -hpvm/test/**/build/ -hpvm/test/**/run/ -Makefile.config +hpvm/llvm_patches/**/*.patch + diff --git a/hpvm/test/.gitignore b/hpvm/test/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..466f4798bba6bf459d3d03b526fd71ddae2c3176 --- /dev/null +++ b/hpvm/test/.gitignore @@ -0,0 +1,3 @@ +build/ +run/ +benchmarks/include/Makefile.config diff --git a/hpvm/test/benchmarks/hpvm-cava/.gitignore b/hpvm/test/benchmarks/hpvm-cava/.gitignore index ce3de54715a221ee11890e27dd743ed2ed9853d5..0ec11bfff98bd4e58b4d517d699758c2b61be3f4 100644 --- a/hpvm/test/benchmarks/hpvm-cava/.gitignore +++ b/hpvm/test/benchmarks/hpvm-cava/.gitignore @@ -1,8 +1,7 @@ -build/ -cava-hpvm -Makefile.config - -example-face/*.bin -example-face/*.png +cava-hpvm-* +*.bin +*.png +!example-tulip-small/raw_tulip-small.bin +!example-tulips/raw_tulips.bin scripts/cmodule.py scripts/gamut_map_wrap.cc diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/raw_tulip-small.png b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/raw_tulip-small.png deleted file mode 100644 index d0ddada05ddf69022bfac0f0a369699d13a73356..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/raw_tulip-small.png and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small.bin b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small.bin deleted file mode 100644 index fefab468e0b276831c3db26794a7cb835ef2dc2c..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small.bin and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small.png b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small.png deleted file mode 100644 index f4a7df3cb1a83110edac1466de2492e0f669ef57..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small.png and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_demosaic.bin b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_demosaic.bin deleted file mode 100644 index a598391b6e2e3c46a20d19f370b4d7d35839f519..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_demosaic.bin and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_demosaic.png b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_demosaic.png deleted file mode 100644 index c39ddf1481e86a9734c8c24a35e13d660d250592..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_demosaic.png and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_denoise.bin b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_denoise.bin deleted file mode 100644 index 347b42e4236c48572a0b6747f6702b74a1de6d64..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_denoise.bin and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_denoise.png b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_denoise.png deleted file mode 100644 index 5a44c714e041b1f2bddd5b5872d542a97ea7985e..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_denoise.png and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_gamut.bin b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_gamut.bin deleted file mode 100644 index f9b4d516cf2110dced763a265e07dab7c562f6a2..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_gamut.bin and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_gamut.png b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_gamut.png deleted file mode 100644 index 6feca49a9347a517744cbb6b4c91d353983811cb..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_gamut.png and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_transform.bin b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_transform.bin deleted file mode 100644 index f1f3e992f0a4c7021fc954d422d22b2327c83344..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_transform.bin and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_transform.png b/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_transform.png deleted file mode 100644 index c4b488b59bd901e047592c389a2cbcbcc3446f2e..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/example-tulip-small/tulip-small_transform.png and /dev/null differ diff --git a/hpvm/test/benchmarks/hpvm-cava/scripts/cmodule.pyc b/hpvm/test/benchmarks/hpvm-cava/scripts/cmodule.pyc deleted file mode 100644 index 863bd24447d7ccf9cc43b987abcecde78e2b66c2..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/hpvm-cava/scripts/cmodule.pyc and /dev/null differ diff --git a/hpvm/test/benchmarks/parboil/common/python/binaryfilecompare.pyc b/hpvm/test/benchmarks/parboil/common/python/binaryfilecompare.pyc deleted file mode 100644 index 015f0ad11b74ee4c84bc0c48e0375bfd81db8878..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/parboil/common/python/binaryfilecompare.pyc and /dev/null differ diff --git a/hpvm/test/benchmarks/parboil/common/python/filecompare.pyc b/hpvm/test/benchmarks/parboil/common/python/filecompare.pyc deleted file mode 100644 index 0983c94a95d104ce9a261c3b30d184fa2eb8bf72..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/parboil/common/python/filecompare.pyc and /dev/null differ diff --git a/hpvm/test/benchmarks/parboil/common/python/textfilecompare.pyc b/hpvm/test/benchmarks/parboil/common/python/textfilecompare.pyc deleted file mode 100644 index 80d07741b65fb9d2d44eb8a930908a9450215b6c..0000000000000000000000000000000000000000 Binary files a/hpvm/test/benchmarks/parboil/common/python/textfilecompare.pyc and /dev/null differ