summaryrefslogtreecommitdiff
path: root/test/profile
Commit message (Expand)AuthorAgeFilesLines
* [profile] Use -fPIC -shared in a test instead of -dynamiclibVedant Kumar2019-10-191-1/+1
* [profile] Disable instrprof-get-filename-merge-mode.c on WindowsVedant Kumar2019-10-191-0/+0
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-183-8/+23
* Revert "[profile] Add a test dependency on cxx-headers"Vedant Kumar2019-09-271-1/+1
* [profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as wellVedant Kumar2019-09-271-0/+1
* [profile] Add a test dependency on cxx-headersVedant Kumar2019-09-271-1/+1
* [llvm-cov] NFC: Specify a specific C++ standard in the test.Artem Dergachev2019-09-241-3/+6
* [test] Clean up previous raw profile before merging into itVedant Kumar2019-09-161-1/+1
* compiler-rt: Rename remaining cc files in test/profile to cppNico Weber2019-08-057-9/+9
* NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev2019-07-121-2/+2
* [profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARCRainer Orth2019-07-113-2/+24
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-275-4/+4
* (Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza2019-06-242-0/+74
* Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg2019-06-122-74/+0
* [Profile]: Add runtime interface to specify file handle for profile data (Par...Xinliang David Li2019-06-062-0/+74
* Prospective test fix in response to r358104.John McCall2019-04-111-1/+1
* Fix tests after r357452Hans Wennborg2019-04-022-4/+4
* [compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group IDMatt Davis2019-04-021-1/+5
* Reland compiler-rt support for order file instrumentation.Manman Ren2019-03-083-0/+41
* Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren2019-03-053-40/+0
* Order File Instrumentation: dump the data in compiler-rtManman Ren2019-03-043-0/+40
* [InstrProf] Use separate comdat group for data and countersReid Kleckner2019-02-271-2/+9
* [llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner2019-02-261-3/+0
* Set hidden attribute on lprofMergeValueProfDataAna Pazos2019-02-142-0/+66
* [InstrProf] Implement static profdata registrationReid Kleckner2019-02-082-0/+44
* [InstrProf] Port test suite to WindowsReid Kleckner2019-02-0739-132/+167
* Add support for LLVM profile for NetBSDKamil Rytarowski2018-12-222-1/+4
* [gcov/Darwin] Ensure external symbols are exported when using an export listVedant Kumar2018-12-031-0/+8
* [gcov] Disable instrprof-gcov-fork.test.Matt Morehouse2018-11-281-0/+2
* [Profile] The test for gcov-fork seems to be ok on armCalixte Denizet2018-11-081-2/+0
* [Profile] Mark gcov-fork test as failing for armCalixte Denizet2018-11-071-0/+2
* [Profile] Fix fork test and add tests for execlp and execvp after patch https...Calixte Denizet2018-11-078-4/+102
* [GCOV] Close file mapping handle on Windows, so flushed gcda files can be rem...Marco Castelluccio2018-11-073-0/+47
* [Darwin] Export new weak external symbols when compiling with coverageVedant Kumar2018-11-061-0/+8
* [GCOV] Make test path generic so it passes on all machinesMarco Castelluccio2018-10-301-1/+1
* [GCOV] Add a test for function defined on one line (follow-up of https://revi...Calixte Denizet2018-10-303-0/+36
* [profile] Fix the gcov tests after the patch in D49853 landed.Calixte Denizet2018-10-1114-19/+19
* [Profile] Fix gcov testsCalixte Denizet2018-09-253-7/+7
* [profile] Revert commit https://reviews.llvm.org/rL342718Calixte Denizet2018-09-2416-19/+20
* [profile] Fix the tests for patch in https://reviews.llvm.org/D49916.Calixte Denizet2018-09-2116-20/+19
* [profile] Fix tests in compiler-rt for patch in gcov (https://reviews.llvm.or...Calixte Denizet2018-09-203-5/+3
* [gcov] Fix branch counters with switch statements (fix PR38821)Vedant Kumar2018-09-112-4/+4
* [Coverage] Ignore 'unused' functions with non-zero execution countsVedant Kumar2018-08-071-0/+53
* [gcov] Add test which uses forkMarco Castelluccio2018-08-013-0/+50
* [compiler-rt] Add a routine to specify the mode used when creating profile dirs.Matt Davis2018-07-311-0/+48
* [gcov] Add tests using switch, one with break clauses and one with fallthroughMarco Castelluccio2018-07-315-0/+98
* [profile] Fix typo in testTeresa Johnson2018-07-191-1/+1
* [profile] Add interface to get profile filenameTeresa Johnson2018-07-191-0/+39
* [gcov] Add a test showing differences in line counts when building with or wi...Marco Castelluccio2018-07-163-0/+48
* Add a test with __gcov_flush called before terminating the program.Marco Castelluccio2018-07-163-0/+43