Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options
[libc][automemcpy] Discard aggrated samples from JSONThe benchmark framework synthesizes fake "aggregate" Samples representing mean, median and cv.We're only interested in "iteration" samples.Di
[libc][automemcpy] Discard aggrated samples from JSONThe benchmark framework synthesizes fake "aggregate" Samples representing mean, median and cv.We're only interested in "iteration" samples.Differential Revision: https://reviews.llvm.org/D120062
show more ...
[libc][automemcpy] Introduce geomean of scores as a tie breakerDifferential Revision: https://reviews.llvm.org/D120040
[llvm][automemcpy] Allow distribution filtering in analysisDifferential Revision: https://reviews.llvm.org/D120037
[libc][automemcpy] Add mean/variance and simplify implementationDifferential Revision: https://reviews.llvm.org/D120031
[libc][benchmark] Fix change in JSon API
[libc] use llvm_update_compile_flags to populate rtti/exception compilation flags
[libc] apply formatting to testsApply the formatting rules that were applied to the libc/src directoryto the libc/test directory, as well as the files in libc/utils that areincluded by the tests.
[libc] apply formatting to testsApply the formatting rules that were applied to the libc/src directoryto the libc/test directory, as well as the files in libc/utils that areincluded by the tests. This does not include automated enforcement.Reviewed By: sivachandra, lntueDifferential Revision: https://reviews.llvm.org/D116127
[libc] apply new lint rulesThis patch applies the lint rules described in the previous patch. Therewas also a significant amount of effort put into manually fixing things,since all of the templat
[libc] apply new lint rulesThis patch applies the lint rules described in the previous patch. Therewas also a significant amount of effort put into manually fixing things,since all of the templated functions, or structs defined in /spec, werenot updated and had to be handled manually.Reviewed By: sivachandra, lntueDifferential Revision: https://reviews.llvm.org/D114302
[libc] Add memmove benchmarksThis patch enables the benchmarking of `memmove`.Ideally, this should be submitted before D114637.Differential Revision: https://reviews.llvm.org/D114694
[libc] automemcpy