summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/AddDiscriminators
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-3/+3
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-247-11/+11
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1712-0/+924
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1712-924/+0
* treat invoke like callDavid Callahan2019-01-151-0/+134
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-0910-11/+11
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [AddDiscriminators] Assign discriminators to MemIntrinsic calls.Andrea Di Biagio2017-04-111-0/+104
* Add address space mangling to lifetime intrinsicsMatt Arsenault2017-04-101-4/+4
* Encode duplication factor from loop vectorization and loop unrolling to discr...Dehao Chen2017-02-108-19/+19
* Introduce updateDiscriminator interface to DILocation to make it cleaner assi...Dehao Chen2016-10-261-3/+1
* add-discriminators: Fix handling of lexical scopes.Adrian Prantl2016-10-242-4/+92
* Do not assign new discriminator for all intrinsics.Dehao Chen2016-08-051-0/+6
* [PM] Port Add discriminator pass to new PMXinliang David Li2016-06-159-0/+9
* Revert http://reviews.llvm.org/D19926 as it breaks tests.Dehao Chen2016-05-052-6/+19
* Simplify CFG before assigning discriminator.Dehao Chen2016-05-052-19/+6
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-159-29/+21
* Update discriminator assignment algorithm to handle nested call correctly.Dehao Chen2016-04-141-0/+50
* [DebugInfo] Fix even more tests to include DICompileunit.Davide Italiano2016-04-111-0/+2
* Update discriminator testcases to use proper NoDebug CUs instead of omittingAdrian Prantl2016-04-115-30/+10
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-017-7/+7
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-313-3/+3
* Remove llvm::getDISubprogram in favor of Function::getSubprogramPete Cooper2016-03-111-1/+1
* Reimplement discriminator assignment algorithm.Dehao Chen2015-11-192-4/+76
* Don't generate discriminators for calls to debug intrinsicsPavel Labath2015-11-161-0/+30
* SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminatorsDiego Novillo2015-11-116-5/+29
* Add discriminators for call instructions that are from the same line and same...Dehao Chen2015-11-091-0/+48
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-055-10/+10
* Recommit r251680 (also need to update clang test)Dehao Chen2015-10-301-0/+98
* Remove oneline.ll test.Dehao Chen2015-10-301-0/+0
* Revert r251680:Dehao Chen2015-10-301-98/+0
* Update the discriminator assignment algorithmDehao Chen2015-10-301-0/+98
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-284-7/+7
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-034-4/+4
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-294-62/+62
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-162-4/+5
* Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith2015-03-151-1/+1
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-034-65/+70
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-274-15/+15
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-144-20/+20
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-154-85/+85
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-034-35/+35
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-024-35/+35
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-024-35/+35
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+2
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-2/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+2
* Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie2014-08-214-7/+7
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-171-0/+71
OpenPOWER on IntegriCloud