- Jan 20, 2000
-
-
Simon Marlow authored
remove ghc/docs/libraries from the bindist, add hslibs/doc
-
Julian Seward authored
trivialCode (x86), when fst arg is immediate, assumed you could reverse the order of operands, but not true for eg subtract. Fixed.
-
Simon Marlow authored
Make this test more comprehensive. We now test +,-,div,mod,quot,rem,gcd,lcm over a range of legal operands, for both Int and Integer.
-
- Jan 19, 2000
-
-
Simon Marlow authored
- add some more test cases, now shows up the minInt bugs in Integer division.
-
Simon Marlow authored
The minInt saga continues: - fix several Integer division-type functions for the case when the dividend == S# (-2147483648#). Pointed out by: Marc Van Dongen <dongen@cs.ucc.ie>
-
Julian Seward authored
amodeToStix: correctly compute offset for CHARLIKE_closure-s.
-
Julian Seward authored
Add comment about code generation for debug tracing.
-
Julian Seward authored
MachCode.stmt2Instrs, StFunBegin, x86 case only: for debugging, generate trace code to print the name of each labelled code block.
-
- Jan 18, 2000
-
-
Julian Seward authored
genCCall for x86 assumed that all args were 4 bytes long :-(. Now works with doubles too.
-
sven.panne@aedion.de authored
Remove `libraries' from SUBDIRS
-
Simon Marlow authored
Remove old libraries documentation.
-
Simon Marlow authored
sync up output
-
Simon Marlow authored
syslib fix
-
Julian Seward authored
Don't spew floating/double literals into assembly output, since this causes difficulties with FP numbers near the edges of the allowed ranges. Instead, convert them to a sequence of bytes and emit those.
-
Simon Marlow authored
syslib fixes.
-
Simon Marlow authored
remove -syslib misc.
-
Simon Marlow authored
fix a few -syslib options.
-
Simon Marlow authored
Don't hold the lock on the Handle while we block waiting for data on a read. This is a partial solution to the general problem of holding a lock on the Handle while in mayBlock.
-
Simon Marlow authored
- ANSIfy - add a couple of comments about dodgy-looking code
-
Simon Marlow authored
ANSIfy
-
Simon Marlow authored
- context switch after a `par` - remove some #if 0'd code
-
Simon Marlow authored
non-functional changes that were sitting in my tree.
-
Simon Marlow authored
update a couple of things.
-
Simon Marlow authored
Don't attempt to split objects built from _stub files. Patch from Michael Weber <michael.weber@post.rwth-aachen.de>.
-
Julian Seward authored
Remove StLitLit, and clean up somewhat the handling of stdout/stderr/stdin in CLitLits (in StixPrim.amodeToStix).
-
- Jan 17, 2000
-
-
Simon Marlow authored
Put a giant loop around awaitEvent, to protect against awaitEvent(rtsTrue) returning with no threads to run. This can happen if we try to delay for some time X, and select(2) decides to wait for a shorter time X-\delta instead. It appears that Solaris is more prone to doing this than Linux. This fixes the "schedule: invalid whatNext field" crashes that people may have seen.
-
Julian Seward authored
Zap a couple of trace-s.
-
Julian Seward authored
Change alignment directives for x86 segment changes to something more plausible-looking for Linux.
-
Julian Seward authored
genCodeInfoTable, genBitmapInfoTable: construct type_info to reflect non-presence of flags in type info field.
-
Reuben Thomas authored
Added how-to for GHC's use of DocBook. Just describes a few conventions for particular tags at the moment.
-
Simon Marlow authored
Seeking didn't take into account the size of the current buffer (although it seems the intention was there: the proper offset was calculated, just never used). This fixes the io013 failure.
-
Julian Seward authored
StixPrim.amodeToStix case CMacroExpr: handle UPD_FRAME_UPDATEE StixMacro.macroCode: handle UPDATE_SU_FROM_UPD_FRAME
-
Julian Seward authored
Print a couple of blank lines in final assembly output in between basic blocks, to make it easier to match up with the output of -ddump-stix.
-
Julian Seward authored
macroCode: implement PUSH_SEQ_FRAME
-
- Jan 14, 2000
-
-
Reuben Thomas authored
SPJ's Windows installation notes added in.
-
Reuben Thomas authored
New building guide with Windows notes added and binary installation notes removed.
-
Reuben Thomas authored
New version of installing.sgml produced; old literal system no longer used.
-
Simon Marlow authored
- add missing FB_ macro - correct a couple of comments
-
Reuben Thomas authored
Added binary installation chapter to user guide, made from old installation guide and Sigbj?rn Finne's Windows installation page.
-
Julian Seward authored
checkCode: handle HP_CHK_UT_ALT.
-