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