summaryrefslogtreecommitdiff
path: root/rts/PrimOps.cmm
Commit message (Expand)AuthorAgeFilesLines
* Use a primop for getting the fields of the AP_STACK rather than an FFI callSimon Marlow2007-05-031-5/+10
* Re-working of the breakpoint supportSimon Marlow2007-04-171-20/+46
* MERGE: Fix a few uses of the wrong return convention for the schedulerSimon Marlow2007-04-161-2/+1
* add noDuplicate#Simon Marlow2007-03-061-0/+20
* remove vestiges of CCallable/CReturnableSimon Marlow2007-03-061-18/+0
* Remove vectored returns.Simon Marlow2007-02-281-110/+27
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-7/+5
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-091-0/+49
* Make the non-threaded-RTS threadDelay wait at least as long as askedIan Lynagh2006-11-281-1/+4
* Support I64->I32 casts in the NCG, and use them for I64->Integer conversionswolfgang.thaller@gmx.net2006-11-241-17/+25
* STM invariantstharris@microsoft.com2006-10-071-55/+124
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-2/+2
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-261-1/+1
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-291-5/+5
* mpz_foo() functions are really called __gmpz_foo() in GMPSimon Marlow2006-06-291-22/+22
* fix sloppy conditionalsSimon Marlow2006-06-201-8/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+2106