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 1907cd0f CMakeLists.txt: Only add rsync target if TEST_SUITE_REMOTE_HO [...] new 8c55a4b2 [MicroBenchmark] Add initial LoopInterchange test/benchmark.
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: MicroBenchmarks/CMakeLists.txt | 2 +- MicroBenchmarks/LoopInterchange/CMakeLists.txt | 9 ++++ .../LoopInterchange.reference_output | 1 + MicroBenchmarks/LoopInterchange/main.cpp | 54 ++++++++++++++++++++++ 4 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 MicroBenchmarks/LoopInterchange/CMakeLists.txt create mode 100644 MicroBenchmarks/LoopInterchange/LoopInterchange.reference_output create mode 100644 MicroBenchmarks/LoopInterchange/main.cpp