ghc-hetmet.git
16 years ago-ddump-hi-diffs shouldn't imply -fforce-recomp, that defeats the purpose
Simon Marlow [Thu, 5 Jul 2007 13:53:20 +0000 (13:53 +0000)]
-ddump-hi-diffs shouldn't imply -fforce-recomp, that defeats the purpose

16 years agoAdded comment to the Cmm parser showing code for use one CPS is enabled
Michael D. Adams [Thu, 5 Jul 2007 17:07:03 +0000 (17:07 +0000)]
Added comment to the Cmm parser showing code for use one CPS is enabled

16 years agoEliminated use of 'fromJust' from the CPS pass
Michael D. Adams [Thu, 5 Jul 2007 17:06:37 +0000 (17:06 +0000)]
Eliminated use of 'fromJust' from the CPS pass

16 years agoFixed a bug in the CPS pass
Michael D. Adams [Thu, 5 Jul 2007 17:05:15 +0000 (17:05 +0000)]
Fixed a bug in the CPS pass

16 years agoUpdated the call to the CPS pass for the factoring out of cmmToRawCmm
Michael D. Adams [Thu, 5 Jul 2007 14:50:31 +0000 (14:50 +0000)]
Updated the call to the CPS pass for the factoring out of cmmToRawCmm
That call was and is commented out, but it serves as documentation
for when the CPS pass will be turned on.

16 years agoAdded support for GC block declaration to the Cmm syntax
Michael D. Adams [Thu, 5 Jul 2007 14:48:20 +0000 (14:48 +0000)]
Added support for GC block declaration to the Cmm syntax

16 years agoEnsure no statements after CmmReturn are emitted
Michael D. Adams [Thu, 5 Jul 2007 09:47:02 +0000 (09:47 +0000)]
Ensure no statements after CmmReturn are emitted

16 years agoFIX BUILD (Windows)
Simon Marlow [Fri, 6 Jul 2007 07:59:31 +0000 (07:59 +0000)]
FIX BUILD (Windows)

16 years agoVectorise unlifted and tuple tycons
Roman Leshchinskiy [Wed, 4 Jul 2007 05:56:52 +0000 (05:56 +0000)]
Vectorise unlifted and tuple tycons

16 years agoVectorisation of types
Roman Leshchinskiy [Wed, 4 Jul 2007 05:52:39 +0000 (05:52 +0000)]
Vectorisation of types

16 years agoAdd TyCons to vectorisation monad
Roman Leshchinskiy [Wed, 4 Jul 2007 05:15:12 +0000 (05:15 +0000)]
Add TyCons to vectorisation  monad

16 years agoVectorisation monad
Roman Leshchinskiy [Wed, 4 Jul 2007 04:54:45 +0000 (04:54 +0000)]
Vectorisation monad

16 years agoAdd ndp docs
Roman Leshchinskiy [Tue, 3 Jul 2007 06:37:38 +0000 (06:37 +0000)]
Add ndp docs

16 years agoInclude vectorisation into the simplifier pipeline
Roman Leshchinskiy [Fri, 29 Jun 2007 05:19:43 +0000 (05:19 +0000)]
Include vectorisation into the simplifier pipeline

16 years agoAdd vectorise subdirectory and dummy module
Roman Leshchinskiy [Fri, 29 Jun 2007 05:13:16 +0000 (05:13 +0000)]
Add vectorise subdirectory and dummy module

16 years agoAdd -fvectorise
Roman Leshchinskiy [Fri, 29 Jun 2007 04:32:46 +0000 (04:32 +0000)]
Add -fvectorise

16 years agoAdd NDP-related PrelNames
Roman Leshchinskiy [Fri, 29 Jun 2007 04:16:05 +0000 (04:16 +0000)]
Add NDP-related PrelNames

16 years agoMake package ndp wired-in
Roman Leshchinskiy [Fri, 29 Jun 2007 01:54:56 +0000 (01:54 +0000)]
Make package ndp wired-in

16 years agoFIX BUILD (OS X): Include correct gmp.h if using GMP.framework
Roman Leshchinskiy [Fri, 6 Jul 2007 04:56:49 +0000 (04:56 +0000)]
FIX BUILD (OS X): Include correct gmp.h if using GMP.framework

On OS X, we have to #include <GMP/gmp.h> if we are using GMP.framework. Before
the recent GMP changes, gcc (incorrectly) used the gmp.h supplied by ghc but
that is gone now.

