summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile
Commit message (Expand)AuthorAgeFilesLines
* Tune basic block annotation algorithm.Dehao Chen2016-04-262-172/+251
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-1516-58/+45
* [DebugInfo] Fix even more tests to include DICompileunit.Davide Italiano2016-04-113-0/+6
* More upgrading of old- and very-old-style debug info in testcases.Adrian Prantl2016-04-1111-16/+13
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-0113-13/+13
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-314-4/+4
* Perform InstructioinCombiningPass before SampleProfile pass.Dehao Chen2016-03-015-3/+49
* Set function entry count as 0 if sample profile is not found for the function.Dehao Chen2016-02-221-0/+7
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-0/+0
* SamplePGO - Add initial support for inliner annotations.Diego Novillo2015-11-272-0/+41
* SamplePGO - Add test for hot/cold inlined functions.Diego Novillo2015-11-241-1/+1
* SamplePGO - Add coverage tracking for samples.Diego Novillo2015-11-233-3/+9
* SamplePGO - Tweak RUN command for a test. NFC.Diego Novillo2015-11-201-1/+1
* SamplePGO - Do not count never-executed inlined functions when computing cove...Diego Novillo2015-11-202-0/+152
* SamplePGO - Add line offset and discriminator information to sample reports.Diego Novillo2015-11-201-4/+4
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-131-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-0513-42/+42
* SamplePGO - Count sample records in embedded profiles when computing coverage.Diego Novillo2015-10-312-0/+137
* Revert r251593.Diego Novillo2015-10-291-1/+1
* Tweak test check pattern to fix bot failure.Diego Novillo2015-10-291-1/+1
* SamplePGO - Add flag to check sampling coverage.Diego Novillo2015-10-282-0/+50
* Fix SamplePGO segfault when debug info is missing.Diego Novillo2015-10-272-0/+41
* SamplePGO - Add optimization reports.Diego Novillo2015-10-262-0/+192
* Cleanup test case debug info. NFC.Diego Novillo2015-10-261-1/+1
* Tolerate negative offset when matching sample profile.Dehao Chen2015-10-212-0/+86
* Sample profiles - Re-arrange binary format to emit head samples only on top f...Diego Novillo2015-10-161-0/+0
* Sample profiles - Add a name table to the binary encoding.Diego Novillo2015-10-131-0/+0
* Add inline stack streaming to binary sample profiles.Diego Novillo2015-10-091-0/+0
* Update sample profile propagation algorithm.Dehao Chen2015-10-014-109/+207
* Add unittest for new samle profile format.Dehao Chen2015-09-302-0/+115
* http://reviews.llvm.org/D13145Dehao Chen2015-09-3012-59/+59
* Revert r248810 which breaks tests.Dehao Chen2015-09-292-249/+0
* http://reviews.llvm.org/D13231Dehao Chen2015-09-292-0/+249
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-255-29/+29
* Temporarily fix gcov failures in big-endian hosts.Diego Novillo2015-09-171-1/+1
* GCC AutoFDO profile reader - Initial support.Diego Novillo2015-09-172-0/+218
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-286-10/+10
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-035-5/+5
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-7/+7
* Add function entry counts from sample profiles.Diego Novillo2015-05-132-0/+27
* Allow 0-weight branches in BranchProbabilityInfo.Diego Novillo2015-05-063-14/+14
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-295-134/+134
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-164-4/+4
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-271-1/+1
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-161-2/+2
* 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-134-4/+4
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-035-70/+70
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-274-42/+42
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
OpenPOWER on IntegriCloud