name='generator' content='cgit v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/multiple-at-const-val.ll
AgeCommit message (Expand)AuthorFilesLines
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-3/+2
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl1-1/+1
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl1-1/+1
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-2/+2
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-1/+1
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-21/+21
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-22/+22
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-29/+29
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-20/+20
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-20/+20
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-20/+20
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-1/+1
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-1/+1
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-1/+1
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie1-2/+2
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-09-08Debug Info Testing: update context from empty string to null.Manman Ren1-1/+1
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren1-2/+2
2013-08-27Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher1-1/+1
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-3/+3
2013-07-26Debug Info Verifier: enable verification of DICompileUnit.Manman Ren1-2/+2
2013-07-24Update testing cases to pass debug info verifier.Manman Ren1-3/+3
2013-07-19Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren1-1/+1
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-12/+12
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-12/+12
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-3/+3
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie1-5/+5
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-2/+4
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie1-2/+2
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-8/+4
2013-02-02Removing ssp and uwtable from the testcaseManman Ren1-1/+1
2013-02-01[Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren1-0/+63