aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/two-cus-from-same-file.ll
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-32/+32
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-18/+18
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-18/+18
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-18/+18
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-08-06DebugInfo: Assert that any CU for which debug_loc lists are emitted, has at l...David Blaikie1-2/+2
2014-05-14DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie1-2/+1
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie1-1/+1
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-2/+2
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-2/+2
2013-07-25Debug Info: improve the verifier to check field types.Manman Ren1-10/+10
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie1-2/+2
2013-04-10Add object-emission flag for lit tests. This flag is usedJyotsna Verma1-1/+2
2013-03-25XFAIL DebugInfo tests for Hexagon.Jyotsna Verma1-0/+1
2013-03-21Remove unused field in DISubprogramDavid Blaikie1-2/+2
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie1-2/+2
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie1-2/+2
2013-03-20Remove unused field in DICompileUnitDavid Blaikie1-2/+2
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-2/+2
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie1-2/+2
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie1-2/+2
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie1-6/+3
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky1-1/+1
2012-12-03Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky1-6/+4
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky1-0/+74