aboutsummaryrefslogtreecommitdiff
path: root/src/cycleclock.h
AgeCommit message (Expand)Author
2024-04-03Remove COMPILER_IBMXL macro for z/OS (#1777)Fanbo Meng
2024-03-07mitigate clang build warnings -Wconversion (#1763)dominic
2024-02-14CycleClock: Add support for Alpha architecture (#1753)Sam James
2024-01-04CycleClock: use RDTIME instead of RDCYCLE on RISC-V (#1727)aurel32
2023-11-10Fixed compiler warnings (#1697)Tiago Freire
2023-02-06Fixing issue with ARM64EC and MSVC (#1514)JbR
2022-10-04Support for QuRT OS (Hexagon RTOS) (#1497)Marat Dukhan
2022-05-23Add support to get clock for new architecture CSKY (#1400)Zi Xuan Wu (Zeson)
2022-05-11fix some typos (#1393)cui fliter
2021-11-10check clang format on pull requests and merges (#1281)Dominic Hamon
2021-11-10clang-format Google on {src/,include/} (#1280)Dominic Hamon
2021-06-08Add support for new architecture loongarch (#1173)huajingyun
2021-02-14- add support for Elbrus 2000 (e2k) (#1091)SSE4
2021-02-12Add MSVC ARM64 support for reading clocks (#1052)Michał Janiszewski
2020-11-03Rename 'mftbl' to 'mftb' (#1069)Steven Wan
2020-10-21Add support for z/OS XL compiler inline asm syntax (#1063)Fanbo Meng
2020-09-29Add CycleTimer implementation for M68K architecture (#1050)Min-Yih Hsu
2020-04-17Fix formatting issues introduced by a77d5f7 (#959)Luís Marques
2020-04-10Fix cycleclock::Now for RISC-V and PPC (#955)Luís Marques
2019-07-05Add RISC-V support in cycleclock::Now (#833)Sam Elliott
2018-09-19Include sys/time.h for cycleclock.h when building on MinGW (#680)Martin Storsjö
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-03-02Use STCK to get the CPU clock on s390x (#540)Robert Guo
2017-07-04Make Benchmark a single header library (but not header-only) (#407)Eric
2017-02-11Support for Web platforms (#340)Marat Dukhan
2017-01-30Fix typename for powerpc (#337)guray
2016-07-12Add missing `volatile`s to 32-bit ARM cycleclock assembler. (#253)Elliott Hughes
2016-02-10Add aarch64 support to src/cycleclock.h.Elliott Hughes
2015-12-14Rename OS_MACOSX macro to new name BENCHMARK_OS_MACOSX. Fix #169Eric Fiselier
2015-10-08Fixes compilation issue on MacsMayeul d'Avezac
2015-10-08Renamed the internal os macros to avoid a name clash in Shlwapi.h where OS_WI...Anton Danielsson
2015-09-08Address Dominic's (stylistic) remarks.Jean-Louis Leroy
2015-09-03Make it compile with Visual Studio 2013.Jean-Louis Leroy
2015-03-12replace instances of NULL with nullptrEric Fiselier
2015-03-06Third step in moving towards adopting new timer semanticsEric Fiselier
2015-03-06Step one towards merging timer changes.Eric Fiselier
2014-03-18Fix cycleclock.h for gcc/ARM.Felix Homann
2014-01-09Code reformatDominic Hamon
2013-12-19Remove duplicated macros headerDominic Hamon
2013-12-19Adding benchmark namespace and removing broken flagsDominic Hamon
2013-12-18Initial commitDominic Hamon