summaryrefslogtreecommitdiff
path: root/test/Profile/cxx-lambda.cpp
AgeCommit message (Expand)Author
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu
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-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
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li
2015-06-30Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner
2015-03-20InstrProf: Make profile variables private to reduce binary size overheadJustin Bogner
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-12-02InstrProf: Use the same names for variables as we use in the profileJustin Bogner
2014-05-16InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith
2014-04-17test: Use llvm-profdata merge in Profile testsJustin Bogner
2014-04-17Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker
2014-04-11CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner