Upgrade in-tree google benchmark to v1.1
authorEric Fiselier <eric@efcs.ca>
Sat, 5 Nov 2016 00:30:27 +0000 (00:30 +0000)
committerEric Fiselier <eric@efcs.ca>
Sat, 5 Nov 2016 00:30:27 +0000 (00:30 +0000)
commitfbc9ff244c0da5a8e4e566b70a8fec3a50d88532
tree4143967ceb2630a5493a109e7a41e237bb34e422
parent3a6f331d2d044e15f2e3b54bd776ba882ad06e52
Upgrade in-tree google benchmark to v1.1

llvm-svn: 286029
59 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/include/benchmark/benchmark.h
libcxx/utils/google-benchmark/include/benchmark/benchmark_api.h
libcxx/utils/google-benchmark/include/benchmark/macros.h
libcxx/utils/google-benchmark/include/benchmark/reporter.h
libcxx/utils/google-benchmark/src/CMakeLists.txt
libcxx/utils/google-benchmark/src/arraysize.h
libcxx/utils/google-benchmark/src/benchmark.cc
libcxx/utils/google-benchmark/src/benchmark_api_internal.h [new file with mode: 0644]
libcxx/utils/google-benchmark/src/benchmark_register.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/src/check.h
libcxx/utils/google-benchmark/src/colorprint.cc
libcxx/utils/google-benchmark/src/colorprint.h
libcxx/utils/google-benchmark/src/commandlineflags.cc
libcxx/utils/google-benchmark/src/commandlineflags.h
libcxx/utils/google-benchmark/src/complexity.cc
libcxx/utils/google-benchmark/src/complexity.h
libcxx/utils/google-benchmark/src/console_reporter.cc
libcxx/utils/google-benchmark/src/csv_reporter.cc
libcxx/utils/google-benchmark/src/internal_macros.h
libcxx/utils/google-benchmark/src/json_reporter.cc
libcxx/utils/google-benchmark/src/log.cc [deleted file]
libcxx/utils/google-benchmark/src/log.h
libcxx/utils/google-benchmark/src/mutex.h
libcxx/utils/google-benchmark/src/re.h
libcxx/utils/google-benchmark/src/re_posix.cc [deleted file]
libcxx/utils/google-benchmark/src/re_std.cc [deleted file]
libcxx/utils/google-benchmark/src/reporter.cc
libcxx/utils/google-benchmark/src/stat.h
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/sysinfo.h
libcxx/utils/google-benchmark/src/timers.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/src/timers.h [new file with mode: 0644]
libcxx/utils/google-benchmark/src/walltime.cc [deleted file]
libcxx/utils/google-benchmark/src/walltime.h [deleted file]
libcxx/utils/google-benchmark/test/CMakeLists.txt
libcxx/utils/google-benchmark/test/basic_test.cc
libcxx/utils/google-benchmark/test/benchmark_test.cc
libcxx/utils/google-benchmark/test/complexity_test.cc
libcxx/utils/google-benchmark/test/cxx03_test.cc
libcxx/utils/google-benchmark/test/diagnostics_test.cc
libcxx/utils/google-benchmark/test/donotoptimize_test.cc
libcxx/utils/google-benchmark/test/filter_test.cc
libcxx/utils/google-benchmark/test/fixture_test.cc
libcxx/utils/google-benchmark/test/map_test.cc
libcxx/utils/google-benchmark/test/multiple_ranges_test.cc
libcxx/utils/google-benchmark/test/options_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/tools/gbench/report.py