- Apr 07, 1998
-
-
sof authored
GHC_CHECK_ALIGNMENT changed to check natural alignment restrictions
-
Simon Peyton Jones authored
Specialiser really nearly working!
-
Simon Marlow authored
remove old CVS Cheat Sheet. New one is in docs/cvs-cheat-sheet.html.
-
Simon Marlow authored
Add new HTML version of the CVS Cheat Sheet with instructions on how to use remote read-only CVS.
-
sof authored
-mkdependHS: default is now not to run CPP over input files. The option -cpp now enables the use of CPP.
-
sof authored
new function: writeBuf
-
sof authored
Misc code cleanup
-
Simon Peyton Jones authored
Simons changes while away at Tic/WG2.8
-
Simon Peyton Jones authored
Adding tcfail080
-
- Apr 06, 1998
-
-
sof authored
enable specialiser
-
sof authored
TcExpr loop breaker
-
sof authored
Misc changes by Simon to emit and handle cross-module specialisations
-
sof authored
new function: isForAllTy
-
Simon Marlow authored
add note about fractions of a second being allowed with the -i option.
-
- Mar 30, 1998
- Mar 20, 1998
-
-
Simon Peyton Jones authored
Substitution bug in simplifier fixed
-
sof authored
Added recSelError
-
sof authored
isInlinableOcc: add case for DeadCode
-
sof authored
Misc minor bug fixes
-
Simon Peyton Jones authored
Fix bug in mkIdWithNewUniq
-
sof authored
Add Functor instances
-
- Mar 19, 1998
-
-
Simon Peyton Jones authored
oops.. forgot the adds/removes
-
Simon Peyton Jones authored
Reorganisation of Id, IdInfo. Remove StdIdInfo, PragmaInfo; add basicTypes/MkId.lhs
-
Simon Peyton Jones authored
Minor simplifier fixes
-
- Mar 17, 1998
-
-
Simon Marlow authored
configure HaveLibGmp.
-
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!
-