- May 12, 1998
-
-
Simon Marlow authored
- specialise some gratuitously overloaded functions
-
Simon Marlow authored
- add a few SPECIALISE pragmas
-
Simon Marlow authored
Update this file to the version generated by 'autoheader'. It shouldn't really be in the repository anyway.
-
Simon Marlow authored
- remove uint, ulong, ullong (we're using nat and lnat now) - sort entries
-
- May 11, 1998
-
-
Simon Marlow authored
Convert floating point literals from interfaces directly to Rationals, rather than go via Doubles.
-
sof authored
Tidied up -accept-output `feature\', should now work better.
-
Simon Marlow authored
Generate proper floating point literals when we know the type is either Float or Double.
-
Simon Marlow authored
add isFloatTy and isDoubleTy
-
- May 08, 1998
-
-
Simon Marlow authored
Add PrelGHC.unsafeCoerce# :: a -> b Use with care.
-
Simon Marlow authored
move update analyser into -O2 optimisations.
-
Simon Marlow authored
fix to StripLibraries support.
-
sof authored
Cleaned up and fixed is*Denormalized buglet
-
sof authored
Dead code removal
-
- May 07, 1998
-
-
sof authored
Testing RealFloat floating point special value predicates (is{NaN,Inf..} etc.)
-
Simon Marlow authored
- New option $(StripLibraries) removes local symbols from library objects. Turned off by default, as it only works with linkers that support the '-x' (remove local symbols) option.
-
- May 06, 1998
-
-
Simon Marlow authored
use SRC_HC_OPTS, not HC_OPTS.
-
Simon Marlow authored
- one `quotRem` is faster than separate `quot` and `rem` on Integers.
-
- May 05, 1998
- May 04, 1998
-
-
sof authored
mk_thing: Added non-overloaded type signature
-
sof authored
Import lists updated
-
Simon Peyton Jones authored
mkRhsTyLam now does not create redundant big lambdas
-
- May 01, 1998
-
-
Simon Peyton Jones authored
Fix two small renamer bugs, and Christophs duplicated-constraint-in-interface files bug
-
- Apr 30, 1998
-
-
sof authored
Misc additions and fixes
-
sof authored
-hi-with-<foo> support
-
sof authored
-O setup: enable -fclone-binds in simplifier pass immediately preceeding -ffull-laziness (see comment) new option: -hi-with-<section> to selectively output contents of interface file.
-
sof authored
More 3.02 updates
-
sof authored
3.02 update
-
sof authored
new local universal quant test
-
sof authored
3.02 changes plus don't emit the usages section of interface files
-
sof authored
3.02 changes
-
sof authored
.std{out,err} updated to reflect change in how tuples and lists are showed
-
sof authored
code tidyup/update
-
sof authored
New function: fdToInt
-
sof authored
new functions: integer <-> Int64
-
sof authored
Opt for times() over getrusage() on Solaris boxes
-
sof authored
tidyup
-
sof authored
showInt is only supposed to work on non-negative numbers
-
sof authored
Use , as element separator in lists and tuples not comma followed by space (important stuffcvs-diff PrelBase.lhs)
-