summaryrefslogtreecommitdiff
path: root/llvm/benchmarks
AgeCommit message (Expand)Author
2025-11-11Remove unused <iterator> inclusionserge-sans-paille
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille
2025-11-08benchmarks: Fix sample_symbol_list.txt generation again (#167078)Matt Arsenault
2025-10-19[NFC][GlobMatcher] Add benchmark for globs at both sides and in the middle. (...Vitaly Buka
2025-10-14[NFC][SpecialCaseList] Add SpecialCaseList Benchmark (#163274)Vitaly Buka
2025-10-09[llvm][mustache] Use BumpPtrAllocator to save ASTNodes (#159194)Paul Kirth
2025-09-25[llvm] Add benchmarks for Mustache (#160164)Paul Kirth
2025-09-19cmake: Avoid using if(TARGET x AND TARGET y) (#159707)Matt Arsenault
2025-09-18benchmarks: Skip runtime libcalls benchmark for llvm-driver build (#159513)Matt Arsenault
2025-09-18Reapply "RuntimeLibcalls: Use get_host_tool_path for executables used … (#1...Matt Arsenault
2025-09-18Revert "RuntimeLibcalls: Use get_host_tool_path for executables used … (#15...Matt Arsenault
2025-09-18RuntimeLibcalls: Use get_host_tool_path for executables used in benchmark (#1...Matt Arsenault
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-08-16RuntimeLibcalls: Temporarily disable benchmark depending on llvm-nmMatt Arsenault
2025-08-16Reapply "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#1...Matt Arsenault
2025-08-15Revert "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#15...gulfemsavrun
2025-08-15RuntimeLibcalls: Return StringRef for libcall names (#153209)Matt Arsenault
2025-08-15TableGen: Emit statically generated hash table for runtime libcalls (#150192)Matt Arsenault
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-09-30[SandboxIR][NFC] Move Function class to a separate file (#110526)vporpo
2024-09-27[SandboxIR][NFC] Move Instruction classes into a separate file (#110294)vporpo
2024-09-11[SandboxIR][Bench] SandboxIR creation (#108278)vporpo
2024-09-11[SandboxIR][Bench] Add tests with tracking enabled (#108273)vporpo
2024-09-11[SandboxIR][Bench] Benchmark RUOW (#107456)vporpo
2024-09-08[SandboxIR][Bench] Fix missing includeJustin Bogner
2024-09-05[SandboxIR][Bench] Test RAUW (#107440)vporpo
2024-09-05[SandboxIR][Bench] Initial patch for performance tracking (#107296)vporpo
2024-09-04[TableGen] Optimize intrinsic info type signature encoding (#106809)Rahul Joshi
2024-08-29Revert "Revert "[Support] Validate number of arguments passed to formatv()"" ...Rahul Joshi
2024-08-29Revert "[Support] Validate number of arguments passed to formatv()" (#106589)Mehdi Amini
2024-08-29[Support] Validate number of arguments passed to formatv() (#105745)Rahul Joshi
2024-08-20[TableGen] Rework `EmitIntrinsicToBuiltinMap` (#104681)Rahul Joshi
2024-07-22[Support] Add Arm NEON implementation for `llvm::xxh3_64bits` (#99634)Daniel Bertalan
2018-08-28Pull google/benchmark library to the LLVM treeKirill Bobyrev