summaryrefslogtreecommitdiff
path: root/test/Profile
Commit message (Expand)AuthorAgeFilesLines
* Update clang tests for new LLVM IR backslash printing in r374415Reid Kleckner2019-10-101-1/+1
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-1114-0/+340
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-1114-340/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1114-0/+340
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-1013-323/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1013-0/+323
* [PGO] Fix bolt failures from r367628Rong Xu2019-08-021-2/+2
* [PGO] Add PGO support at -O0 in the experimental new pass managerRong Xu2019-08-012-7/+42
* Revert "[clang][NewPM] Fix broken profile test"Leonard Chan2019-06-291-8/+4
* [clang][NewPM] Fix broken profile testLeonard Chan2019-06-131-4/+8
* [PGO] Fix buildbot failure in 359215Rong Xu2019-04-251-2/+0
* [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass...Rong Xu2019-04-251-0/+2
* [InstrProf] Use separate comdat group for data and countersReid Kleckner2019-02-271-2/+2
* [MS] Don't emit coverage for deleting dtorsReid Kleckner2019-02-261-0/+83
* Fix clang tests broken by r353547 that depend on InstrProfReid Kleckner2019-02-106-14/+14
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-113-10/+10
* [PGO] Detect more structural changes with the stable hashVedant Kumar2017-11-1417-49/+494
* [Profile] Do not assign counters to functions without bodiesVedant Kumar2017-06-302-0/+30
* Fix a typo. NFC.Vedant Kumar2017-06-301-1/+1
* [Profile] Add off-by-default -Wprofile-instr-missing warningVedant Kumar2017-04-271-8/+8
* Weaken test/Profile/c-ternary.cVedant Kumar2017-02-251-1/+1
* Retry: [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-251-0/+15
* Revert "[profiling] Fix profile counter increment when emitting selects (PR32...Vedant Kumar2017-02-251-15/+0
* [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-251-0/+15
* [profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar2017-02-243-1/+62
* [profiling] Make a test more explicit. NFC.Vedant Kumar2017-02-181-7/+15
* [profiling] Tighten test cases which refer to "profn" vars. NFC.Vedant Kumar2017-02-182-7/+7
* [profiling] Update test cases to deal with name variable change (NFC)Vedant Kumar2017-02-141-9/+0
* Revert "[profiling] Update test case to deal with name variable change (NFC)"Vedant Kumar2017-02-141-0/+9
* [profiling] Update test case to deal with name variable change (NFC)Vedant Kumar2017-02-141-9/+0
* Fix two test cases I missed updating in r291850. Sorry for the noise.Chandler Carruth2017-01-121-2/+2
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-233-4/+4
* Add test for D21736.Marcin Koscielnicki2016-11-222-7/+13
* [Coverage] Support for C++17 if initializersVedant Kumar2016-10-141-0/+12
* [Coverage] Support for C++17 switch initializersVedant Kumar2016-10-141-0/+17
* [Profile] Update testcase for r283948 (NFC)Vedant Kumar2016-10-111-1/+1
* [Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li2016-07-221-1/+1
* [profile] update test case with interface change.Xinliang David Li2016-07-212-10/+3
* [Driver] Add flags for enabling both types of PGO InstrumentationSean Silva2016-07-161-3/+4
* Remove MaxFunctionCount module flag annotation.Easwaran Raman2016-06-201-24/+0
* [profile] Fix another use of the driver.Sean Silva2016-04-231-1/+1
* [profile] Use cc1 in these tests instead of the driver.Sean Silva2016-04-235-9/+9
* [PGO] Avoid instrumenting constants at value sitesBetul Buyukkurt2016-03-311-0/+11
* [PGO] Test case fix for r264783 Betul Buyukkurt2016-03-291-1/+1
* [PGO] Move the instrumentation point closer to the value site.Betul Buyukkurt2016-03-292-2/+24
* Attach profile summary information to Module.Easwaran Raman2016-03-242-0/+51
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-0211-13/+13
* Test simplificationXinliang David Li2016-02-171-3/+2
* [PGO] Fix issue: explicitly defaulted assignop is not profiledXinliang David Li2016-02-091-0/+32
* [PGO] Cover more cases of implicitly generated C++ methodsXinliang David Li2016-02-081-4/+38