summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/calls.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+116
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-116/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-2/+2
* Remove the sample pgo annotation heuristic that uses call count to annotate b...Dehao Chen2017-03-061-4/+4
* Use base discriminator in sample pgo profile matching.Dehao Chen2017-02-231-4/+4
* Merge DebugLoc on combined stores; in this case, when combining storesPaul Robinson2017-02-061-2/+2
* Change the basic block weight calculation algorithm to use max instead of vot...Dehao Chen2016-09-211-4/+4
* Fine tuning of sample profile propagation algorithm.Dehao Chen2016-08-121-4/+4
* [PM] Port the Sample FDO to new PM (part-2)Xinliang David Li2016-05-271-0/+1
* Remove sample profile dependency to instcombine, which is not a analysis pass.Dehao Chen2016-05-271-1/+1
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-4/+3
* More upgrading of old- and very-old-style debug info in testcases.Adrian Prantl2016-04-111-6/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+1
* Perform InstructioinCombiningPass before SampleProfile pass.Dehao Chen2016-03-011-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-4/+4
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-4/+4
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-2/+2
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* Allow 0-weight branches in BranchProbabilityInfo.Diego Novillo2015-05-061-4/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-21/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-12/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-7/+7
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-10/+10
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-26/+26
* Support using sample profiles with partial debug info.Diego Novillo2014-10-221-2/+6
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-12/+12
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-12/+12
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-12/+12
* Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie2014-08-211-5/+5
* Use discriminator information in sample profiles.Diego Novillo2014-03-101-32/+41
* Extend and simplify the sample profile input file.Diego Novillo2014-01-101-0/+107
OpenPOWER on IntegriCloud