16 years agohpc is now a corelib, so always build it
Ian Lynagh [Thu, 5 Jul 2007 22:31:37 +0000 (22:31 +0000)]
hpc is now a corelib, so always build it

16 years agoUpdate the in-tree GMP; fixes trac #832
Ian Lynagh [Thu, 5 Jul 2007 21:52:40 +0000 (21:52 +0000)]
Update the in-tree GMP; fixes trac #832
gmp is now in a top-level directory and we only have the tarball in the
darcs repo. It gets untarred if it is needed.

16 years agoFIX BUILD (with GHC 6.2.x): System.Directory.Internals is no more
Simon Marlow [Thu, 5 Jul 2007 19:46:47 +0000 (19:46 +0000)]
FIX BUILD (with GHC 6.2.x): System.Directory.Internals is no more
Update functions in Compat.Directory from originals in System.Directory

16 years agoWarning Police
Michael D. Adams [Thu, 5 Jul 2007 14:29:36 +0000 (14:29 +0000)]
Warning Police

16 years agoTidy up IsIrred (no need for argument any more)
simonpj@microsoft.com [Thu, 5 Jul 2007 07:59:37 +0000 (07:59 +0000)]
Tidy up IsIrred (no need for argument any more)

16 years agoFix Trace #1494
simonpj@microsoft.com [Wed, 4 Jul 2007 22:22:21 +0000 (22:22 +0000)]
Fix Trace #1494

A tricky bug to do with the way the implication constraints are
solved in TcSimplify.  See Note [Reducing implication constraints].

16 years agoThe standard SUBDIRS in the top level Makefile should include libraries
Ian Lynagh [Wed, 4 Jul 2007 14:08:55 +0000 (14:08 +0000)]
The standard SUBDIRS in the top level Makefile should include libraries

16 years agoRemove mapAccumL, mapAccumR, mapAccumB
Ian Lynagh [Mon, 2 Jul 2007 12:26:51 +0000 (12:26 +0000)]
Remove mapAccumL, mapAccumR, mapAccumB
mapAccumL and mapAccumR are in Data.List now.
mapAccumB is unused.

16 years agoRemove the unused "Eager monad"
Ian Lynagh [Mon, 2 Jul 2007 11:52:04 +0000 (11:52 +0000)]
Remove the unused "Eager monad"

16 years agoAdd a type signature
Ian Lynagh [Mon, 2 Jul 2007 11:49:24 +0000 (11:49 +0000)]
Add a type signature

16 years agoRemove unused functions (applyToPair, applyToFst, applyToSnd)
Ian Lynagh [Mon, 2 Jul 2007 11:48:12 +0000 (11:48 +0000)]
Remove unused functions (applyToPair, applyToFst, applyToSnd)

16 years agoRemove unused cfst (== const)
Ian Lynagh [Mon, 2 Jul 2007 11:47:09 +0000 (11:47 +0000)]
Remove unused cfst (== const)

16 years agoRemove prefixMatch and suffixMatch from Util
Ian Lynagh [Mon, 2 Jul 2007 11:42:08 +0000 (11:42 +0000)]
Remove prefixMatch and suffixMatch from Util
Use standard isPrefixOf/isSuffixOf instead.

16 years agoUse $(HC), not $(GHC) to compile ghc-inplace
Simon Marlow [Wed, 4 Jul 2007 13:57:04 +0000 (13:57 +0000)]
Use $(HC), not $(GHC) to compile ghc-inplace

$(GHC) is always the installed compiler, $(HC) changes depending on
the stage.  This has the nice effect that we build stage2/ghc-inplace
using the stage1 compiler, and get to take advantage of bugfixes in
stage1 relative to $(GHC) (in particular I want the non-blocking stdin
fix for stage2, otherwise piping the testsuite output through tee
fails).

16 years agoWe don't need a SIGCONT handler any more
Simon Marlow [Wed, 4 Jul 2007 12:36:06 +0000 (12:36 +0000)]
We don't need a SIGCONT handler any more
The SIGCONT handler was used to put stdin back in O_NONBLOCK mode,
after the process is resumed, but we don't want to do that now: the
standard handles are kept in blocking mode.

16 years agoAdd first cut of the validate script
Simon Marlow [Wed, 4 Jul 2007 12:22:41 +0000 (12:22 +0000)]
Add first cut of the validate script

