aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/X86/nondefault-subrange-array.ll
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-20/+20
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-13/+13
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-13/+13
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-13/+13
2014-10-01Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_boundDavid Blaikie1-1/+1
2014-09-04[ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss1-1/+1
2014-04-03DebugInfo: Use a 64 bit type for the subrangeDavid Blaikie1-3/+3
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-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren1-11/+12
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren1-9/+10
2013-09-08Debug Info Testing: update context from empty string to null.Manman Ren1-2/+2
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-19llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie1-9/+9
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-9/+9
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-9/+9
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie1-1/+1
2013-03-21Remove unused field in DISubprogramDavid Blaikie1-1/+1
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-1/+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-03-11Upgrading debug info test cases to be (more) compatible with the current debu...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-04Add a name for the anonymous type we're creating for subrangeEric Christopher1-15/+16
2012-12-06Handle non-default array bounds.Bill Wendling1-0/+48