[PATCH] llvm-cov: Added -a option for block data.

Yuchen Wu yuchenericwu at hotmail.com
Mon Dec 2 11:37:38 PST 2013


Minor update: Removed isTrivialBlock(). It is no longer necessary due to r195513.

----------------------------------------
> From: yuchenericwu at hotmail.com
> To: llvm-commits at cs.uiuc.edu
> Subject: RE: [PATCH] llvm-cov: Added -a option for block data.
> Date: Tue, 19 Nov 2013 17:42:34 -0500
>
> Also updated commit message:
>
> llvm-cov: Added -a option for block data.
>
> Similar to gcov, llvm-cov will now print out the block count at the end
> of each block. Multiple blocks can end on the same line.
>
> One computational difference is by using -a, llvm-cov will no longer
> simply add the block counts together to form a line count. Instead, it
> will take the maximum of the block counts on that line. This has a
> similar effect to what gcov does, but generates more correct counts in
> certain scenarios.
>
> ----------------------------------------
> From: yuchenericwu at hotmail.com
> To: llvm-commits at cs.uiuc.edu
> Subject: RE: [PATCH] llvm-cov: Added -a option for block data.
> Date: Tue, 19 Nov 2013 17:34:03 -0500
>
>
> Updated.
>
> ----------------------------------------
> From: yuchenericwu at hotmail.com
> To: llvm-commits at cs.uiuc.edu
> Subject: [PATCH] llvm-cov: Added -a option for block data.
> Date: Wed, 6 Nov 2013 18:28:53 -0500
>
>
> llvm-cov: Added -a option for block data.
>
> Similar to gcov, llvm-cov will now print out the block count at the end
> of each block. Multiple blocks can end on the same line.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-llvm-cov-Added-a-option-for-block-data.patch
Type: application/octet-stream
Size: 6417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131202/586d9290/attachment.obj>


More information about the llvm-commits mailing list