summaryrefslogtreecommitdiff
path: root/test/Profile/Inputs
AgeCommit message (Expand)Author
2017-11-14[PGO] Detect more structural changes with the stable hashVedant Kumar
2017-06-30[Profile] Do not assign counters to functions without bodiesVedant Kumar
2017-02-24[profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar
2016-03-24Attach profile summary information to Module.Easwaran Raman
2015-12-17Attach maximum function count to Module when using PGO mode.Easwaran Raman
2015-12-11[PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li
2015-12-11[PGO] Add a test case to cover version-3 formatXinliang David Li
2015-07-09Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo
2015-05-27Set function entry counts with -fprofile-instr-use.Diego Novillo
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-04-30InstrProf: Fix handling of profile counters in the body of range based forJustin Bogner
2015-04-28InstrProf: Mark code regions after throw expressions as unreachableJustin Bogner
2014-08-01InstrProf: Update for LLVM API changeJustin Bogner
2014-06-26CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner
2014-04-17test: Use llvm-profdata merge in Profile testsJustin Bogner
2014-04-16InstrProf: Calculate a better function hashDuncan P. N. Exon Smith
2014-04-15CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner
2014-04-12CodeGen: Test instrumentation based profiling of templatesJustin Bogner
2014-04-11CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner
2014-04-11CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner
2014-04-04CodeGen: Don't create branch weight metadata from empty profilesJustin Bogner
2014-03-18CodeGen: Include a function hash in instrumentation based profilingJustin Bogner
2014-03-12Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner
2014-03-12CodeGen: Use a binary format for instrumentation based profilingJustin Bogner
2014-03-11PGO: Scale large counters down to 32-bitsDuncan P. N. Exon Smith
2014-03-11test: Regenerate profile data for PGO testsJustin Bogner
2014-03-11test: Give instrumentation based profiling tests their own directoryJustin Bogner