Roman Lebedev c45ad92a35 [benchmark] Fix win32 link on case-sensitive fs há 6 anos atrás
..
cmake 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
docs 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
include 114125f97b Update google benchmark version há 6 anos atrás
src c45ad92a35 [benchmark] Fix win32 link on case-sensitive fs há 6 anos atrás
test ea9230c04b Update google benchmark again há 6 anos atrás
tools 114125f97b Update google benchmark version há 6 anos atrás
.clang-format 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
.gitignore 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
.travis-libcxx-setup.sh 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
.travis.yml 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
.ycm_extra_conf.py 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
AUTHORS 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
CMakeLists.txt 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
CONTRIBUTING.md d9b9ef75a8 [libcxx] Add support for benchmark tests using Google Benchmark. há 9 anos atrás
CONTRIBUTORS 114125f97b Update google benchmark version há 6 anos atrás
LICENSE d9b9ef75a8 [libcxx] Add support for benchmark tests using Google Benchmark. há 9 anos atrás
README.LLVM c45ad92a35 [benchmark] Fix win32 link on case-sensitive fs há 6 anos atrás
README.md 114125f97b Update google benchmark version há 6 anos atrás
WORKSPACE 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
appveyor.yml 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
mingw.py 622fc11b5e Upgrade Google Benchmark library to ToT há 6 anos atrás
releasing.md ffc31db661 Update google-benchark to trunk há 7 anos atrás

README.LLVM

LLVM notes
----------

This directory contains the Google Benchmark source code with some unnecessary
files removed. Note that this directory is under a different license than
libc++.

Changes:
* https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2
is applied on top of
https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
to add RISC-V timer support.
* https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
is applied on top of
https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
to fix cross-build from linux to windows via MinGW.