summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/objc-fwd-decl.ll
AgeCommit message (Expand)AuthorFilesLines
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-6/+6
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-7/+7
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-13/+13
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-6/+6
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-6/+6
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-6/+6
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-1/+2
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren1-1/+1
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-1/+1
2013-08-19llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie1-2/+2
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-4/+4
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-4/+4
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-1/+1
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David 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-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
2012-08-01Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher1-3/+3
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher1-3/+3
2012-03-19llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi1-0/+27