summaryrefslogtreecommitdiffstats
path: root/test/Profile
Commit message (Expand)AuthorAgeFilesLines
* Merging r291850 and r291853:Hans Wennborg2017-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
* [PGO] Add a test case to cover version-3 formatXinliang David Li2015-12-112-1/+1
* [PGO] Instrument only base constructors and destructors.Serge Pavlov2015-12-062-10/+49
* [PGO] Test update for revision 253484.Betul Buyukkurt2015-11-181-1/+1
* Fix a soon to be invalid testXinliang David Li2015-10-291-1/+0
* Tweak a couple of -fprofile tests in clang/test to accept backslash in path.NAKAMURA Takumi2015-07-101-1/+1
* Remove test that tests referring to the current working directory. YouDaniel Jasper2015-07-101-5/+0
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-092-0/+53
* Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi2015-06-301-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-293-9/+9
* Display profile file name when emitting a file not found diagnostic.Diego Novillo2015-06-251-1/+1
* Fix PPC failure. Adjust CHECK pattern.Diego Novillo2015-05-281-2/+2
* Set function entry counts with -fprofile-instr-use.Diego Novillo2015-05-272-0/+29
* InstrProf: Change this triple back to %itanium_abi_tripleJustin Bogner2015-05-201-1/+1