summaryrefslogtreecommitdiff
path: root/rts/StgMiscClosures.cmm
Commit message (Expand)AuthorAgeFilesLines
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-3/+3
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-5/+24
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-061-3/+3
* C# has moved to ghc-prim:GHC.TypesIan Lynagh2008-08-051-3/+3
* remove EVACUATED: store the forwarding pointer in the info pointerSimon Marlow2008-04-171-8/+0
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-2/+2
* Initial parallel GC supportSimon Marlow2007-10-311-4/+1
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-6/+4
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-4/+4
* {Enter,Leave}CriticalSection imports should be outside #ifdef __PIC__Simon Marlow2007-09-051-2/+2
* FIX: Correct Leave/EnterCriticalSection importsManuel M T Chakravarty2007-09-051-2/+2
* put the @N suffix on stdcall foreign calls in .cmm codeSimon Marlow2007-09-041-0/+2
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-2/+2
* annotate C-- calls that do not returnNorman Ramsey2007-08-201-34/+34
* Properly guard imports because they have to be precise on Windows and Darwin ...Clemens Fruhwirth2007-08-101-0/+2
* Add explicit imports for RTS-external variablesClemens Fruhwirth2007-08-061-4/+7
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-1/+1
* Pointer TaggingSimon Marlow2007-07-271-5/+5
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-24/+8
* Remove vectored returns.Simon Marlow2007-02-281-43/+11
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-1/+1
* STM invariantstharris@microsoft.com2006-10-071-5/+16
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-261-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+953