[libcxx-commits] [libcxx] 09f2c92 - Add info about the cherry-picked commit and contributor
Steven Wan via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 4 11:23:50 PST 2020
Author: Steven Wan
Date: 2020-11-04T14:23:27-05:00
New Revision: 09f2c92e5b340d18cd2b505de7bd23ca31d61840
URL: https://github.com/llvm/llvm-project/commit/09f2c92e5b340d18cd2b505de7bd23ca31d61840
DIFF: https://github.com/llvm/llvm-project/commit/09f2c92e5b340d18cd2b505de7bd23ca31d61840.diff
LOG: Add info about the cherry-picked commit and contributor
Added:
Modified:
libcxx/utils/google-benchmark/CONTRIBUTORS
libcxx/utils/google-benchmark/README.LLVM
llvm/utils/benchmark/CONTRIBUTORS
llvm/utils/benchmark/README.LLVM
Removed:
################################################################################
diff --git a/libcxx/utils/google-benchmark/CONTRIBUTORS b/libcxx/utils/google-benchmark/CONTRIBUTORS
index 9e7a39f25881..f684c7d4b2d4 100644
--- a/libcxx/utils/google-benchmark/CONTRIBUTORS
+++ b/libcxx/utils/google-benchmark/CONTRIBUTORS
@@ -61,6 +61,7 @@ Ray Glover <ray.glover at uk.ibm.com>
Robert Guo <robert.guo at mongodb.com>
Roman Lebedev <lebedev.ri at gmail.com>
Shuo Chen <chenshuo at chenshuo.com>
+Steven Wan <wan.yu at ibm.com>
Tobias Ulvgård <tobias.ulvgard at dirac.se>
Tom Madams <tom.ej.madams at gmail.com> <tmadams at google.com>
Yixuan Qiu <yixuanq at gmail.com>
diff --git a/libcxx/utils/google-benchmark/README.LLVM b/libcxx/utils/google-benchmark/README.LLVM
index 7a0c02c420d4..e86f92f6ce8c 100644
--- a/libcxx/utils/google-benchmark/README.LLVM
+++ b/libcxx/utils/google-benchmark/README.LLVM
@@ -24,3 +24,5 @@ Changes:
preceding change.
* https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
is applied to add the CycleTimer implementation for M680x0
+* https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
+ is applied to rename 'mftbl' to 'mftb'.
diff --git a/llvm/utils/benchmark/CONTRIBUTORS b/llvm/utils/benchmark/CONTRIBUTORS
index 53e7b6f9f8b4..073d6767bc48 100644
--- a/llvm/utils/benchmark/CONTRIBUTORS
+++ b/llvm/utils/benchmark/CONTRIBUTORS
@@ -58,6 +58,7 @@ Ray Glover <ray.glover at uk.ibm.com>
Robert Guo <robert.guo at mongodb.com>
Roman Lebedev <lebedev.ri at gmail.com>
Shuo Chen <chenshuo at chenshuo.com>
+Steven Wan <wan.yu at ibm.com>
Tobias Ulvgård <tobias.ulvgard at dirac.se>
Tom Madams <tom.ej.madams at gmail.com> <tmadams at google.com>
Yixuan Qiu <yixuanq at gmail.com>
diff --git a/llvm/utils/benchmark/README.LLVM b/llvm/utils/benchmark/README.LLVM
index afd70a3dd914..5e0067b803b4 100644
--- a/llvm/utils/benchmark/README.LLVM
+++ b/llvm/utils/benchmark/README.LLVM
@@ -35,3 +35,5 @@ Changes:
fixes formatting issues introduced by the preceding change.
* https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
is applied to add the CycleTimer implementation for M680x0
+* https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
+ is applied to rename 'mftbl' to 'mftb'.
More information about the libcxx-commits
mailing list