aboutsummaryrefslogtreecommitdiff
path: root/libc/benchmarks/automemcpy
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[libc] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-8/+10
2023-01-14[libc] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-12/+12
2023-01-14[libc] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2-9/+9
2022-12-10[libc] Use std::optional instead of None in comments (NFC)Kazu Hirata1-4/+4
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-09[libc] Use std::nullopt instead of None (NFC)Kazu Hirata1-4/+5
2022-12-09[libc] Use std::nullopt instead of None (NFC)Kazu Hirata4-21/+22
2022-10-20[libc][automemcpy] fix build after change in Arg enumGuillaume Chatelet1-16/+7
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-02-18[libc][automemcpy] Discard aggrated samples from JSONGuillaume Chatelet4-12/+32
2022-02-17[libc][automemcpy] Introduce geomean of scores as a tie breakerGuillaume Chatelet4-22/+32
2022-02-17[llvm][automemcpy] Allow distribution filtering in analysisGuillaume Chatelet2-2/+17
2022-02-17[libc][automemcpy] Add mean/variance and simplify implementationGuillaume Chatelet3-32/+59
2022-02-14[libc][benchmark] Fix change in JSon APIGuillaume Chatelet1-1/+1
2022-02-02[libc] use llvm_update_compile_flags to populate rtti/exception compilation f...Guillaume Chatelet1-3/+7
2022-02-02[libc] Fix automemcpy test by adding memmove configurationGuillaume Chatelet1-0/+5
2021-12-22[libc] apply formatting to testsMichael Jones1-1/+1
2021-12-07[libc] apply new lint rulesMichael Jones2-56/+56
2021-11-30[libc] Add memmove benchmarksGuillaume Chatelet1-0/+6
2021-10-28[libc] automemcpyGuillaume Chatelet15-0/+2190