xref: /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/README.LLVM (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
1*4d6fc14bSjoergLLVM notes
2*4d6fc14bSjoerg----------
3*4d6fc14bSjoerg
4*4d6fc14bSjoergThis directory contains the Google Benchmark source code with some unnecessary
5*4d6fc14bSjoergfiles removed. Note that this directory is under a different license than
6*4d6fc14bSjoerglibc++.
7*4d6fc14bSjoerg
8*4d6fc14bSjoergChanges:
9*4d6fc14bSjoerg* https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2
10*4d6fc14bSjoerg  is applied on top of
11*4d6fc14bSjoerg  https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
12*4d6fc14bSjoerg  to add RISC-V timer support.
13*4d6fc14bSjoerg* https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
14*4d6fc14bSjoerg  is applied on top of
15*4d6fc14bSjoerg  https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
16*4d6fc14bSjoerg  to fix cross-build from linux to windows via MinGW.
17*4d6fc14bSjoerg* https://github.com/google/benchmark/commit/a77d5f70efaebe2b7e8c10134526a23a7ce7ef35
18*4d6fc14bSjoerg  and
19*4d6fc14bSjoerg  https://github.com/google/benchmark/commit/ecc1685340f58f7fe6b707036bc0bb1fccabb0c1
20*4d6fc14bSjoerg  are applied on top of
21*4d6fc14bSjoerg  https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
22*4d6fc14bSjoerg  to fix timestamp-related inline asm issues and 32-bit RISC-V build failures.
23*4d6fc14bSjoerg  The second cherrypicked commit fixes formatting issues introduced by the
24*4d6fc14bSjoerg  preceding change.
25*4d6fc14bSjoerg* https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
26*4d6fc14bSjoerg  is applied to add the CycleTimer implementation for M68k
27*4d6fc14bSjoerg* https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
28*4d6fc14bSjoerg  is applied to rename 'mftbl' to 'mftb'.
29