summaryrefslogtreecommitdiffstats
path: root/test/Profile
Commit message (Expand)AuthorAgeFilesLines
* [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
* Simplify test casesXinliang David Li2016-02-082-22/+8
* Fix test case problem(caused by clang-formatXinliang David Li2016-02-072-12/+4
* [PGO] add profile/coverage test cases for defaulted ctor/ctorsXinliang David Li2016-02-072-0/+88
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-0415-20/+25
* [PGO] test case cleanupsXinliang David Li2016-01-284-15/+21
* Clang changes for value profilingBetul Buyukkurt2016-01-231-0/+15
* Remove setting of inlinehint and cold attributes based on profile dataEaswaran Raman2016-01-042-50/+2
* Attach maximum function count to Module when using PGO mode.Easwaran Raman2015-12-172-0/+50
* [PGO] make profile prefix even shorter and more readableXinliang David Li2015-12-1515-60/+60
* [PGO] Shorten profile symbol prefixesXinliang David Li2015-12-1415-60/+60
* Revert r255445: adding a new test caseXinliang David Li2015-12-131-11/+0
* Resubmit new test case after adding more constraintXinliang David Li2015-12-131-0/+11
* Revert 255436 : remove test that needs to be refinedXinliang David Li2015-12-121-13/+0
* [PGO] add a test case with -no-integrated-asXinliang David Li2015-12-121-0/+13
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-125-7/+7
* [PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li2015-12-119-13/+13
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-119-13/+13