- Oct 19, 1997
-
-
sof authored
Updated to reflect MachRegs.Addr to MachRegs.Address renaming; various x86 bug fixes
-
sof authored
Updated to reflect that MachRegs.Addr has been renamed to Address to avoid needless conflict with GlaExts
-
sof authored
Updated to reflect MachRegs.Addr to MachRegs.Address renaming; x86: Hp and HpLim are located relative to BaseReg, not StorageMgrInfo
-
sof authored
Updated to reflect MachRegs.Addr to MachRegs.Address renaming; x86 shift instructions need special treatment to get at %cl; added DEBUG msg if x86 MOV %r,%r instruction generated
-
sof authored
Updated to reflect MachRegs.Addr to MachRegs.Address renaming; fixed incorrect handling of x86 shift instructions (second operand can be *both* immediate and register(ecx))
-
sof authored
import MachRegs unconditionally
-
sof authored
Added flag opt_UnfoldingKeenessFactor; new (internal) function: lookup_def_float
-
sof authored
Default for uNFOLDING_KEENESS_FACTOR (2.0) added; uNFOLDING_OVERRIDE_THRESHOLD removed
-
sof authored
Bargain multiplier opt_UnfoldingKeenessFactor added to discount computation
-
sof authored
Removed use of opt_CompilingGhcInternals
-
sof authored
Drop CoreUnfold.mkUnfolding import
-
sof authored
Added comment on special parser handling of non-qualified gtycons
-
sof authored
Added type signatures
-
sof authored
Drop use of opt_CompilingGhcInternals
-
sof authored
Refrain from doing let-to-case conversion on binders with RHS in whnf
-
sof authored
Drop use of opt_CompilingGhcInternals
-
- Oct 17, 1997
-
-
Simon Marlow authored
Latest batch of changes. Merge SRT and Tag fields in the info table, now that there isn't a bytecode pointer there.
-
Simon Marlow authored
first cut at header files for new RTS
-
Simon Marlow authored
remove OmitDefaultInstanceMethods (unused).
-
Simon Marlow authored
Remove section about -fshow-pragma-name-errs. This option is unsupported, and unnecessary, since GHC can always find the information it needs.
-
Simon Marlow authored
Remove crufty options.
-
Simon Marlow authored
mangler fix.
-
Simon Marlow authored
protect $$s for bash.
-
Simon Marlow authored
fix a bunch of out-of-date things, plus apply some patches for broken \indexes and \items from Sven Panne.
-
- Oct 16, 1997
-
-
Simon Marlow authored
add a few more index entries.
-
Simon Marlow authored
knock the section on warnings into shape.
-
Simon Marlow authored
add opt_WarnMissingMethods.
-
Simon Marlow authored
oops, correct a comment.
-
Simon Marlow authored
move -fwarn-incomplete-patterns into -W (it's not as likely to indicate an error as -fwarn-overlapping-patterns), and add -fwarn-unused-names to -W in case it gets implemented one day.
-
Simon Marlow authored
polymorphic recursion/space leak test
-
Simon Marlow authored
make the RAWCPP test a little more sensible.
-
Simon Marlow authored
Test for CC and GCC before finding CPP, since GNUCPP depends on finding GCC to do the right thing.
-
- Oct 15, 1997
-
-
Simon Marlow authored
Add description of how to set heap/stack sizes by default using the defaultHook hook thingy.
-
Simon Marlow authored
release notes for upcoming releases
-
Simon Marlow authored
new test for type-synonym-arity bug (fixed in TcMonoType.lhs v1.19)
-
Simon Marlow authored
Simon's fix for type synonym arities. The arity of a synonym must by less than or eqaul to the number of arguments supplied (test typecheck/should_compile/tc093.hs).
-
Simon Marlow authored
reverse the sense of -fwarn-incomplete-patterns and -fwarn-overlapped-patterns, these are now added automatically by the driver if necessary.
-
Simon Marlow authored
add -Wnot, -W and -Wall flags. remove stuff to do with -user-prelude: it's not used anywhere, and not documented.
-
Simon Marlow authored
new pictures
-
Simon Marlow authored
latest round of changes.
-