summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Inputs
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-071-0/+35
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-181-0/+5
* compiler-rt: Rename remaining cc files in test/profile to cppNico Weber2019-08-054-1/+1
* [profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARCRainer Orth2019-07-111-1/+2
* Prospective test fix in response to r358104.John McCall2019-04-111-1/+1
* Reland compiler-rt support for order file instrumentation.Manman Ren2019-03-082-0/+24
* Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren2019-03-052-24/+0
* Order File Instrumentation: dump the data in compiler-rtManman Ren2019-03-042-0/+24
* Set hidden attribute on lprofMergeValueProfDataAna Pazos2019-02-141-0/+60
* [InstrProf] Port test suite to WindowsReid Kleckner2019-02-0719-21/+18
* [Profile] Fix fork test and add tests for execlp and execvp after patch https...Calixte Denizet2018-11-075-2/+82
* [GCOV] Close file mapping handle on Windows, so flushed gcda files can be rem...Marco Castelluccio2018-11-072-0/+37
* [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-302-0/+27
* [profile] Fix the gcov tests after the patch in D49853 landed.Calixte Denizet2018-10-1114-19/+19
* [profile] Revert commit https://reviews.llvm.org/rL342718Calixte Denizet2018-09-2415-18/+18
* [profile] Fix the tests for patch in https://reviews.llvm.org/D49916.Calixte Denizet2018-09-2115-18/+18
* [profile] Fix tests in compiler-rt for patch in gcov (https://reviews.llvm.or...Calixte Denizet2018-09-202-3/+3
* [gcov] Fix branch counters with switch statements (fix PR38821)Vedant Kumar2018-09-112-4/+4
* [gcov] Add test which uses forkMarco Castelluccio2018-08-012-0/+38
* [gcov] Add tests using switch, one with break clauses and one with fallthroughMarco Castelluccio2018-07-314-0/+82
* [gcov] Add a test showing differences in line counts when building with or wi...Marco Castelluccio2018-07-162-0/+27
* Add a test with __gcov_flush called before terminating the program.Marco Castelluccio2018-07-162-0/+31
* Add a test with multiple BBs on the same lineMarco Castelluccio2018-07-132-0/+54
* Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.Marco Castelluccio2018-07-126-6/+6
* Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio2018-07-1016-14/+505
* Revert "Make __gcov_flush flush counters for all shared libraries"Michael Zolotukhin2018-07-0716-505/+14
* Make __gcov_flush flush counters for all shared librariesMarco Castelluccio2018-07-0516-14/+505
* [profile] Add llvm_gcov_flush to be called outside a shared libraryChih-Hung Hsieh2018-06-291-0/+30
* Hide some symbols to avoid a crash on shutdown when using code coverageMarco Castelluccio2018-01-031-0/+26
* [profile] Update Linux-only tests after r313597Vedant Kumar2017-09-191-1/+1
* coverage: Update tests to reflect changes from r310012Vedant Kumar2017-08-041-1/+1
* Try to fix another profile testRenato Golin2016-09-011-1/+1
* [test] Update coverage tests to sync up with r278152Vedant Kumar2016-08-093-18/+18
* improve test cases to fix bot failureXinliang David Li2016-08-012-4/+4
* Make test more robust with better matchingXinliang David Li2016-08-012-4/+4
* [Profile] Add new test case to cover comdat renamingXinliang David Li2016-08-013-0/+64
* [profile] Fix test to bail on failed waitpid in instrprof-file_ex.cVedant Kumar2016-06-091-1/+1
* [profile] code cleanup /NFCXinliang David Li2016-06-061-2/+2
* [profile] in-process mergeing support (part-2)Xinliang David Li2016-06-061-0/+59
* [profile] Add end-end test of vp for inline virtual functionsXinliang David Li2016-06-023-0/+26
* [profile] Add a test to ensure runtime allocator is not invokedXinliang David Li2016-05-271-0/+41
* Add missing test case changesXinliang David Li2016-05-261-0/+17
* [profile] entry eviction support in value profilerXinliang David Li2016-05-192-4/+145
* Reapply r268608 Rong Xu2016-05-111-0/+1
* Revert r268130 -- more bot failureXinliang David Li2016-05-101-1/+0
* Reapply r268608 after IR instr bug fixXinliang David Li2016-05-101-0/+1
* Revert r268608 -- unexplained darwin bot failureXinliang David Li2016-05-061-1/+0
* Add a test of VP with shared libXinliang David Li2016-05-051-1/+523
OpenPOWER on IntegriCloud