Fix a division-by-zero when +RTS -V0 is given
[ghc-hetmet.git] / rts / PrimOps.cmm
2008-04-26 Ian LynaghFix a division-by-zero when +RTS -V0 is given
2008-04-24 Ian LynaghFix int64ToInteger 0xFFFFFFFF00000000 on 32bit machine...
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-01-01 Clemens FruhwirthLink libgmp.a statically into libHSrts.dll on Windows
2007-12-04 Simon MarlowforkIO starts the new thread blocked if the parent...
2007-10-18 Simon Marlowfix warnings when compiling via C
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-09-05 Simon Marlow{Enter,Leave}CriticalSection imports should be outside...
2007-09-05 Manuel M T ChakravartyFIX: Correct Leave/EnterCriticalSection imports
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-10 Clemens FruhwirthProperly guard imports because they have to be precise...
2007-08-06 Clemens FruhwirthAdd explicit imports for RTS-external variables
2007-07-27 Simon MarlowPointer Tagging
2007-07-03 Simon MarlowFIX BUILD (Windows): catch up with changes to .cmm...
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-26 Simon MarlowMake the threaded RTS compilable using -fasm
2007-05-25 Simon Marlowtiny cleanup
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-16 Simon MarlowMERGE: Fix a few uses of the wrong return convention...
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 Simon Marlowremove vestiges of CCallable/CReturnable
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2006-12-09 Pepe IborraTwo new prim ops to access the Info Table and Payload...
2006-11-28 Ian LynaghMake the non-threaded-RTS threadDelay wait at least...
2006-11-24 wolfgang.thaller... Support I64->I32 casts in the NCG, and use them for...
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-07-26 Simon Marlowchange wired-in Haskell symbols to include the package...
2006-06-29 Simon MarlowReplace inline C functions with C-- macros in .cmm...
2006-06-29 Simon Marlowmpz_foo() functions are really called __gmpz_foo()...
2006-06-20 Simon Marlowfix sloppy conditionals
2006-04-07 Simon MarlowReorganisation of the source tree