16 years agoAdded support for update frames to the CPS pass
Michael D. Adams [Tue, 3 Jul 2007 21:44:13 +0000 (21:44 +0000)]
Added support for update frames to the CPS pass
(This required a bit of refactoring of CmmInfo.)

16 years agoFix error message in CPS pass
Michael D. Adams [Tue, 3 Jul 2007 21:25:55 +0000 (21:25 +0000)]
Fix error message in CPS pass

16 years agoFactor cmmToRawCmm completely out of CPS
Michael D. Adams [Tue, 3 Jul 2007 21:17:34 +0000 (21:17 +0000)]
Factor cmmToRawCmm completely out of CPS
This patch also fixes how the CPS handles functions with an empty body.
Factoring cmmToRawCmm out of the CPS pass made that fix easier.

16 years agoRemove dead code in the CPS pass
Michael D. Adams [Tue, 3 Jul 2007 09:47:35 +0000 (09:47 +0000)]
Remove dead code in the CPS pass

16 years agoMinor formatting cleanup.
Michael D. Adams [Tue, 3 Jul 2007 09:36:25 +0000 (09:36 +0000)]
Minor formatting cleanup.

16 years agoMoved 'continuationToProc' into a separate file, 'CmmCPSGen.hs'.
Michael D. Adams [Tue, 3 Jul 2007 09:34:44 +0000 (09:34 +0000)]
Moved 'continuationToProc' into a separate file, 'CmmCPSGen.hs'.

16 years agoFinished support for foreign calls in the CPS pass
Michael D. Adams [Tue, 3 Jul 2007 09:13:20 +0000 (09:13 +0000)]
Finished support for foreign calls in the CPS pass

16 years agoMultiple improvements to CPS algorithm.
Michael D. Adams [Mon, 2 Jul 2007 08:42:21 +0000 (08:42 +0000)]
Multiple improvements to CPS algorithm.
These include:
 - Stack size detection now includes function arguments.
 - Stack size detection now avoids stack checks just because of
   the GC block.
 - A CmmCall followed by a CmmBranch will no longer generate an extra
   continuation consisting just of the brach.
 - Multiple CmmCall/CmmBranch pairs that all go to the same place
   will try to use the same continuation.  If they can't (because
   the return value signature is different), adaptor block are built.
 - Function entry statements are now in a separate block.
   (Fixed bug with branches to the entry block having unintended effects.)
 - Other changes that I can't recall right now.

16 years agoAllow safety information on calls in Cmm files
Michael D. Adams [Thu, 28 Jun 2007 10:11:33 +0000 (10:11 +0000)]
Allow safety information on calls in Cmm files

16 years agoFIX BUILD (Windows): catch up with changes to .cmm syntax
Simon Marlow [Tue, 3 Jul 2007 20:52:34 +0000 (20:52 +0000)]
FIX BUILD (Windows): catch up with changes to .cmm syntax

16 years agoImprove formatting of errors, and fix a typo
simonpj@microsoft.com [Tue, 3 Jul 2007 16:28:14 +0000 (16:28 +0000)]
Improve formatting of errors, and fix a typo

16 years agoFix for function info tables: the SRT field cannot be omitted if there are fields...
Simon Marlow [Tue, 3 Jul 2007 14:05:06 +0000 (14:05 +0000)]
Fix for function info tables: the SRT field cannot be omitted if there are fields following it

16 years agopprTypeInfo: print slow entry pt
Simon Marlow [Tue, 3 Jul 2007 14:03:04 +0000 (14:03 +0000)]
pprTypeInfo: print slow entry pt

16 years agofix compilation for x86_64
Simon Marlow [Thu, 28 Jun 2007 12:45:44 +0000 (12:45 +0000)]
fix compilation for x86_64

16 years agoFix stack check amount for user declared continuation functions
Michael D. Adams [Thu, 28 Jun 2007 11:18:12 +0000 (11:18 +0000)]
Fix stack check amount for user declared continuation functions

16 years agoRemove unused parameter in force_gc_block for CPS
Michael D. Adams [Thu, 28 Jun 2007 10:17:34 +0000 (10:17 +0000)]
Remove unused parameter in force_gc_block for CPS

16 years agoFix a bug in the Cmm parser where formal params didn't get bound
Michael D. Adams [Thu, 28 Jun 2007 10:13:12 +0000 (10:13 +0000)]
Fix a bug in the Cmm parser where formal params didn't get bound

