- 12 Dec, 2006 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 16 Oct, 2006 1 commit
-
-
Simon Marlow authored
-
- 14 Oct, 2006 2 commits
-
-
Samuel Bronson authored
-
Samuel Bronson authored
-
- 07 Apr, 2006 1 commit
-
-
Simon Marlow authored
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
-
- 07 Jun, 2005 1 commit
-
-
simonmar authored
Various updates and improvements.
-
- 02 Apr, 2004 1 commit
-
-
simonmar authored
Some updates I've had sitting in my tree for a while: - when there are two logs only, print a summary table at the beginning of the output with columns for allocs, runtime, memory reads/writes, instrs. - handle multiple runs of each program, and average the results. (changes to nofib build system to follow).
-
- 18 Sep, 2002 1 commit
-
-
simonmar authored
Add support for slurping in nofib dumps created with EXTRA_RUNTEST_OPTS=-cachegrind, and output tables for number of instructions, memory reads/writes, and cache misses.
-
- 21 Aug, 2002 1 commit
-
-
simonmar authored
fromInt ==> fromIntegral
-
- 28 Feb, 2002 1 commit
-
-
keithw authored
Un-rot nofib-analyse, so it compiles with ghc-5.02.2. * add a regexp for GNU time 1.7 * import Html hiding ((!)) now hides Html.! as well as !, so add an import qualified Html ((!)) as well. * compile Printf with -fvia-c to work around bug in foreign import of snprintf (was always printing "0.00" no matter what input given).
-
- 21 Feb, 2001 1 commit
-
-
simonmar authored
Make this work with GHC 4.08, and remove duplicate (old) copy of Andy Gill's HTML combinator package.
-
- 05 Jul, 2000 1 commit
-
-
keithw authored
Add -t flag to specify title of report.
-
- 02 Mar, 2000 1 commit
-
-
keithw authored
Move `Average' line back to bottom of table to save confusion.
-
- 01 Mar, 2000 1 commit
-
-
keithw authored
Display (overall) averages for per-module statistics as well as for per-program statistics. Also, with `-d' (default; `-n' to turn off) compute geometric standard deviations and display +/- 1 s.d. points as well as average. Note that since these are *geometric*, the lower point will appear closer to the average than the upper. This is correct behaviour.
-
- 12 Nov, 1999 1 commit
-
-
simonmar authored
Initial revision
-