summaryrefslogtreecommitdiffstats
path: root/test/Profile/cxx-lambda.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-1/+1
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-1/+1
* [PGO] make profile prefix even shorter and more readableXinliang David Li2015-12-151-3/+3
* [PGO] Shorten profile symbol prefixesXinliang David Li2015-12-141-3/+3
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-121-1/+1
* [PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li2015-12-111-1/+1
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-111-1/+1
* 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-291-4/+4
* Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner2015-04-011-2/+2
* InstrProf: Make profile variables private to reduce binary size overheadJustin Bogner2015-03-201-3/+3
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-5/+5
* InstrProf: Use the same names for variables as we use in the profileJustin Bogner2014-12-021-1/+1
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-161-2/+2
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-171-1/+2
* Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker2014-04-171-2/+2
* CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner2014-04-111-0/+57