[LLVMdev] compiler code coverage

John Regehr regehr at cs.utah.edu
Mon Sep 8 21:55:12 PDT 2008


I ran across these awesome coverage reports for llvm:

   http://chandlerc.net/llvm-coverage/

Anyone interested in seeing how much of a coverage increase is gotten by 
compiling random programs?

   http://www.cs.utah.edu/~eeide/emsoft08/

It may be profitable to create a new category of programs in the test 
suite: random programs that cause otherwise-uncovered parts of the 
compiler to execute.

John



More information about the llvm-dev mailing list