summaryrefslogtreecommitdiff
path: root/test/Profile
Commit message (Expand)AuthorAge
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-16
* CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner2014-04-25
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-17
* Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroextKeith Walker2014-04-17
* InstrProf: Calculate a better function hashDuncan P. N. Exon Smith2014-04-16
* CodeGen: Emit warnings for out of date profile data during PGOJustin Bogner2014-04-15
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-15
* CodeGen: Test instrumentation based profiling of templatesJustin Bogner2014-04-12
* CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner2014-04-11
* CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner2014-04-11
* CodeGen: Don't create branch weight metadata from empty profilesJustin Bogner2014-04-04
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-28
* [PGO] Add simplified branch weights for Objective-C for-collection loops.Bob Wilson2014-03-25
* PGO: Don't define instrumentation data available_externallyDuncan P. N. Exon Smith2014-03-20
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-20
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-18
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-17
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-12
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-12
* PGO: appease the bots after r203592Duncan P. N. Exon Smith2014-03-11
* PGO: Clarify the testing READMEDuncan P. N. Exon Smith2014-03-11
* PGO: Scale large counters down to 32-bitsDuncan P. N. Exon Smith2014-03-11
* test: Regenerate profile data for PGO testsJustin Bogner2014-03-11
* test: Give instrumentation based profiling tests their own directoryJustin Bogner2014-03-11