[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / GCOVProfiling /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-24 Justin BognerUpdate a test I missed in r233132
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-11 Benjamin KramerPrefer pipes over temporary files in a feeble attempt...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-03 Nick LewyckyFix test to use the right metadata node (reapply r22323...
2014-12-03 Alexander PotapenkoRevert r223239, which broke some bots.
2014-12-03 Alexander PotapenkoFix the metadata number used by llvm.gcov to match...
2014-12-03 Nick LewyckyEmit the entry block first and the exit block second...
2014-11-13 Reid KlecknerRelax the gcov version.ll test to check '.' instead...
2014-11-06 Justin BognerGCOV: Make sure that function idents in the .gcda and...
2014-11-05 NAKAMURA Takumillvm/test/Transforms/GCOVProfiling: Avoid to parse...
2014-11-04 NAKAMURA TakumiDisable 3 tests in llvm/test/Transforms/GCOVProfiling...
2014-11-04 NAKAMURA TakumiRemove "REQUIRES:shell" from tests. They work for me.
2014-11-04 NAKAMURA Takumillvm/test/Transforms/GCOVProfiling/linezero.ll: Use...
2014-10-22 Justin Bognertest: Make this test runnable in directories with ...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-06-05 Nick LewyckyFix coverage for files with global constructors again...
2014-06-03 Nick LewyckyIgnore line numbers on debug intrinsics. Add an assert...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-25 NAKAMURA TakumiDisable, for now, llvm/test/Transforms/GCOVProfiling...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 Nick LewyckyDon't assume the test directory is writable, use %T...
2013-03-19 Nick LewyckyEmit the linkage name instead of the function name...
2013-03-14 Nick LewyckyRemove a change to the debug info in this test, that...
2013-03-14 Nick LewyckyTry using %S to find the emitted .gcno file.
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...