[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / test / Transforms / SampleProfile /
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-24 Diego NovilloSamplePGO - Add test for hot/cold inlined functions.
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-20 Diego NovilloSamplePGO - Tweak RUN command for a test. NFC.
2015-11-20 Diego NovilloSamplePGO - Do not count never-executed inlined functio...
2015-11-20 Diego NovilloSamplePGO - Add line offset and discriminator informati...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-31 Diego NovilloSamplePGO - Count sample records in embedded profiles...
2015-10-29 Diego NovilloRevert r251593.
2015-10-29 Diego NovilloTweak test check pattern to fix bot failure.
2015-10-28 Diego NovilloSamplePGO - Add flag to check sampling coverage.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-26 Diego NovilloSamplePGO - Add optimization reports.
2015-10-26 Diego NovilloCleanup test case debug info. NFC.
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-09-30 Dehao ChenAdd unittest for new samle profile format.
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Dehao ChenRevert r248810 which breaks tests.
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-17 Diego NovilloTemporarily fix gcov failures in big-endian hosts.
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-05-13 Diego NovilloAdd function entry counts from sample profiles.
2015-05-06 Diego NovilloAllow 0-weight branches in BranchProbabilityInfo.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-10-30 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-10-22 Diego NovilloChange error to warning when a profile cannot be found.
2014-10-22 Diego NovilloSupport using sample profiles with partial debug info.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-03-18 Diego NovilloTolerate unmangled names in sample profiles.
2014-03-15 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Suppress...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-10 Diego NovilloUse discriminator information in sample profiles.
2014-01-11 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Eliminate...
2014-01-10 Diego NovilloExtend and simplify the sample profile input file.
2014-01-10 Diego NovilloPropagation of profile samples through the CFG.
2013-12-03 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2013-12-02 Diego NovilloAdd tests for profile sample file parsing.
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.