[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / utils / benchmark / README.LLVM
blobd77da3b620010750f5e6c4d1fe845d731395447f
1 LLVM notes
2 ----------
4 This directory contains the Google Benchmark source code. Currently, the checked
5 Benchmark library version is v1.4.1.
7 This directory is under a different license than LLVM.
9 Changes:
11 * Bazel BUILD files are removed from the library
12 * https://github.com/google/benchmark/commit/f85304e4e3a0e4e1bf15b91720df4a19e90b589f
13   is applied on top of the v1.4.1 to silence compiler warnings
14 * https://github.com/google/benchmark/commit/505be96ab23056580a3a2315abba048f4428b04e
15   is applied to comply with the LLVM's required CMake version
16 * https://github.com/google/benchmark/commit/f0901417c89d123474e6b91365029cfe32cf89dc
17   is applied to fix 32-bit build failure on macOS
18 * https://github.com/google/benchmark/commit/52613079824ac58d06c070aa9fbbb186a5859e2c
19   is applied to fix cross compilation with MinGW headers
20 * https://github.com/google/benchmark/commit/439d6b1c2a6da5cb6adc4c4dfc555af235722396
21   is applied to fix building with MinGW headers for ARM
22 * https://github.com/google/benchmark/commit/a9b31c51b1ee7ec7b31438c647123c2cbac5d956
23   is applied to disable exceptions in Microsoft STL when exceptions are disabled
24 * Disabled CMake get_git_version as it is meaningless for this in-tree build,
25   and hardcoded a null version
26 * https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2
27   is applied on top of v1.4.1 to add RISC-V timer support.
28 * https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
29   is applied on top of v1.4.1 to fix cross-build from linux to windows via MinGW.
30 * https://github.com/google/benchmark/commit/a77d5f70efaebe2b7e8c10134526a23a7ce7ef35
31   and
32   https://github.com/google/benchmark/commit/ecc1685340f58f7fe6b707036bc0bb1fccabb0c1
33   are applied on top of the previous cherrypick to fix timestamp-related inline
34   asm issues and 32-bit RISC-V build failures. The second cherrypicked commit
35   fixes formatting issues introduced by the preceding change.
36 * https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
37   is applied to add the CycleTimer implementation for M68k
38 * https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
39   is applied to rename 'mftbl' to 'mftb'.