aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Profile/cxx-lambda.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu1-1/+1
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu1-1/+1
2015-12-15[PGO] make profile prefix even shorter and more readableXinliang David Li1-3/+3
2015-12-14[PGO] Shorten profile symbol prefixesXinliang David Li1-3/+3
2015-12-12[PGO] Stop using invalid char in instr variable names.Xinliang David Li1-1/+1
2015-12-11[PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li1-1/+1
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li1-1/+1
2015-06-30Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi1-2/+2
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-4/+4
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner1-2/+2
2015-03-20InstrProf: Make profile variables private to reduce binary size overheadJustin Bogner1-3/+3
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith1-5/+5
2014-12-02InstrProf: Use the same names for variables as we use in the profileJustin Bogner1-1/+1
2014-05-16InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith1-2/+2
2014-04-17test: Use llvm-profdata merge in Profile testsJustin Bogner1-1/+2
2014-04-17Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker1-2/+2
2014-04-11CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner1-0/+57