summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GCOVProfiling/return-block.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-2/+2
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+84
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-84/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-1/+1
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-151-11/+12
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-1/+1
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-1/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+1
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-1/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+1
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-2/+2
* [PM] Port GCOVProfiler pass to the new pass managerXinliang David Li2016-06-051-0/+9
* [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
* 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
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-12/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-2/+2
* GCOV: Make the exit block placement from r223193 optionalJustin Bogner2015-03-161-7/+16
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-9/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* 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-20/+20
* Fix test to use the right metadata node (reapply r223239 plus a fix) and also...Nick Lewycky2014-12-031-2/+2
* Revert r223239, which broke some bots.Alexander Potapenko2014-12-031-1/+1
* Fix the metadata number used by llvm.gcov to match the number of the inserted...Alexander Potapenko2014-12-031-1/+1
* Emit the entry block first and the exit block second, then all the blocks in ...Nick Lewycky2014-12-031-0/+66
OpenPOWER on IntegriCloud