summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/debuginfo.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+119
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-119/+0
* Re-apply "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue"Bjorn Pettersson2018-06-151-2/+4
* Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareTo...Bjorn Pettersson2018-06-141-4/+2
* [DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValueBjorn Pettersson2018-06-141-2/+4
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-2/+2
* [InstCombine] Add a flag to disable LowerDbgDeclareReid Kleckner2017-09-131-26/+85
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-3/+3
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-24/+24
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-271-1/+1
* Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith2015-03-151-3/+3
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-18/+18
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-4/+4
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-29/+29
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-16/+16
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-16/+16
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-16/+16
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-4/+4
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-4/+4
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-4/+4
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-0/+2
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-2/+2
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-2/+2
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-9/+10
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+2
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-021-12/+7
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-12/+12
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-12/+12
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+4
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-2/+2
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-3/+4
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-111-14/+15
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-2/+2
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-091-2/+2
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-171-0/+57
OpenPOWER on IntegriCloud