1LLVM 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++. 7 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. 13* 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. 17* 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. 25* https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20 26 is applied to add the CycleTimer implementation for M68k 27* https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2 28 is applied to rename 'mftbl' to 'mftb'. 29