summaryrefslogtreecommitdiff
path: root/test/Transforms/AddDiscriminators
AgeCommit message (Expand)Author
2017-04-11[AddDiscriminators] Assign discriminators to MemIntrinsic calls.Andrea Di Biagio
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2017-02-10Encode duplication factor from loop vectorization and loop unrolling to discr...Dehao Chen
2016-10-26Introduce updateDiscriminator interface to DILocation to make it cleaner assi...Dehao Chen
2016-10-24add-discriminators: Fix handling of lexical scopes.Adrian Prantl
2016-08-05Do not assign new discriminator for all intrinsics.Dehao Chen
2016-06-15[PM] Port Add discriminator pass to new PMXinliang David Li
2016-05-05Revert http://reviews.llvm.org/D19926 as it breaks tests.Dehao Chen
2016-05-05Simplify CFG before assigning discriminator.Dehao Chen
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-14Update discriminator assignment algorithm to handle nested call correctly.Dehao Chen
2016-04-11[DebugInfo] Fix even more tests to include DICompileunit.Davide Italiano
2016-04-11Update discriminator testcases to use proper NoDebug CUs instead of omittingAdrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-03-11Remove llvm::getDISubprogram in favor of Function::getSubprogramPete Cooper
2015-11-19Reimplement discriminator assignment algorithm.Dehao Chen
2015-11-16Don't generate discriminators for calls to debug intrinsicsPavel Labath
2015-11-11SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminatorsDiego Novillo
2015-11-09Add discriminators for call instructions that are from the same line and same...Dehao Chen
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-10-30Recommit r251680 (also need to update clang test)Dehao Chen
2015-10-30Remove oneline.ll test.Dehao Chen
2015-10-30Revert r251680:Dehao Chen
2015-10-30Update the discriminator assignment algorithmDehao Chen
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-16DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-08-21Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie
2014-04-17Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo
2014-03-03Pass to emit DWARF path discriminators.Diego Novillo