summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/SystemZ
AgeCommit message (Expand)Author
2024-01-09[MC,ELF] .section: unconditionally print section flag 'G' after 'o'Fangrui Song
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-10-12[test][DebugInfo] Convert some test cases to opaque pointers. NFCBjorn Pettersson
2022-01-27[SystemZ] Implement orderFrameObjects().Jonas Paulsson
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2018-12-22llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-08-29[dwarfdump] Pretty print location expressions and location listsReid Kleckner
2016-06-28[SystemZ] Save/restore r6 and r7 if function contains landing pad.Marcin Koscielnicki
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
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-01-26Followup to 258750; update more tests to use .p2align .Dan Gohman
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-11-05Remove windows line endings introduced by r252177. NFC.Tim Northover
2015-11-05[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.Oleg Ranevskyy
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-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-27Use CIE version 1 for .eh_frame.Rafael Espindola
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
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-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
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
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-06Add some tests for RelocVisitor.Eric Christopher
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-07-10[SystemZ] Fix FPR dwarf numberingRichard Sandiford
2014-06-19Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard
2014-06-13DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2014-05-23DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie
2014-01-13[SystemZ] Add "volatile" to a dead store in variable-loc.llRichard Sandiford
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-09-20Move emission of the debug string table to early in the debugEric Christopher