aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/X86/empty-and-one-elem-array.ll
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-34/+34
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-21/+21
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-21/+21
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-21/+21
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-3/+3
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-3/+3
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-3/+3
2014-10-01Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_boundDavid Blaikie1-6/+3
2014-09-04[ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss1-1/+1
2014-06-13DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie1-5/+5
2014-05-27DebugInfo: Lazily attach definition attributes to definitions.David Blaikie1-5/+5
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: instead of calling addToContextOwner which constructs the contextManman Ren1-13/+17
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" for containing-typeManman Ren1-5/+5
2013-09-04Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher1-16/+18
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-5/+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-14/+14
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-14/+14
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie1-1/+1
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-6/+6
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie1-9/+9
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-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-04Add a name for the anonymous type we're creating for subrangeEric Christopher1-18/+18
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling1-2/+3
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling1-0/+92