This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 78f526d2 [test-suite] Add common files required by kernels of Rodinia [...] new 487c698b [test-suite] revert rT338163 (Add common files required by ke [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: LICENSE.TXT | 1 - MultiSource/Benchmarks/CMakeLists.txt | 1 - MultiSource/Benchmarks/Makefile | 2 +- MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 2 - .../Benchmarks/Rodinia/Common/glibc_compat_rand.c | 60 - .../Benchmarks/Rodinia/Common/glibc_compat_rand.h | 16 - MultiSource/Benchmarks/Rodinia/LICENSE | 38 - MultiSource/Benchmarks/Rodinia/Makefile | 3 - .../Benchmarks/Rodinia/hotspot/CMakeLists.txt | 7 - MultiSource/Benchmarks/Rodinia/hotspot/Makefile | 8 - MultiSource/Benchmarks/Rodinia/hotspot/hotspot.h | 23 - .../Rodinia/hotspot/hotspot.reference_output | 2623 ----- .../Benchmarks/Rodinia/hotspot/hotspotKernel.c | 101 - MultiSource/Benchmarks/Rodinia/hotspot/main.c | 83 - MultiSource/Benchmarks/Rodinia/srad/CMakeLists.txt | 7 - MultiSource/Benchmarks/Rodinia/srad/Makefile | 9 - MultiSource/Benchmarks/Rodinia/srad/main.c | 85 - MultiSource/Benchmarks/Rodinia/srad/srad.h | 24 - .../Benchmarks/Rodinia/srad/srad.reference_output | 10487 ------------------- MultiSource/Benchmarks/Rodinia/srad/sradKernel.c | 235 - 20 files changed, 1 insertion(+), 13814 deletions(-) delete mode 100644 MultiSource/Benchmarks/Rodinia/CMakeLists.txt delete mode 100644 MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.c delete mode 100644 MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.h delete mode 100644 MultiSource/Benchmarks/Rodinia/LICENSE delete mode 100644 MultiSource/Benchmarks/Rodinia/Makefile delete mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/CMakeLists.txt delete mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/Makefile delete mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspot.h delete mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspot.reference_output delete mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspotKernel.c delete mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/main.c delete mode 100644 MultiSource/Benchmarks/Rodinia/srad/CMakeLists.txt delete mode 100644 MultiSource/Benchmarks/Rodinia/srad/Makefile delete mode 100644 MultiSource/Benchmarks/Rodinia/srad/main.c delete mode 100644 MultiSource/Benchmarks/Rodinia/srad/srad.h delete mode 100644 MultiSource/Benchmarks/Rodinia/srad/srad.reference_output delete mode 100644 MultiSource/Benchmarks/Rodinia/srad/sradKernel.c