summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/propagate.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-3/+3
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+317
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-317/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-2/+2
* Use base discriminator in sample pgo profile matching.Dehao Chen2017-02-231-5/+5
* Fine tuning of sample profile propagation algorithm.Dehao Chen2016-08-121-6/+6
* [PM] Port the Sample FDO to new PM (part-2)Xinliang David Li2016-05-271-0/+1
* Tune basic block annotation algorithm.Dehao Chen2016-04-261-160/+234
* [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-1/+1
* 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
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-4/+4
* Update sample profile propagation algorithm.Dehao Chen2015-10-011-4/+4
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-8/+8
* 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-38/+38
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-161-2/+2
* [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-18/+18
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-29/+29
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-21/+21
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-43/+43
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-18/+18
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-18/+18
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-18/+18
* Use discriminator information in sample profiles.Diego Novillo2014-03-101-11/+11
* Propagation of profile samples through the CFG.Diego Novillo2014-01-101-0/+243
OpenPOWER on IntegriCloud