16 years agoMake CPS account for on-stack arguments when doing the stack check
Michael D. Adams [Thu, 28 Jun 2007 10:10:06 +0000 (10:10 +0000)]
Make CPS account for on-stack arguments when doing the stack check

16 years agoComment and formatting updates for the CPS pass
Michael D. Adams [Thu, 28 Jun 2007 08:25:43 +0000 (08:25 +0000)]
Comment and formatting updates for the CPS pass

16 years agoFix typo from amend-record
Michael D. Adams [Wed, 27 Jun 2007 16:05:55 +0000 (16:05 +0000)]
Fix typo from amend-record

16 years agoImplemented and fixed bugs in CmmInfo handling
Michael D. Adams [Wed, 27 Jun 2007 15:21:30 +0000 (15:21 +0000)]
Implemented and fixed bugs in CmmInfo handling

16 years agoFormatting only
Michael D. Adams [Wed, 27 Jun 2007 15:17:51 +0000 (15:17 +0000)]
Formatting only

16 years agoAdded stack checks to the CPS algorithm
Michael D. Adams [Wed, 27 Jun 2007 15:15:03 +0000 (15:15 +0000)]
Added stack checks to the CPS algorithm

This eliminates one of the panics introduced by
the previous patch:
'First pass at implementing info tables for CPS'

The other panic introduced by that patch still remains.
It was due to the need to convert from a
  ContinuationInfo to a CmmInfo.
  (codeGen/CgInfoTbls.hs:emitClosureCodeAndInfoTable)
  (codeGen/CgInfoTbls.hs:emitReturnTarget)

16 years agoFirst pass at implementing info tables for CPS
Michael D. Adams [Wed, 27 Jun 2007 15:12:57 +0000 (15:12 +0000)]
First pass at implementing info tables for CPS

This is a fairly complete implementation, however
two 'panic's have been placed in the critical path
where the implementation is still a bit lacking so
do not expect it to run quite yet.

One call to panic is because we still need to create
a GC block for procedures that don't have them yet.
(cmm/CmmCPS.hs:continuationToProc)

The other is due to the need to convert from a
ContinuationInfo to a CmmInfo.
(codeGen/CgInfoTbls.hs:emitClosureCodeAndInfoTable)
(codeGen/CgInfoTbls.hs:emitReturnTarget)

16 years agoAdded an SRT to each CmmCall and added the current SRT to the CgMonad
Michael D. Adams [Wed, 27 Jun 2007 15:09:03 +0000 (15:09 +0000)]
Added an SRT to each CmmCall and added the current SRT to the CgMonad

16 years agoAdded pointerhood to LocalReg
Michael D. Adams [Wed, 27 Jun 2007 15:01:33 +0000 (15:01 +0000)]
Added pointerhood to LocalReg
This version should compile but is still incomplete as it introduces
potential bugs at the places marked 'TODO FIXME NOW'.
It is being recorded to help keep track of changes.

16 years agoFix bug relating to the return values of prim ops
Michael D. Adams [Tue, 26 Jun 2007 19:23:52 +0000 (19:23 +0000)]
Fix bug relating to the return values of prim ops
The return values were getting put in a LocalReg
but that LocalReg needed to be stored into the enclosing
expression's return register (e.g. R1).

16 years agoRemoved trailing whitespace
Michael D. Adams [Thu, 21 Jun 2007 08:40:47 +0000 (08:40 +0000)]
Removed trailing whitespace

16 years agoFixed typo in comment
Michael D. Adams [Tue, 19 Jun 2007 08:58:34 +0000 (08:58 +0000)]
Fixed typo in comment

16 years agoAdd forgotten compiler/cmm/CmmInfo.hs
Michael D. Adams [Wed, 13 Jun 2007 10:56:43 +0000 (10:56 +0000)]
Add forgotten compiler/cmm/CmmInfo.hs

16 years agoAdd formal parameters to the Cmm parser
Michael D. Adams [Wed, 6 Jun 2007 09:05:10 +0000 (09:05 +0000)]
Add formal parameters to the Cmm parser
This patch is incomplete and will probably not compile by itself
but it is being recorded to help keep track of later changes.

16 years agoMinor comment update
Michael D. Adams [Wed, 6 Jun 2007 08:53:28 +0000 (08:53 +0000)]
Minor comment update

