summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/tu-composite.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer ↵David Blaikie2014-02-041-1/+1
| | | | | | | | | | | emits zero-length arrays as {i32 0} A bunch of test cases needed to be cleaned up for this, many my fault - when implementid imported modules I updated test cases by simply duplicating the prior metadata field - which wasn't always the empty metadata entry. llvm-svn: 200731
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ↵Timur Iskhodzhanov2014-01-301-1/+1
| | | | | | | | triple' This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 llvm-svn: 200440
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-1/+2
| | | | | | | | We are going to drop debug info without a version number or with a different version number, to make sure we don't crash when we see bitcode files with different debug info metadata format. llvm-svn: 195504
* Debug Info Testing Case: check for the name of a structure.Manman Ren2013-10-111-0/+1
| | | | llvm-svn: 192478
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-1/+8
| | | | | | | | DIScopeRef. A paired commit at clang is required due to changes to DIBuilder. llvm-svn: 192378
* Add comments to debug info testing case.Manman Ren2013-10-101-0/+8
| | | | llvm-svn: 192376
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-39/+60
| | | | | | | | template_value are updated to use DIRef. A paired commit at clang is required due to changes to DIBuilder. llvm-svn: 192320
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-091-34/+46
| | | | | | to use DIScopeRef. llvm-svn: 192309
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-091-31/+41
| | | | | | | | to use DIScopeRef. A paired commit at clang is required due to changes to DIBuilder. llvm-svn: 192256
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-081-27/+48
| | | | | | typedef are updated to use DIScopeRef. llvm-svn: 192254
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-081-2/+12
| | | | | | | | is updated to use DITypeRef. A paired commit at clang is required due to changes to DIBuilder. llvm-svn: 192251
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-081-12/+38
| | | | | | | | is updated to use DITypeRef. A paired commit at clang is required due to changes to DIBuilder. llvm-svn: 192246
* Debug Info: update testing to reflect r192018.Manman Ren2013-10-081-2/+4
| | | | llvm-svn: 192224
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+3
| | | | | | | | a DISubprogram. Verifier is updated accordingly. llvm-svn: 190229
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-3/+3
| | | | | | | | Field 2 of DIType (Context), field 9 of DIDerivedType (TypeDerivedFrom), field 12 of DICompositeType (ContainingType), fields 2, 7, 12 of DISubprogram (Context, Type, ContainingType). llvm-svn: 190205
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-0/+64
a DICompositeType. Verifier is updated accordingly. llvm-svn: 190190
OpenPOWER on IntegriCloud