Update google-benchark to trunk
authorEric Fiselier <eric@efcs.ca>
Tue, 10 Jul 2018 04:02:00 +0000 (04:02 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 10 Jul 2018 04:02:00 +0000 (04:02 +0000)
commitfcafd3e6002cb682d737ddf56f1d972358dbfa61
treea1cd9d15d739472558d8c4a325c5b492410d8f51
parent1c5ae9bc1f557fb27471c20de9fb3697de7f365e
Update google-benchark to trunk

llvm-svn: 336635
66 files changed:
libcxx/utils/google-benchmark/AUTHORS
libcxx/utils/google-benchmark/CMakeLists.txt
libcxx/utils/google-benchmark/CONTRIBUTORS
libcxx/utils/google-benchmark/README.md
libcxx/utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake
libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake
libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake
libcxx/utils/google-benchmark/cmake/HandleGTest.cmake
libcxx/utils/google-benchmark/cmake/split_list.cmake [new file with mode: 0644]
libcxx/utils/google-benchmark/docs/AssemblyTests.md [new file with mode: 0644]
libcxx/utils/google-benchmark/include/benchmark/benchmark.h
libcxx/utils/google-benchmark/releasing.md [new file with mode: 0644]
libcxx/utils/google-benchmark/src/CMakeLists.txt
libcxx/utils/google-benchmark/src/benchmark.cc
libcxx/utils/google-benchmark/src/benchmark_api_internal.h
libcxx/utils/google-benchmark/src/benchmark_main.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/src/benchmark_register.cc
libcxx/utils/google-benchmark/src/benchmark_register.h [new file with mode: 0644]
libcxx/utils/google-benchmark/src/check.h
libcxx/utils/google-benchmark/src/commandlineflags.cc
libcxx/utils/google-benchmark/src/complexity.cc
libcxx/utils/google-benchmark/src/counter.cc
libcxx/utils/google-benchmark/src/counter.h
libcxx/utils/google-benchmark/src/csv_reporter.cc
libcxx/utils/google-benchmark/src/cycleclock.h
libcxx/utils/google-benchmark/src/internal_macros.h
libcxx/utils/google-benchmark/src/json_reporter.cc
libcxx/utils/google-benchmark/src/log.h
libcxx/utils/google-benchmark/src/re.h
libcxx/utils/google-benchmark/src/reporter.cc
libcxx/utils/google-benchmark/src/statistics.cc
libcxx/utils/google-benchmark/src/string_util.cc
libcxx/utils/google-benchmark/src/string_util.h
libcxx/utils/google-benchmark/src/sysinfo.cc
libcxx/utils/google-benchmark/src/thread_manager.h [new file with mode: 0644]
libcxx/utils/google-benchmark/src/thread_timer.h [new file with mode: 0644]
libcxx/utils/google-benchmark/src/timers.cc
libcxx/utils/google-benchmark/test/BUILD [new file with mode: 0644]
libcxx/utils/google-benchmark/test/CMakeLists.txt
libcxx/utils/google-benchmark/test/basic_test.cc
libcxx/utils/google-benchmark/test/benchmark_gtest.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/benchmark_test.cc
libcxx/utils/google-benchmark/test/clobber_memory_assembly_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/complexity_test.cc
libcxx/utils/google-benchmark/test/donotoptimize_assembly_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/donotoptimize_test.cc
libcxx/utils/google-benchmark/test/link_main_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/map_test.cc
libcxx/utils/google-benchmark/test/multiple_ranges_test.cc
libcxx/utils/google-benchmark/test/output_test.h
libcxx/utils/google-benchmark/test/output_test_helper.cc
libcxx/utils/google-benchmark/test/register_benchmark_test.cc
libcxx/utils/google-benchmark/test/reporter_output_test.cc
libcxx/utils/google-benchmark/test/skip_with_error_test.cc
libcxx/utils/google-benchmark/test/state_assembly_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/statistics_gtest.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/statistics_test.cc [deleted file]
libcxx/utils/google-benchmark/test/string_util_gtest.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/templated_fixture_test.cc
libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc
libcxx/utils/google-benchmark/test/user_counters_test.cc
libcxx/utils/google-benchmark/tools/compare.py
libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run0.json [new file with mode: 0644]
libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run1.json [new file with mode: 0644]
libcxx/utils/google-benchmark/tools/gbench/report.py
libcxx/utils/google-benchmark/tools/strip_asm.py [new file with mode: 0755]