summaryrefslogtreecommitdiff
path: root/test/Profile/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-116-0/+79
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-116-79/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-116-0/+79
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-105-62/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-105-0/+62
* [PGO] Add PGO support at -O0 in the experimental new pass managerRong Xu2019-08-011-0/+11
* [PGO] Detect more structural changes with the stable hashVedant Kumar2017-11-1414-46/+298
* [Profile] Do not assign counters to functions without bodiesVedant Kumar2017-06-301-0/+9
* [profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar2017-02-241-0/+11
* Attach profile summary information to Module.Easwaran Raman2016-03-241-0/+26
* Attach maximum function count to Module when using PGO mode.Easwaran Raman2015-12-171-0/+26
* [PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li2015-12-114-6/+6
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-114-6/+6
* [PGO] Add a test case to cover version-3 formatXinliang David Li2015-12-111-0/+0
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-0/+5
* Set function entry counts with -fprofile-instr-use.Diego Novillo2015-05-271-0/+10
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-1/+1
* InstrProf: Fix handling of profile counters in the body of range based forJustin Bogner2015-04-301-0/+13
* InstrProf: Mark code regions after throw expressions as unreachableJustin Bogner2015-04-281-2/+10
* InstrProf: Update for LLVM API changeJustin Bogner2014-08-011-0/+0
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-262-0/+13
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-1711-0/+0
* InstrProf: Calculate a better function hashDuncan P. N. Exon Smith2014-04-1611-40/+40
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-151-0/+25
* CodeGen: Test instrumentation based profiling of templatesJustin Bogner2014-04-121-0/+17
* CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner2014-04-111-0/+20
* CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner2014-04-111-0/+7
* CodeGen: Don't create branch weight metadata from empty profilesJustin Bogner2014-04-041-0/+32
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-187-31/+93
* 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: Scale large counters down to 32-bitsDuncan P. N. Exon Smith2014-03-111-0/+10
* test: Regenerate profile data for PGO testsJustin Bogner2014-03-115-40/+31
* test: Give instrumentation based profiling tests their own directoryJustin Bogner2014-03-115-0/+221