summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GCOVProfiling
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-243-5/+5
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-178-0/+522
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-178-522/+0
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-1/+1
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-097-11/+11
* [GCOV] Emit the writeout function as nested loops of global data.Chandler Carruth2018-05-021-3/+66
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-1/+1
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-157-61/+69
* [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
* llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead o...NAKAMURA Takumi2016-09-021-1/+1
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-0/+27
* [PM] Port GCOVProfiler pass to the new pass managerXinliang David Li2016-06-057-0/+33
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-4/+4
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-157-23/+17
* 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-312-2/+2
* [GCOV] Avoid emitting profile arcs for module and skeleton CUsVedant Kumar2016-01-211-0/+12
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-056-19/+19
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-286-10/+10
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-036-6/+6
* 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-296-85/+85
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-2/+2
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-271-1/+1
* Update a test I missed in r233132Justin Bogner2015-03-241-1/+1
* GCOV: Make the exit block placement from r223193 optionalJustin Bogner2015-03-161-7/+16
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-161-2/+2
* Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith2015-03-151-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+2
* Prefer pipes over temporary files in a feeble attempt to stabilize this test ...Benjamin Kramer2015-03-111-3/+2
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-036-69/+69
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-272-9/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-146-18/+18
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-156-125/+125
* 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
* Relax the gcov version.ll test to check '.' instead of '\*'Reid Kleckner2014-11-131-2/+2
* GCOV: Make sure that function idents in the .gcda and .gcno matchJustin Bogner2014-11-061-0/+56
* llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. U...NAKAMURA Takumi2014-11-053-9/+3
* Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.NAKAMURA Takumi2014-11-043-0/+6
* Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi2014-11-043-6/+0
* llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in rege...NAKAMURA Takumi2014-11-041-2/+1
OpenPOWER on IntegriCloud