aboutsummaryrefslogtreecommitdiff
path: root/test/profile
AgeCommit message (Expand)Author
2019-07-12NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev
2019-07-11[profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARCRainer Orth
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner
2019-06-24(Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza
2019-06-12Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg
2019-06-06[Profile]: Add runtime interface to specify file handle for profile data (Par...Xinliang David Li
2019-04-11Prospective test fix in response to r358104.John McCall
2019-04-02Fix tests after r357452Hans Wennborg
2019-04-02[compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group IDMatt Davis
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-27[InstrProf] Use separate comdat group for data and countersReid Kleckner
2019-02-26[llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner
2019-02-14Set hidden attribute on lprofMergeValueProfDataAna Pazos
2019-02-08[InstrProf] Implement static profdata registrationReid Kleckner
2019-02-07[InstrProf] Port test suite to WindowsReid Kleckner
2018-12-22Add support for LLVM profile for NetBSDKamil Rytarowski
2018-12-03[gcov/Darwin] Ensure external symbols are exported when using an export listVedant Kumar
2018-11-28[gcov] Disable instrprof-gcov-fork.test.Matt Morehouse
2018-11-08[Profile] The test for gcov-fork seems to be ok on armCalixte Denizet
2018-11-07[Profile] Mark gcov-fork test as failing for armCalixte Denizet
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-11-06[Darwin] Export new weak external symbols when compiling with coverageVedant Kumar
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-25[Profile] Fix gcov testsCalixte 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-07[Coverage] Ignore 'unused' functions with non-zero execution countsVedant Kumar
2018-08-01[gcov] Add test which uses forkMarco Castelluccio
2018-07-31[compiler-rt] Add a routine to specify the mode used when creating profile dirs.Matt Davis
2018-07-31[gcov] Add tests using switch, one with break clauses and one with fallthroughMarco Castelluccio
2018-07-19[profile] Fix typo in testTeresa Johnson
2018-07-19[profile] Add interface to get profile filenameTeresa Johnson
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-11[FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt testsJoel E. Denny
2018-07-11Remove ppc64 BE XFAILs now that gcov profiling works, after starting a cleanZaara Syeda
2018-07-11Link to the correct bug number about the Mac failure for instrprof-shared-gco...Marco Castelluccio
2018-07-11Revert 336811, there are still some problems with the tests.Zaara Syeda
2018-07-11Remove ppc64 BE XFAILs now that gcov profiling works.Zaara Syeda
2018-07-10Remove s390x XFAILs now that gcov profiling works.Ulrich Weigand
2018-07-10Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio