On llvm-dev there was a recent question about -stats, namely that it did not print out statistics about passes with the -stats opt flag.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-February/082409.html
The answer is that assertions must be enabled.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-February/082461.html
This commit adds that information to the programmers manual document.