Eric Fiselier | 9e3e137 | 2016-07-19 23:07:03 +0000 | [diff] [blame] | 1 | LLVM notes |
| 2 | ---------- |
| 3 | |
| 4 | This directory contains the Google Benchmark source code with some unnecessary |
| 5 | files removed. Note that this directory is under a different license than |
| 6 | libc++. |
Roger Ferrer Ibanez | 3a8629b | 2019-07-24 05:33:46 +0000 | [diff] [blame] | 7 | |
| 8 | Changes: |
| 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 Lebedev | d6f87a1 | 2019-07-30 20:47:59 +0000 | [diff] [blame] | 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. |
Luís Marques | e8e6f52 | 2020-04-18 09:26:15 +0100 | [diff] [blame] | 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. |