summaryrefslogtreecommitdiff
path: root/ghc/compiler/profiling
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 1998-02-03 17:13:54 by simonm]simonm1998-02-031-3/+2
| | | | | | | | - Fixes for bootstrapping with 3.01. - Use 'official' extension interfaces rather than internal prelude modules (such as ArrBase) where possible. - Remove some cruft. - Delete some unused imports found by '-fwarn-unused-imports'.
* [project @ 1998-01-08 18:03:08 by simonm]simonm1998-01-082-90/+73
| | | | | | | | | | | | | | | | | | | The Great Multi-Parameter Type Classes Merge. Notes from Simon (abridged): * Multi-parameter type classes are fully implemented. * Error messages from the type checker should be noticeably improved * Warnings for unused bindings (-fwarn-unused-names) * many other minor bug fixes. Internally there are the following changes * Removal of Haskell 1.2 compatibility. * Dramatic clean-up of the PprStyle stuff. * The type Type has been substantially changed. * The dictionary for each class is represented by a new data type for that purpose, rather than by a tuple.
* [project @ 1997-10-19 21:42:34 by sof]sof1997-10-191-8/+3
| | | | Drop use of opt_CompilingGhcInternals
* [project @ 1997-07-25 23:02:02 by sof]sof1997-07-251-8/+6
| | | | always pin on module name on auto-scc labels;make CC_ decls global(temp)
* [project @ 1997-06-06 22:27:06 by sof]sof1997-06-061-11/+11
| | | | last minute 2.04 fixes
* [project @ 1997-06-05 20:39:04 by sof]sof1997-06-051-17/+32
| | | | updated (and fixed!) printing of scc labels
* [project @ 1997-06-05 20:37:54 by sof]sof1997-06-051-2/+1
| | | | updated imports
* [project @ 1997-05-26 02:14:40 by sof]sof1997-05-262-2/+2
| | | | Updated to reflect move of PprStyle to Outputable
* [project @ 1997-05-19 06:25:00 by sof]sof1997-05-191-6/+10
| | | | ghc-2-03-p1 merged onto main trunk
* [project @ 1997-05-19 00:12:10 by sof]sof1997-05-193-54/+66
| | | | 2.04 changes
* [project @ 1997-03-14 07:52:06 by simonpj]simonpj1997-03-141-11/+14
| | | | Major update to more-or-less 2.02
* [project @ 1996-12-19 09:10:02 by simonpj]simonpj1996-12-192-6/+6
| | | | SLPJ new renamer and lots more
* [project @ 1996-06-26 10:26:00 by partain]partain1996-06-263-261/+177
| | | | SLPJ 1.3 changes through 96/06/25
* [project @ 1996-06-05 06:44:31 by partain]partain1996-06-053-3/+3
| | | | SLPJ changes through 960604
* [project @ 1996-05-17 16:02:43 by partain]partain1996-05-171-1/+1
| | | | Sansom 1.3 changes through 960507
* [project @ 1996-05-16 09:42:08 by partain]partain1996-05-161-4/+1
| | | | SLPJ changes through 960515
* [project @ 1996-04-10 18:10:47 by partain]partain1996-04-101-1/+1
| | | | Add SLPJ/WDP 1.3 changes through 960410
* [project @ 1996-04-08 16:15:43 by partain]partain1996-04-082-5/+6
| | | | SLPJ 1.3 hacks through 960408
* [project @ 1996-04-07 15:41:24 by partain]partain1996-04-071-2/+3
| | | | Sansom 1.3 changes through 960407
* [project @ 1996-04-05 08:26:04 by partain]partain1996-04-051-22/+24
| | | | Add SLPJ/WDP 1.3 changes through 960404
* [project @ 1996-03-21 12:46:33 by partain]partain1996-03-211-1/+1
| | | | Final compiler stuff before Sansom renamer 960321
* [project @ 1996-03-19 08:58:34 by partain]partain1996-03-196-160/+91
| | | | simonpj/sansom/partain/dnt 1.3 compiler stuff through 96/03/18
* [project @ 1996-01-11 14:06:51 by partain]partain1996-01-113-40/+7
|
* [project @ 1996-01-08 20:28:12 by partain]partain1996-01-087-0/+1425
Initial revision