aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/array.ll
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-18/+18
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-11/+11
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-11/+11
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-11/+11
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-2/+2
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov1-1/+1
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren1-3/+3
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-2/+2
2013-07-26Debug Info Verifier: enable verification of DICompileUnit.Manman Ren1-1/+2
2013-07-25Debug Info: improve the verifier to check field types.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-7/+7
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-7/+7
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie1-1/+1
2013-03-21Remove unused field in DISubprogramDavid 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-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-2/+3
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-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie1-1/+1
2013-03-08Upgrade tests to the latest debug info format.David Blaikie1-10/+11
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling1-1/+1
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling1-1/+1
2011-04-08Add radar number for future reference.Devang Patel1-1/+1
2011-04-08Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel1-0/+34