[all-commits] [llvm/llvm-project] bd5fe7: [M680x0] Add google/benchmark's CycleTimer support...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Wed Oct 7 15:00:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd5fe7b010ea0d6c4b1e5e3740085f5eabf7def6
https://github.com/llvm/llvm-project/commit/bd5fe7b010ea0d6c4b1e5e3740085f5eabf7def6
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M libcxx/utils/google-benchmark/AUTHORS
M libcxx/utils/google-benchmark/CONTRIBUTORS
M libcxx/utils/google-benchmark/README.LLVM
M libcxx/utils/google-benchmark/src/cycleclock.h
M llvm/utils/benchmark/AUTHORS
M llvm/utils/benchmark/CONTRIBUTORS
M llvm/utils/benchmark/README.LLVM
M llvm/utils/benchmark/src/cycleclock.h
Log Message:
-----------
[M680x0] Add google/benchmark's CycleTimer support for M68K
This is a cherrypick of the upstream fix commit ffe1342 onto
`llvm/utils/benchmark` and `libcxx/utils/google-benchmark`.
This adds CycleTimer implementation for M680x0, which simply
uses `gettimeofday` same as MIPS.
Differential Review: https://reviews.llvm.org/D88868
More information about the All-commits
mailing list