- Mar 17, 1998
-
-
Simon Marlow authored
- check for an installed libgmp 2.0.x - check endianness of host (this test for some reason generates a warning from autoconf, but it seems harmless)
-
Simon Marlow authored
fix 'make -k' again :-)
-
Simon Marlow authored
fix SCRIPT_SUBST_VARS.
-
- Mar 16, 1998
-
-
sof authored
Alloc rate printing fix; was outputting MUT time
-
sof authored
x86: Catch fast entry points fallthroughs via %esi and %edi
-
sof authored
Added -optp for passing options to hsp
-
sof authored
Remove use of checkinpat() and inpat; do it inside relevant actions instead. This change works around bison error recovery problem that caused do+where layout bug
-
sof authored
New layout test
-
- Mar 13, 1998
-
-
sof authored
Forgot to include in previous commit.
-
sof authored
New primop: integer2Word#. Only used in fromInteger methods on Word*
-
sof authored
Equip all locally bound names with new uniques
-
Simon Peyton Jones authored
Still a lingering lost-Eval-dict bug; but nearly there!
-
- Mar 12, 1998
-
-
sof authored
scc printing: Only output duplicated flag in scc label when debugging
-
sof authored
import decls:Allow the use of 'as' without 'qualified'
-
Simon Peyton Jones authored
Simplifier fixed - I think!
-
sof authored
Include srcloc in panic msg
-
sof authored
"Testing GHC" section: Don't suggest compiling a version of 'nfib' for 'Complex Float', since this is not an Ord type.
-
sof authored
Added IOExts.openFileEx + IOExts.IOModeEx
-
- Mar 11, 1998
-
-
Simon Peyton Jones authored
More simplifier modifications; may not even compile; will fix first thing tomorrow
-
sof authored
jtos: leave Integer-land ASAP
-
sof authored
newtype fix
-
Simon Marlow authored
- remove breakage introduced by ADR - add ALIGNMENT_LONG
-
Simon Marlow authored
we don't use GNUCPP anywhere.
-
Simon Marlow authored
Use $(CPP), not $(RAWCPP). This involves saving the cpp output to a temporary file. This change should fix 'make depend' on RedHat 5.
-
Simon Marlow authored
set CPP to @CPP@, not @RAWCPP@.
-
Simon Marlow authored
add all missing SIZEOF_* and ALIGNMENT_* defines.
-
Simon Marlow authored
- move SIZEOF checks together (previous commit added SIZEOF checks to a different part of the file). - check alignment of longs: unsigned ints are no good, because we need to check whether f.e. a float can be put on the stack, which is StgWord aligned, and currently an StgWord is basically a long.
-
Simon Marlow authored
add RTS_PREFIX = $(FPTOOLS_TOP)/common-rts/ (Harmless unless compiling for the new RTS).
-
Simon Marlow authored
added .hc-->.s and .S-->.o rules.
-
- Mar 09, 1998
-
-
Simon Peyton Jones authored
New specialiser again; I think the simpifier is OK
-
- Mar 08, 1998
-
-
Simon Peyton Jones authored
New specialiser; warning: simplifier *may* be broken
-
- Mar 06, 1998
-
-
Simon Peyton Jones authored
New specialiser
-
Simon Marlow authored
indentation fix.
-
- Mar 05, 1998
-
-
sof authored
Exercise defaulting of _ccall_ results (bot not args) to ()
-
sof authored
Default ambiguous _ccall_ results to (), not the arguments
-
sof authored
Don't split object files when booting from .hc
-
sof authored
Misc fixes to setup for booting via .hc files
-
sof authored
Don't run mkdependHS when booting via .hc files
-
- Mar 04, 1998
-
-
sof authored
addAvailEnv: restrict previous change to not redo duplicate checks.
-
- Mar 03, 1998
-
-
Alastair Reid authored
Added alignment tests
-