[libcxx-commits] [PATCH] D89506: [benchmark][PowerPC] Rename mftbl to mftb

Steven Wan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 4 10:47:02 PST 2020


stevewan updated this revision to Diff 302907.
stevewan added a comment.

Add information about the cherry-picked commit and contributor.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89506/new/

https://reviews.llvm.org/D89506

Files:
  libcxx/utils/google-benchmark/CONTRIBUTORS
  libcxx/utils/google-benchmark/README.LLVM
  llvm/utils/benchmark/CONTRIBUTORS
  llvm/utils/benchmark/README.LLVM


Index: llvm/utils/benchmark/README.LLVM
===================================================================
--- llvm/utils/benchmark/README.LLVM
+++ llvm/utils/benchmark/README.LLVM
@@ -35,3 +35,5 @@
   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'.
Index: llvm/utils/benchmark/CONTRIBUTORS
===================================================================
--- llvm/utils/benchmark/CONTRIBUTORS
+++ llvm/utils/benchmark/CONTRIBUTORS
@@ -58,6 +58,7 @@
 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>
Index: libcxx/utils/google-benchmark/README.LLVM
===================================================================
--- libcxx/utils/google-benchmark/README.LLVM
+++ libcxx/utils/google-benchmark/README.LLVM
@@ -24,3 +24,5 @@
   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'.
Index: libcxx/utils/google-benchmark/CONTRIBUTORS
===================================================================
--- libcxx/utils/google-benchmark/CONTRIBUTORS
+++ libcxx/utils/google-benchmark/CONTRIBUTORS
@@ -61,6 +61,7 @@
 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89506.302907.patch
Type: text/x-patch
Size: 2048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201104/90b80eb9/attachment.bin>


More information about the libcxx-commits mailing list