summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/debug-info-s16-reg.ll
AgeCommit message (Expand)Author
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-03-16PR32288: More efficient encoding for DWARF expr subregister access.Adrian Prantl
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith
2015-04-03Verifier: Check that inlined-at locations agreeDuncan P. N. Exon Smith
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-03-02Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl
2015-03-02Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl
2015-03-02Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl
2015-03-02Revert r230930, it caused PR22747.Nico Weber
2015-03-02Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2015-01-12Debug info: Factor out the creation of DWARF expressions from AsmPrinterAdrian Prantl
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-08-06DebugInfo: Assert that any CU for which debug_loc lists are emitted, has at l...David Blaikie
2014-02-27Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-07-26Debug Info Verifier: enable verification of DICompileUnit.Manman Ren
2013-07-25Debug Info: improve the verifier to check field types.Manman Ren
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-08Upgrade tests to the latest debug info format.David Blaikie