Pull google/benchmark library to the LLVM tree
This patch pulls google/benchmark v1.4.1 into the LLVM tree so that any
project could use it for benchmark generation. A dummy benchmark is
added to `llvm/benchmarks/DummyYAML.cpp` to validate the correctness of
the build process.
The current version does not utilize LLVM LNT and LLVM CMake
infrastructure, but that might be sufficient for most users. Two
introduced CMake variables:
* `LLVM_INCLUDE_BENCHMARKS` (`ON` by default) generates benchmark
targets
* `LLVM_BUILD_BENCHMARKS` (`OFF` by default) adds generated
benchmark targets to the list of default LLVM targets (i.e. if `ON`
benchmarks will be built upon standard build invocation, e.g. `ninja` or
`make` with no specific targets)
List of modifications:
* `BENCHMARK_ENABLE_TESTING` is disabled
* `BENCHMARK_ENABLE_EXCEPTIONS` is disabled
* `BENCHMARK_ENABLE_INSTALL` is disabled
* `BENCHMARK_ENABLE_GTEST_TESTS` is disabled
* `BENCHMARK_DOWNLOAD_DEPENDENCIES` is disabled
Original discussion can be found here:
http://lists.llvm.org/pipermail/llvm-dev/2018-August/125023.html
Reviewed by: dberris, lebedev.ri
Subscribers: ilya-biryukov, ioeric, EricWF, lebedev.ri, srhines,
dschuff, mgorny, krytarowski, fedor.sergeev, mgrang, jfb, llvm-commits
Differential Revision: https://reviews.llvm.org/D50894
llvm-svn: 340809
2018-08-28 11:42:41 +02:00
|
|
|
# This is the official list of benchmark authors for copyright purposes.
|
|
|
|
# This file is distinct from the CONTRIBUTORS files.
|
|
|
|
# See the latter for an explanation.
|
|
|
|
#
|
|
|
|
# Names should be added to this file as:
|
|
|
|
# Name or Organization <email address>
|
|
|
|
# The email address is not required for organizations.
|
|
|
|
#
|
|
|
|
# Please keep the list sorted.
|
|
|
|
|
|
|
|
Albert Pretorius <pretoalb@gmail.com>
|
|
|
|
Arne Beer <arne@twobeer.de>
|
|
|
|
Carto
|
|
|
|
Christopher Seymour <chris.j.seymour@hotmail.com>
|
|
|
|
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
|
|
|
|
Deniz Evrenci <denizevrenci@gmail.com>
|
|
|
|
Dirac Research
|
|
|
|
Dominik Czarnota <dominik.b.czarnota@gmail.com>
|
|
|
|
Eric Fiselier <eric@efcs.ca>
|
|
|
|
Eugene Zhuk <eugene.zhuk@gmail.com>
|
|
|
|
Evgeny Safronov <division494@gmail.com>
|
|
|
|
Felix Homann <linuxaudio@showlabor.de>
|
|
|
|
Google Inc.
|
|
|
|
International Business Machines Corporation
|
|
|
|
Ismael Jimenez Martinez <ismael.jimenez.martinez@gmail.com>
|
|
|
|
Jern-Kuan Leong <jernkuan@gmail.com>
|
|
|
|
JianXiong Zhou <zhoujianxiong2@gmail.com>
|
|
|
|
Joao Paulo Magalhaes <joaoppmagalhaes@gmail.com>
|
|
|
|
Jussi Knuuttila <jussi.knuuttila@gmail.com>
|
|
|
|
Kaito Udagawa <umireon@gmail.com>
|
|
|
|
Kishan Kumar <kumar.kishan@outlook.com>
|
|
|
|
Lei Xu <eddyxu@gmail.com>
|
|
|
|
Matt Clarkson <mattyclarkson@gmail.com>
|
|
|
|
Maxim Vafin <maxvafin@gmail.com>
|
|
|
|
MongoDB Inc.
|
|
|
|
Nick Hutchinson <nshutchinson@gmail.com>
|
|
|
|
Oleksandr Sochka <sasha.sochka@gmail.com>
|
|
|
|
Paul Redmond <paul.redmond@gmail.com>
|
|
|
|
Radoslav Yovchev <radoslav.tm@gmail.com>
|
|
|
|
Roman Lebedev <lebedev.ri@gmail.com>
|
|
|
|
Shuo Chen <chenshuo@chenshuo.com>
|
|
|
|
Steinar H. Gunderson <sgunderson@bigfoot.com>
|
|
|
|
Stripe, Inc.
|
|
|
|
Yixuan Qiu <yixuanq@gmail.com>
|
|
|
|
Yusuke Suzuki <utatane.tea@gmail.com>
|
|
|
|
Zbigniew Skowron <zbychs@gmail.com>
|
2020-10-06 05:24:33 +02:00
|
|
|
Min-Yih Hsu <yihshyng223@gmail.com>
|