summaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile/instrprof-basic.c
AgeCommit message (Expand)Author
2024-02-27[nfc][compiler-rt]Remove round-up in __llvm_profile_get_num_data (#83194)Mingming Liu
2023-04-20[compiler-rt] [test] [profile] Avoid issues with an implicit .exe suffixMartin Storsjö
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-01-12[profile] Support merge pool size >= 10Fangrui Song
2016-07-22[Profile] Add new testXinliang David Li
2016-07-21[Profile] More test clean up to read profile from directory specified by -fpr...Xinliang David Li
2016-07-21[Profile] Cleanup test to use new dir input featureXinliang David Li
2016-06-12[libprofile] Define an expansion `%clang_profgen=`Sean Silva
2016-06-09Fix win bot failureXinliang David Li
2016-06-08[profile] in-process merging support part-3Xinliang David Li
2014-12-15Update lib/profile tests for metadata assembly changeDuncan P. N. Exon Smith
2014-11-18profile: Robustify instrprof testsJustin Bogner
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner
2014-04-30Allow any test to be executed via a %run command.Greg Fitzgerald
2014-04-01InstrProf: Remove LTO dependency from testDuncan P. N. Exon Smith
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith