summaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile/Inputs
AgeCommit message (Expand)Author
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag
2025-01-02[gcov] Bump default version to 11.1Fangrui Song
2024-10-23[compiler-rt] [test] Mark a couple files as requiring LF newlinesMartin Storsjö
2023-10-24BlockFrequencyInfoImpl: Avoid big numbers, increase precision for small spreadsMatthias Braun
2023-08-07[InstrProf] Fix macOS profile tests after D156569Ellis Hoag
2022-01-27[InstrProf] Add single byte coverage modeEllis Hoag
2021-12-28[InstrProf] Prevent duplicate functions in correlated dataEllis Hoag
2020-10-31Revert "Use uint64_t for branch weights instead of uint32_t"Arthur Eubanks
2020-10-30Use uint64_t for branch weights instead of uint32_tArthur Eubanks
2020-10-27Revert "Use uint64_t for branch weights instead of uint32_t"Nico Weber
2020-10-26Use uint64_t for branch weights instead of uint32_tArthur Eubanks
2020-09-08[llvm-cov gcov] Compute unmeasured arc counts by Kirchhoff's circuit lawFangrui Song
2020-07-28Reland [Coverage] Add comment to skipped regionsZequan Wu
2020-07-22Revert abd45154b "[Coverage] Add comment to skipped regions"Hans Wennborg
2020-07-21[Coverage] Add comment to skipped regionsZequan Wu
2020-07-18[gcov] Add __gcov_dump/__gcov_reset and delete __gcov_flushFangrui Song
2020-07-18[gcov][test] Simplify instrprof-dlopen-dlclose-gcov.testFangrui Song
2020-07-03[gcov][test] Reorganize some compiler-rt/test/profile testsFangrui Song
2020-06-07[gcov] Fix instrprof-gcov-__gcov_flush-terminate.testFangrui Song
2020-06-07[gcov][test] Delete UNSUPPORTED: host-byteorder-big-endian from test/profile ...Fangrui Song
2020-05-14[test] NFC, add missing declarations and include to test files to avoid 'impl...Alex Lorenz
2020-05-08[compiler-rt] Reduce the number of threads in gcov test to avoid failureCalixte Denizet
2020-05-07[profile] Don't crash when forking in several threadsCalixte Denizet
2020-04-01Fix simultaneous .gcda creationKAWASHIMA Takahiro
2019-10-18[profile] Do not cache __llvm_profile_get_filename resultVedant Kumar
2019-08-05compiler-rt: Rename remaining cc files in test/profile to cppNico Weber
2019-07-11[profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARCRainer Orth
2019-04-11Prospective test fix in response to r358104.John McCall
2019-03-08Reland compiler-rt support for order file instrumentation.Manman Ren
2019-03-05Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren
2019-03-04Order File Instrumentation: dump the data in compiler-rtManman Ren
2019-02-14Set hidden attribute on lprofMergeValueProfDataAna Pazos
2019-02-07[InstrProf] Port test suite to WindowsReid Kleckner
2018-11-07[Profile] Fix fork test and add tests for execlp and execvp after patch https...Calixte Denizet
2018-11-07[GCOV] Close file mapping handle on Windows, so flushed gcda files can be rem...Marco Castelluccio
2018-10-30[GCOV] Make test path generic so it passes on all machinesMarco Castelluccio
2018-10-30[GCOV] Add a test for function defined on one line (follow-up of https://revi...Calixte Denizet
2018-10-11[profile] Fix the gcov tests after the patch in D49853 landed.Calixte Denizet
2018-09-24[profile] Revert commit https://reviews.llvm.org/rL342718Calixte Denizet
2018-09-21[profile] Fix the tests for patch in https://reviews.llvm.org/D49916.Calixte Denizet
2018-09-20[profile] Fix tests in compiler-rt for patch in gcov (https://reviews.llvm.or...Calixte Denizet
2018-09-11[gcov] Fix branch counters with switch statements (fix PR38821)Vedant Kumar
2018-08-01[gcov] Add test which uses forkMarco Castelluccio
2018-07-31[gcov] Add tests using switch, one with break clauses and one with fallthroughMarco Castelluccio
2018-07-16[gcov] Add a test showing differences in line counts when building with or wi...Marco Castelluccio
2018-07-16Add a test with __gcov_flush called before terminating the program.Marco Castelluccio
2018-07-13Add a test with multiple BBs on the same lineMarco Castelluccio
2018-07-12Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.Marco Castelluccio
2018-07-10Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio
2018-07-07Revert "Make __gcov_flush flush counters for all shared libraries"Michael Zolotukhin