summaryrefslogtreecommitdiffstats
path: root/test/Profile/c-captured.c
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-2/+2
* [PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li2015-12-111-2/+2
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-111-2/+2
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-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-2/+2
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-161-1/+1
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-171-1/+3
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-151-0/+57