summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/InstCombine/debuginfo.ll
AgeCommit message (Expand)Author
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2024-08-07[debuginfo] replace usage of undef with poison as placeholder [NFC]Nuno Lopes
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2023-11-30[DebugInfo][RemoveDIs] Handle DPValues at remaining dbg.value using sites (#7...Jeremy Morse
2022-10-21[test] Use -passes in more Transforms testsBjorn Pettersson
2022-10-03[test][InstCombine] Update some test cases to use opaque pointersBjorn Pettersson
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-06-15Re-apply "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue"Bjorn Pettersson
2018-06-14Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareTo...Bjorn Pettersson
2018-06-14[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValueBjorn Pettersson
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-09-13[InstCombine] Add a flag to disable LowerDbgDeclareReid Kleckner
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
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-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith
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-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
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
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-10-07Change objectsize intrinsic to accept different address spaces.Matt Arsenault
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-29Debug Info: update testing cases to pass verifier.Manman Ren
2013-07-25Current batch of -disable-debug-info-verifier.Rafael Espindola
2013-06-28Debug Info: clean up usage of Verify.Manman Ren
2013-06-27Update testing case to make DI nodes have the correct format.Manman Ren
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid 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