summaryrefslogtreecommitdiff
path: root/ghc/utils/prof/cgprof/cgprof.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-071-1284/+0
| | | | | | | | | | | | | | | 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.
* [project @ 2004-08-13 13:04:50 by simonmar]simonmar2004-08-131-2/+2
| | | | Merge backend-hacking-branch onto HEAD. Yay!
* [project @ 2004-07-09 16:47:59 by sof]sof2004-07-091-8/+8
| | | | tidy up gcc warnings re: %-related format specifiers, mainly rewriting \%%\% to %%%%
* [project @ 2003-08-01 14:58:47 by panne]panne2003-08-011-11/+2
| | | | Warning police: Nuked unused variables.
* [project @ 2003-08-01 14:50:48 by panne]panne2003-08-011-65/+65
| | | | | Warning police: GCC complains about built-in function `log' being used as a non-function, so let's rename it to logFile.
* [project @ 2002-10-05 22:18:45 by panne]panne2002-10-051-3/+3
| | | | Warning police #12: Multi-line string literals are uncool.
* [project @ 2000-04-05 10:06:36 by simonmar]simonmar2000-04-051-0/+1293
Add new profiling tool (probably non-working so far).