blob: ea92eee202ce82f5d667e956c96f945e01c0d51d [file] [log] [blame]
Eric Fiselier9e3e1372016-07-19 23:07:03 +00001LLVM notes
2----------
3
4This directory contains the Google Benchmark source code with some unnecessary
5files removed. Note that this directory is under a different license than
6libc++.
Roger Ferrer Ibanez3a8629b2019-07-24 05:33:46 +00007
8Changes:
9* https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2
10 is applied on top of
11 https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
12 to add RISC-V timer support.
Roman Lebedevd6f87a12019-07-30 20:47:59 +000013* https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
14 is applied on top of
15 https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
16 to fix cross-build from linux to windows via MinGW.
Luís Marquese8e6f522020-04-18 09:26:15 +010017* https://github.com/google/benchmark/commit/a77d5f70efaebe2b7e8c10134526a23a7ce7ef35
18 and
19 https://github.com/google/benchmark/commit/ecc1685340f58f7fe6b707036bc0bb1fccabb0c1
20 are applied on top of
21 https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
22 to fix timestamp-related inline asm issues and 32-bit RISC-V build failures.
23 The second cherrypicked commit fixes formatting issues introduced by the
24 preceding change.