summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GCOVProfiling/version.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+38
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-38/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-151-16/+17
* [PM] Port GCOVProfiler pass to the new pass managerXinliang David Li2016-06-051-0/+8
* [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
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-8/+8
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-161-2/+2
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-8/+8
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-1/+1
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-12/+12
* Relax the gcov version.ll test to check '.' instead of '\*'Reid Kleckner2014-11-131-2/+2
* llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. U...NAKAMURA Takumi2014-11-051-3/+1
* Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.NAKAMURA Takumi2014-11-041-0/+2
* Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi2014-11-041-2/+0
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-6/+6
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-6/+6
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-6/+6
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-0/+2
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-201-2/+2
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-1/+1
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-5/+6
* Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi2013-03-251-0/+2
* Don't assume the test directory is writable, use %T to find a writableNick Lewycky2013-03-201-5/+5
* Remove a change to the debug info in this test, that I made while testingNick Lewycky2013-03-141-1/+1
* Try using %S to find the emitted .gcno file.Nick Lewycky2013-03-141-5/+5
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-0/+27
OpenPOWER on IntegriCloud