- May 18, 2000
-
-
Julian Seward authored
Teach the NCG about the dereferencing and naming conventions to be used when compiling for a DLLised world. Some cleanups on the way too. The scheme is that * All CLabels which are in different DLLs from the current module will, via the renamer, already be such that labelDynamic returns True for them. * Redo the StixPrim/StixMacro stuff so that all references to symbols in the RTS are via CLabels. That means that the usual labelDynamic story can be used. * When a label is printed in PprMach, labelDynamic is consulted, to generate the __imp_ prefix if necessary. * In MachCode.stmt2Instrs, selectively ask derefDLL to walk trees before code generation and insert deferencing code around other-DLL symbols. * When generating Stix for SRTs, add 1 to other-DLL refs. * When generating static closures, insert a zero word before the _closure label.
-
Simon Marlow authored
New version of hGetLine that is roughly 4 times faster than the original, and is tail-recursive to boot. I'm not entirely happy with the code, but it needs to get some testing.
-
sven.panne@aedion.de authored
Add addrOf_ErrorHdrHook prototype
-
sven.panne@aedion.de authored
Make stackOverflow prototype available Haskell compilation
-
Simon Marlow authored
cosmetic only
-
Simon Marlow authored
Remove -noC, add -package concurrent to simpl006_HC_OPTS.
-
Simon Marlow authored
Upd_frame ==> upd_frame
-
Simon Marlow authored
$(SGML_DOC) can only support one document, so build the Build System Guide by default.
-
Simon Marlow authored
doc-building fix.
-
- May 17, 2000
-
-
Jeff Lewis authored
Defer ambiguity test for class members, so that the test is done *after* we know the (extended) functional dependencies (this is a patch that was mostly carried over from hugs98, but a few lines were out of place).
-
- May 16, 2000
-
-
sven.panne@aedion.de authored
Unbreak util package dependencies for non-M$ platforms
-
Simon Marlow authored
Upd_frame ==> upd_frame (somehow this file got missed from yesterday's commit)
-
Reuben Thomas authored
Put the -c flag in the right place.
-
Reuben Thomas authored
Added a description of SGML comments.
-
Reuben Thomas authored
Added FPTOOLS_CATALOG_FILE
-
Reuben Thomas authored
Made it buildable again; notes on installing DocBook/Jade removed for the moment.
-
Reuben Thomas authored
Added docbook-cheat-sheet
-
Reuben Thomas authored
Added -package concurrent.
-
Reuben Thomas authored
Now that -ddump-* dumps to stdout, the stderr/out files need reorganising.
-
Reuben Thomas authored
Added import PrelIOBase, which is now needed.
-
Reuben Thomas authored
Add util packages to memo tests.
-
Reuben Thomas authored
Package fix: don't have posix as a dependency of util on Windows (where posix doesn't work).
-
Reuben Thomas authored
Much pain in order to get the horrid heap of brokenness that is the DocBook catalog system to work.
-
Simon Marlow authored
oops... better unbreak the driver
-
- May 15, 2000
-
-
Jeff Lewis authored
Fixed missing case in dependency analysis for an implicit param.
-
Keith Wansbrough authored
Adjust treatment of rules in SimplCore to enable a Core pass to alter them if necessary. Use tricks to ensure that the common case (no change) is still efficient.
-
Simon Marlow authored
I lied earlier. _ccall_GC_ should work now.
-
Simon Marlow authored
wibble
-
Simon Marlow authored
fix bug in module initialization
-
Simon Marlow authored
add bLOCK_SIZE
-
Simon Marlow authored
add CurrentTSO, CurrentNursery, bdescr->start and bdescr->free offsets.
-
Simon Marlow authored
forgot a file in the Upd_frame ==> upd_frame commit.
-
Simon Marlow authored
Change the order of building stubs vs. the main .hc file so that one doesn't trample on the other. This stuff is *so* horrible.
-
Simon Marlow authored
callback is a definite via-C test
-
Reuben Thomas authored
Updated to conform to different output.
-
Reuben Thomas authored
Extra rule to make gmp/gmp.dll.
-
Reuben Thomas authored
Removed commented-out out-of-date code from the test, and updated stderr.
-
Simon Marlow authored
The NCG should now support _ccall_GC (i.e. foreign import safe).
-
Simon Marlow authored
remove extra \n in debug message
-
Reuben Thomas authored
Stdout modified in accordance with output (it's the same as io005.hs, which has itself been modified).
-