summaryrefslogtreecommitdiff
path: root/test/Transforms/GCOVProfiling
AgeCommit message (Expand)Author
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-09-02llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead o...NAKAMURA Takumi
2016-08-31Add -fprofile-dir= to clang.Nick Lewycky
2016-06-05[PM] Port GCOVProfiler pass to the new pass managerXinliang David Li
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-01-21[GCOV] Avoid emitting profile arcs for module and skeleton CUsVedant Kumar
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-24Update a test I missed in r233132Justin Bogner
2015-03-16GCOV: Make the exit block placement from r223193 optionalJustin Bogner
2015-03-16DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-11Prefer pipes over temporary files in a feeble attempt to stabilize this test ...Benjamin Kramer
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-12-03Fix test to use the right metadata node (reapply r223239 plus a fix) and also...Nick Lewycky
2014-12-03Revert r223239, which broke some bots.Alexander Potapenko
2014-12-03Fix the metadata number used by llvm.gcov to match the number of the inserted...Alexander Potapenko
2014-12-03Emit the entry block first and the exit block second, then all the blocks in ...Nick Lewycky
2014-11-13Relax the gcov version.ll test to check '.' instead of '\*'Reid Kleckner
2014-11-06GCOV: Make sure that function idents in the .gcda and .gcno matchJustin Bogner
2014-11-05llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. U...NAKAMURA Takumi
2014-11-04Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.NAKAMURA Takumi
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi
2014-11-04llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in rege...NAKAMURA Takumi
2014-10-22test: Make this test runnable in directories with @ in their namesJustin Bogner
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl