summaryrefslogtreecommitdiff
path: root/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
AgeCommit message (Expand)AuthorFilesLines
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-2/+2
2015-08-28DI: Update tests before adding !dbg subprogram attachmentsDuncan P. N. Exon Smith1-2/+12
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-2/+2
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-4/+4
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith1-4/+4
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-23/+23
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith1-3/+3
2015-04-03Verifier: Check that inlined-at locations agreeDuncan P. N. Exon Smith1-3/+3
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith1-1/+1
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith1-4/+4
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-15/+15
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-4/+4
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-5/+5
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-27/+27
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-14/+14
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-14/+14
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-14/+14
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-5/+5
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-5/+5
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-5/+5
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-2/+2
2013-07-29Debug Info: update testing cases to pass verifier.Manman Ren1-1/+3
2013-07-25Debug Info: improve the verifier to check field types.Manman Ren1-7/+7
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie1-9/+9
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-9/+9
2013-03-21Remove unused field in DISubprogramDavid Blaikie1-2/+2
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-1/+2
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie1-1/+1
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie1-13/+13
2010-06-04Copy location info for current function argument from dbg.declare if respecti...Devang Patel1-1/+1
2010-05-28Add missing space; works for me.Dale Johannesen1-1/+1
2010-05-27Do not drop location info for inlined function args.Devang Patel1-0/+52