summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/DW_AT_object_pointer.ll
AgeCommit message (Expand)AuthorFilesLines
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-6/+6
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-3/+3
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-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-33/+33
2015-03-28DebugInfo: Fix testcases with invalid MDSubprogram nodesDuncan P. N. Exon Smith1-3/+1
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-26/+26
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-3/+3
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-9/+9
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-41/+41
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-25/+25
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-25/+25
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-25/+25
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
2014-06-13DebugInfo: Refactor some tests to allow DW_AT_name to not be the first attrib...David Blaikie1-1/+2
2014-04-30Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie1-18/+3
2014-04-30Emit DW_AT_object_pointer once, on the declaration, for each function.David Blaikie1-3/+18
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie1-1/+1
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-10-29Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren1-1/+1
2013-09-08Debug Info Testing: update context from empty string to null.Manman Ren1-3/+3
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren1-2/+2
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-3/+3
2013-08-19DebugInfo: don't emit zero-length names for parametersDavid Blaikie1-3/+5
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie1-1/+1
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher1-1/+1
2013-04-19PR14606: debug info imported_module supportDavid Blaikie1-1/+1
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie1-15/+15
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-15/+15
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie1-2/+2
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie1-4/+4
2013-03-21Remove unused field in DISubprogramDavid Blaikie1-4/+4
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie1-1/+1
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie1-1/+1
2013-03-20Remove unused field in DICompileUnitDavid Blaikie1-1/+1
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie1-2/+2
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie1-4/+4
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-3/+4
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie1-1/+1
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie1-1/+1
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie1-1/+1
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie1-1/+1
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie1-4/+2
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky1-1/+1
2013-01-05Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie1-7/+14
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher1-2/+2
2012-09-12Recommit, with fixes:Eric Christopher1-0/+79