- 13 Dec, 2006 2 commits
-
-
andy@galois.com authored
-
andy@galois.com authored
- Added HPCRIX support for passing tracer filename. - Added thread tracing support. - Cleaned up use of HsFFI.h
-
- 09 Dec, 2006 1 commit
-
-
andy@galois.com authored
-
- 30 Nov, 2006 1 commit
-
-
andy@galois.com authored
-
- 10 Nov, 2006 1 commit
-
-
sven.panne@aedion.de authored
-
- 25 Oct, 2006 1 commit
-
-
andy@galois.com authored
-
- 24 Oct, 2006 1 commit
-
-
andy@galois.com authored
This large checkin is the new ghc version of Haskell Program Coverage, an expression-level coverage tool for Haskell. Parts: - Hpc.[ch] - small runtime support for Hpc; reading/writing *.tix files. - Coverage.lhs - Annotates the HsSyn with coverage tickboxes. - New Note's in Core, - TickBox -- ticked on entry to sub-expression - BinaryTickBox -- ticked on exit to sub-expression, depending -- on the boolean result. - New Stg level TickBox (no BinaryTickBoxes, though) You can run the coverage tool with -fhpc at compile time. Main must be compiled with -fhpc.
-