aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Profile
AgeCommit message (Expand)AuthorFilesLines
2017-06-30[Profile] Do not assign counters to functions without bodiesVedant Kumar2-0/+30
2017-06-30Fix a typo. NFC.Vedant Kumar1-1/+1
2017-04-27[Profile] Add off-by-default -Wprofile-instr-missing warningVedant Kumar1-8/+8
2017-02-25Weaken test/Profile/c-ternary.cVedant Kumar1-1/+1
2017-02-25Retry: [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar1-0/+15
2017-02-25Revert "[profiling] Fix profile counter increment when emitting selects (PR32...Vedant Kumar1-15/+0
2017-02-25[profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar1-0/+15
2017-02-24[profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar3-1/+62
2017-02-18[profiling] Make a test more explicit. NFC.Vedant Kumar1-7/+15
2017-02-18[profiling] Tighten test cases which refer to "profn" vars. NFC.Vedant Kumar2-7/+7
2017-02-14[profiling] Update test cases to deal with name variable change (NFC)Vedant Kumar1-9/+0
2017-02-14Revert "[profiling] Update test case to deal with name variable change (NFC)"Vedant Kumar1-0/+9
2017-02-14[profiling] Update test case to deal with name variable change (NFC)Vedant Kumar1-9/+0
2017-01-12Fix two test cases I missed updating in r291850. Sorry for the noise.Chandler Carruth1-2/+2
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth3-4/+4
2016-11-22Add test for D21736.Marcin Koscielnicki2-7/+13
2016-10-14[Coverage] Support for C++17 if initializersVedant Kumar1-0/+12
2016-10-14[Coverage] Support for C++17 switch initializersVedant Kumar1-0/+17
2016-10-11[Profile] Update testcase for r283948 (NFC)Vedant Kumar1-1/+1
2016-07-22[Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li1-1/+1
2016-07-21[profile] update test case with interface change.Xinliang David Li2-10/+3
2016-07-16[Driver] Add flags for enabling both types of PGO InstrumentationSean Silva1-3/+4
2016-06-20Remove MaxFunctionCount module flag annotation.Easwaran Raman1-24/+0
2016-04-23[profile] Fix another use of the driver.Sean Silva1-1/+1
2016-04-23[profile] Use cc1 in these tests instead of the driver.Sean Silva5-9/+9
2016-03-31[PGO] Avoid instrumenting constants at value sitesBetul Buyukkurt1-0/+11
2016-03-29[PGO] Test case fix for r264783 Betul Buyukkurt1-1/+1
2016-03-29[PGO] Move the instrumentation point closer to the value site.Betul Buyukkurt2-2/+24
2016-03-24Attach profile summary information to Module.Easwaran Raman2-0/+51
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu11-13/+13
2016-02-17Test simplificationXinliang David Li1-3/+2
2016-02-09[PGO] Fix issue: explicitly defaulted assignop is not profiledXinliang David Li1-0/+32
2016-02-08[PGO] Cover more cases of implicitly generated C++ methodsXinliang David Li1-4/+38
2016-02-08Simplify test casesXinliang David Li2-22/+8
2016-02-07Fix test case problem(caused by clang-formatXinliang David Li2-12/+4
2016-02-07[PGO] add profile/coverage test cases for defaulted ctor/ctorsXinliang David Li2-0/+88
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu15-20/+25
2016-01-28[PGO] test case cleanupsXinliang David Li4-15/+21
2016-01-23Clang changes for value profilingBetul Buyukkurt1-0/+15
2016-01-04Remove setting of inlinehint and cold attributes based on profile dataEaswaran Raman2-50/+2
2015-12-17Attach maximum function count to Module when using PGO mode.Easwaran Raman2-0/+50
2015-12-15[PGO] make profile prefix even shorter and more readableXinliang David Li15-60/+60
2015-12-14[PGO] Shorten profile symbol prefixesXinliang David Li15-60/+60
2015-12-13Revert r255445: adding a new test caseXinliang David Li1-11/+0
2015-12-13Resubmit new test case after adding more constraintXinliang David Li1-0/+11
2015-12-12Revert 255436 : remove test that needs to be refinedXinliang David Li1-13/+0
2015-12-12[PGO] add a test case with -no-integrated-asXinliang David Li1-0/+13
2015-12-12[PGO] Stop using invalid char in instr variable names.Xinliang David Li5-7/+7
2015-12-11[PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li9-13/+13
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li9-13/+13