summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/ProfileData/ProfileCommon.h
Commit message (Expand)AuthorAgeFilesLines
* [ProfileSummary] Count callsite samples when computing total samples.Taewook Oh2019-04-031-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-2/+1
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-26/+28
* NFC fix class members initializationPiotr Padlewski2016-09-301-10/+9
* [modules] Add missing includes.Vassil Vassilev2016-07-081-0/+1
* [ProfData] Remove global constructor from ProfileSummaryBuilder.Benjamin Kramer2016-05-271-3/+3
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-1/+2
* [ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer2016-05-201-2/+2
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-2/+2
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-104/+19
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-0/+1
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-24/+0
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-0/+24
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-24/+0
* Revert r269534 "Silence a -Wundefined-var-template build warning." The bots d...Craig Topper2016-05-141-2/+0
* Silence a -Wundefined-var-template build warning.Craig Topper2016-05-141-0/+2
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-0/+24
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-24/+0
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-0/+24
* Revert r269131Easwaran Raman2016-05-101-35/+2
* Reapply r266477 and r266488Easwaran Raman2016-05-101-2/+35
* Revert "Replace the use of MaxFunctionCount module flag"Eric Liu2016-04-181-35/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Replace the use of MaxFunctionCount module flagEaswaran Raman2016-04-151-2/+35
* Sample profile summary cleanupEaswaran Raman2016-03-281-3/+2
* Profile summary cleanup.Easwaran Raman2016-03-281-24/+21
* Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman2016-03-231-13/+0
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-0/+14
* Fix some warnings a bit harder/differentDavid Blaikie2016-03-011-3/+3
* Fix -Wnon-virtual-dtor warningsReid Kleckner2016-03-011-2/+3
* Fix breakage caused by r262360.Easwaran Raman2016-03-011-1/+1
* Metadata support for profile summary.Easwaran Raman2016-03-011-17/+64
* Add prefix based function layout when profile is available.Dehao Chen2016-02-231-0/+7
* Revert "Add prefix based function layout when profile is available."Duncan P. N. Exon Smith2016-02-231-8/+0
* Add prefix based function layout when profile is available.Dehao Chen2016-02-221-0/+8
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-0/+31
* Add a profile summary class specific to instrumentation profiles.Easwaran Raman2016-02-171-33/+44
* Fix build breakage introduced by r259846.Easwaran Raman2016-02-051-1/+2
* Refactor profile summary support code. NFC.Easwaran Raman2016-02-041-0/+90
OpenPOWER on IntegriCloud