summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile
Commit message (Expand)AuthorAgeFilesLines
* InstrProf: Don't emit counter increments in dead codeJustin Bogner2015-01-091-0/+15
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-158-99/+99
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-083-13/+16
* InstrProf: Use the same names for variables as we use in the profileJustin Bogner2014-12-025-10/+10
* InstrProf: Update for LLVM API changeJustin Bogner2014-08-012-0/+3
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-263-0/+39
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-169-42/+42
* CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner2014-04-251-0/+17
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-1722-12/+26
* Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker2014-04-171-2/+2
* InstrProf: Calculate a better function hashDuncan P. N. Exon Smith2014-04-1614-49/+49
* CodeGen: Emit warnings for out of date profile data during PGOJustin Bogner2014-04-151-5/+8
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-152-0/+82
* CodeGen: Test instrumentation based profiling of templatesJustin Bogner2014-04-122-0/+58
* CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner2014-04-112-0/+77
* CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner2014-04-112-0/+29
* CodeGen: Don't create branch weight metadata from empty profilesJustin Bogner2014-04-042-0/+100
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-282-2/+14
* [PGO] Add simplified branch weights for Objective-C for-collection loops.Bob Wilson2014-03-251-1/+4
* PGO: Don't define instrumentation data available_externallyDuncan P. N. Exon Smith2014-03-201-0/+12
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-206-45/+45
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-189-41/+103
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-177-20/+80
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-127-0/+0
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-127-0/+0
* PGO: appease the bots after r203592Duncan P. N. Exon Smith2014-03-111-1/+1
* PGO: Clarify the testing READMEDuncan P. N. Exon Smith2014-03-111-8/+16
* PGO: Scale large counters down to 32-bitsDuncan P. N. Exon Smith2014-03-112-0/+59
* test: Regenerate profile data for PGO testsJustin Bogner2014-03-118-58/+56
* test: Give instrumentation based profiling tests their own directoryJustin Bogner2014-03-1111-0/+1032
OpenPOWER on IntegriCloud