summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/debugloc.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-06-191-3/+6
* Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...Orlando Cazalet-Hyams2019-06-121-6/+3
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-06-111-3/+6
* revert r360162 as it breaks most of the buildbotsKostya Serebryany2019-05-071-6/+3
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-05-071-3/+6
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+89
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-89/+0
* Avoid dbg.value use-before-def in a few tests (NFC)Vedant Kumar2018-08-211-6/+6
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-7/+7
* [LV] Test once if vector trip count is zero, instead of twiceAyal Zaks2017-07-191-1/+1
* Update vectorization debug info unittest.Dehao Chen2016-11-091-11/+11
* [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
* [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...James Molloy2015-09-021-1/+1
* [LV] Pull creation of trip counts into a helper function.James Molloy2015-09-021-1/+1
* 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-4/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-25/+25
* 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-6/+6
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-15/+15
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-5/+5
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-30/+30
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-13/+13
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-13/+13
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-13/+13
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+8
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-8/+8
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+8
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-1/+2
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-301-4/+1
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-221-9/+9
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-281-0/+92
OpenPOWER on IntegriCloud