16 years agoChanged C-- parser to allow multiple return values
Michael D. Adams [Tue, 29 May 2007 17:45:53 +0000 (17:45 +0000)]
Changed C-- parser to allow multiple return values

16 years agoAdded early draft of parameter passing to the CPS converter
Michael D. Adams [Tue, 29 May 2007 15:06:16 +0000 (15:06 +0000)]
Added early draft of parameter passing to the CPS converter

16 years agoMinor code cleanup
Michael D. Adams [Tue, 29 May 2007 15:04:36 +0000 (15:04 +0000)]
Minor code cleanup

16 years agoFix bug with proc-point detection (only a temporary fix)
Michael D. Adams [Tue, 29 May 2007 15:02:06 +0000 (15:02 +0000)]
Fix bug with proc-point detection (only a temporary fix)

16 years agoMove global register saving from the backend to codeGen (CPS specific parts)
Michael D. Adams [Fri, 25 May 2007 19:57:32 +0000 (19:57 +0000)]
Move global register saving from the backend to codeGen (CPS specific parts)

16 years agoMoved global register saving from the backend to codeGen
Michael D. Adams [Fri, 25 May 2007 19:38:04 +0000 (19:38 +0000)]
Moved global register saving from the backend to codeGen

This frees the Cmm data type from keeping a list of live global registers
in CmmCall which helps prepare for the CPS conversion phase.

CPS conversion does its own liveness analysis and takes input that should
not directly refer to parameter registers (e.g. R1, F5, D3, L2).  Since
these are the only things which could occur in the live global register
list, CPS conversion makes that field of the CmmCall constructor obsolite.

Once the CPS conversion pass is fully implemented, global register saving
will move from codeGen into the CPS pass.  Until then, this patch
is worth scrutinizing and testing to ensure it doesn't cause any performance
or correctness problems as the code passed to the backends by the CPS
converting will look very similar to the code that this patch makes codeGen
pass to the backend.

16 years agoFormatting changes for CPS code.
Michael D. Adams [Fri, 25 May 2007 17:08:45 +0000 (17:08 +0000)]
Formatting changes for CPS code.

16 years agoFormatted documentation for compiler/cmm/Dataflow.hs
Michael D. Adams [Thu, 24 May 2007 16:14:14 +0000 (16:14 +0000)]
Formatted documentation for compiler/cmm/Dataflow.hs

16 years agoRenamed CmmCPSData to CmmBrokenBlock and documented it
Michael D. Adams [Thu, 24 May 2007 16:01:28 +0000 (16:01 +0000)]
Renamed CmmCPSData to CmmBrokenBlock and documented it

16 years agoMinor re-organizing of compiler/cmm/CmmCPS.hs
Michael D. Adams [Wed, 23 May 2007 12:15:21 +0000 (12:15 +0000)]
Minor re-organizing of compiler/cmm/CmmCPS.hs

16 years agoFixed missing '#include "HsVersions.h"'
Michael D. Adams [Wed, 23 May 2007 11:28:30 +0000 (11:28 +0000)]
Fixed missing '#include "HsVersions.h"'

16 years agoFactored proc-point analysis into separate file (compiler/cmm/CmmProcPoint)
Michael D. Adams [Wed, 23 May 2007 11:27:29 +0000 (11:27 +0000)]
Factored proc-point analysis into separate file (compiler/cmm/CmmProcPoint)

16 years agoRemoved an older version of selectStackFormat
Michael D. Adams [Wed, 23 May 2007 10:52:48 +0000 (10:52 +0000)]
Removed an older version of selectStackFormat

16 years agoRefined the handling of stack frame headers
Michael D. Adams [Wed, 23 May 2007 10:51:12 +0000 (10:51 +0000)]
Refined the handling of stack frame headers

16 years agoMisc. cleanups to CPS converter
Michael D. Adams [Wed, 23 May 2007 09:49:04 +0000 (09:49 +0000)]
Misc. cleanups to CPS converter

16 years agoFixed CPS converter to preserve function names
Michael D. Adams [Wed, 23 May 2007 09:47:21 +0000 (09:47 +0000)]
Fixed CPS converter to preserve function names

16 years agoAdded Proc-Point analysis to the CPS converter (not polished yet)
Michael D. Adams [Tue, 22 May 2007 15:31:33 +0000 (15:31 +0000)]
Added Proc-Point analysis to the CPS converter (not polished yet)

