summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/branch.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/+242
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-242/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* Do not set branch weight if the branch weight annotation is present.Dehao Chen2017-03-231-1/+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
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* 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
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* Update sample profile propagation algorithm.Dehao Chen2015-10-011-101/+197
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-7/+7
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-7/+7
* Allow 0-weight branches in BranchProbabilityInfo.Diego Novillo2015-05-061-6/+6
* 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 bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-271-1/+1
* Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith2015-03-151-6/+6
* [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-23/+23
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* 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-49/+49
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-23/+23
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-23/+23
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-23/+23
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-7/+7
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-7/+7
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-7/+7
* Use discriminator information in sample profiles.Diego Novillo2014-03-101-5/+5
* Propagation of profile samples through the CFG.Diego Novillo2014-01-101-4/+4
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-1/+2
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-131-0/+142
OpenPOWER on IntegriCloud