summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Reduce the number of threads in gcov test to avoid failureCalixte Denizet2020-06-231-15/+5
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-072-0/+46
* [profile] Support merge pool size >= 10Fangrui Song2020-01-121-0/+7
* [profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFCVedant Kumar2019-12-111-0/+1
* [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFCVedant Kumar2019-12-111-0/+2
* [profile] Add explanatory comments to instrprof-darwin-exports.c, NFCVedant Kumar2019-12-101-3/+11
* [profile] Fix file contention causing dropped counts on Windows under -fprofi...Hans Wennborg2019-11-273-0/+108
* [profile] Support online merging with continuous sync modeVedant Kumar2019-11-181-0/+138
* [profile] Add a mode to continuously sync counter updates to a fileVedant Kumar2019-10-317-0/+319
* [profile] Clean up stale raw profiles in instrprof-write-file.cVedant Kumar2019-10-311-0/+1
* [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
OpenPOWER on IntegriCloud