16 years agoMake CmmProc take CmmFormals as argument
Michael D. Adams [Tue, 22 May 2007 15:20:08 +0000 (15:20 +0000)]
Make CmmProc take CmmFormals as argument

Since a CmmCall returns CmmFormals which may include
global registers (and indeed one place in the code
returns the results of a CmmCall into BaseReg) and
since CPS conversion will change those return slots
into formal arguments for the continuation of the call,
CmmProc has to have CmmFormals for the formal arguments.

Oddly, the old code never made use of procedure arguments
so this change only effects the types and not any of the code.
(Because [] is both of type [LocalReg] and CmmFormals.)

16 years agoA small move of the comments in ./compiler/cmm/Dataflow.hs
Michael D. Adams [Tue, 22 May 2007 13:53:05 +0000 (13:53 +0000)]
A small move of the comments in ./compiler/cmm/Dataflow.hs

16 years agoAdded forgotten ./compiler/cmm/CmmLive.hs
Michael D. Adams [Mon, 21 May 2007 18:25:17 +0000 (18:25 +0000)]
Added forgotten ./compiler/cmm/CmmLive.hs

16 years agoDocument use of no-break space in lexer for C--
Michael D. Adams [Mon, 21 May 2007 09:09:39 +0000 (09:09 +0000)]
Document use of no-break space in lexer for C--

16 years agoRenamed BlockExitInfo to FinalStmt and all its constructors to match usage
Michael D. Adams [Mon, 21 May 2007 09:00:28 +0000 (09:00 +0000)]
Renamed BlockExitInfo to FinalStmt and all its constructors to match usage

16 years agoMajor cleanup of the CPS code (but more is still to come)
Michael D. Adams [Fri, 18 May 2007 21:34:58 +0000 (21:34 +0000)]
Major cleanup of the CPS code (but more is still to come)

16 years agoAdded listSplitUniqSupply to ./compiler/basicTypes/UniqSupply.lhs
Michael D. Adams [Fri, 18 May 2007 20:09:42 +0000 (20:09 +0000)]
Added listSplitUniqSupply to ./compiler/basicTypes/UniqSupply.lhs

The function
  listSplitUniqSupply :: UniqSupply -> [UniqSupply]
splits a UniqSupply into an infinite list of supplies.
It is a generalization of splitUniqSupply.

16 years agoSecond working draft of a CPS algorithm for C--.
Michael D. Adams [Fri, 18 May 2007 18:00:04 +0000 (18:00 +0000)]
Second working draft of a CPS algorithm for C--.
This is a safety check-in, before I begin a cleanup.

16 years agoFixed missing space in pretty printer for CmmJump
Michael D. Adams [Fri, 18 May 2007 13:24:32 +0000 (13:24 +0000)]
Fixed missing space in pretty printer for CmmJump

16 years agoAdded spLimReg to complement spReg and hpReg
Michael D. Adams [Fri, 18 May 2007 13:23:17 +0000 (13:23 +0000)]
Added spLimReg to complement spReg and hpReg

16 years agoAdded types CmmActuals and CmmFormals for function parameters to Cmm
Michael D. Adams [Fri, 18 May 2007 13:20:31 +0000 (13:20 +0000)]
Added types CmmActuals and CmmFormals for function parameters to Cmm

16 years agoFirst complete draft of a CPS algorithm. (Still hackish needs polishing)
Michael D. Adams [Wed, 16 May 2007 16:01:24 +0000 (16:01 +0000)]
First complete draft of a CPS algorithm.  (Still hackish needs polishing)

16 years agoAdded "C--" foreign calling convention
Michael D. Adams [Wed, 16 May 2007 15:57:58 +0000 (15:57 +0000)]
Added "C--" foreign calling convention

16 years agoAdded 'return' to C--, and made arguments to 'jump' into CmmExpr
Michael D. Adams [Wed, 16 May 2007 15:53:37 +0000 (15:53 +0000)]
Added 'return' to C--, and made arguments to 'jump' into CmmExpr

16 years agoTypo fix in a comment.
Michael D. Adams [Mon, 14 May 2007 12:12:31 +0000 (12:12 +0000)]
Typo fix in a comment.

16 years agoFixed liveness analysis to use a slower but more correct solution
Michael D. Adams [Thu, 10 May 2007 13:52:50 +0000 (13:52 +0000)]
Fixed liveness analysis to use a slower but more correct solution