summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-261-4/+4
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-294-8/+29
* remove conditionals from definition of StgRegTableSimon Marlow2006-06-291-2/+0
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-291-3/+3
* fix sloppy conditionalsSimon Marlow2006-06-201-1/+1
* fix up slop-overwriting for THUNK_SELECTORS in DEBUG modeSimon Marlow2006-06-271-0/+2
* add decl for stg_block_throwto_retSimon Marlow2006-06-201-0/+1
* Asynchronous exception support for SMPSimon Marlow2006-06-165-22/+59
* make rmp_tmp_w an StgWord instead of StgIntSimon Marlow2006-06-161-1/+1
* fix warningsSimon Marlow2006-06-081-0/+11
* Make it so that StgWord/StgInt are longsSimon Marlow2006-06-081-2/+11
* Add new RTS flags for tracing:Simon Marlow2006-06-081-0/+5
* codegen debug flag (+RTS -Dc) was unused; remove itSimon Marlow2006-06-071-1/+0
* add 'const' modifiers to types where appropriateSimon Marlow2006-06-072-9/+9
* fix type of allocateExecSimon Marlow2006-06-011-1/+1
* stgMallocBytesRWX --> allocateExecSimon Marlow2006-06-011-1/+1
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-302-1/+7
* #define _REENTRANT 1 (needed to get the right errno on some OSs)Simon Marlow2006-05-181-0/+4
* HsBool should be HsInt, not StgBoolSimon Marlow2006-04-181-1/+1
* Export 'insertSymbol' and 'insertStableSymbol'.Lemmih2006-04-181-0/+9
* Reorganisation of the source treeSimon Marlow2006-04-0749-0/+10937