summaryrefslogtreecommitdiffstats
path: root/test/Profile/c-linkage.c
Commit message (Expand)AuthorAgeFilesLines
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-1/+1
* [PGO] test case cleanupsXinliang David Li2016-01-281-5/+9
* [PGO] make profile prefix even shorter and more readableXinliang David Li2015-12-151-4/+4
* [PGO] Shorten profile symbol prefixesXinliang David Li2015-12-141-4/+4
* [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
* InstrProf: Make profile variables private to reduce binary size overheadJustin Bogner2015-03-201-3/+3
* InstrProf: Simplify a couple of tests after r230383Justin Bogner2015-02-241-21/+5
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-081-6/+7
* InstrProf: Use the same names for variables as we use in the profileJustin Bogner2014-12-021-4/+4
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-161-9/+9
* InstrProf: Calculate a better function hashDuncan P. N. Exon Smith2014-04-161-4/+4
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-281-1/+7
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-201-13/+13
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-181-5/+5
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-171-0/+31