summaryrefslogtreecommitdiff
path: root/rts/PrimOps.cmm
Commit message (Expand)AuthorAgeFilesLines
* Fix #3429: a tricky race conditionSimon Marlow2009-08-181-4/+4
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-84/+84
* propagate the result of atomically properly (fixes #3049)Simon Marlow2009-06-241-4/+8
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-131-514/+1
* Convert the gmp cmm primops to use local stack allocationDuncan Coutts2009-06-101-59/+56
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-26/+0
* fix cut-and-pasto in mkWeakForeignEnv#, causing random segfaultsSimon Marlow2009-05-151-1/+1
* Instead of a separate context-switch flag, set HpLim to zeroSimon Marlow2009-03-131-2/+4
* Allocate the right number of words in new*PinnedByteArrayzh_fastIan Lynagh2009-03-111-22/+31
* Partial fix for #2917Simon Marlow2009-03-061-11/+35
* newPinnedByteArray#: align the result to 16-bytes (part of #2917)Simon Marlow2009-02-191-4/+11
* newPinnedByteArray#: align the result to 16-bytes (part of #2917)Simon Marlow2009-02-191-11/+4
* Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3)Samuel Bronson2009-01-271-0/+20
* putMVar and takeMVar: add write_barrier() to fix race with throwToSimon Marlow2009-01-071-2/+8
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-5/+72
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-4/+4
* fix via-C compilation: import ghczmprim_GHCziBool_False_closureSimon Marlow2008-11-071-0/+1
* re-instate counting of sparks convertedSimon Marlow2008-11-061-8/+2
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+22
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-101-0/+11
* atomicModifyIORef: use a local cas() instead of the global lockSimon Marlow2008-10-081-13/+16
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-191-2/+2
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-121-2/+2
* Follow extensible exception changesIan Lynagh2008-07-301-2/+2
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-281-30/+0
* add threadStatus# primop, for querying the status of a ThreadId#Simon Marlow2008-07-101-0/+33
* oops, fix more register clobberage Simon Marlow2008-07-101-2/+2
* Fix some random register clobbering in takeMVar/putMVarSimon Marlow2008-07-091-2/+6
* 64-bit fixesSimon Marlow2008-06-171-4/+4
* fix some types for 64-bit platformsSimon Marlow2008-06-031-4/+4
* add [] to foreign callsSimon Marlow2008-04-161-11/+13
* remove GRAN/PAR codeSimon Marlow2008-04-161-24/+0
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-19/+32
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-5/+9
* Fix a division-by-zero when +RTS -V0 is givenIan Lynagh2008-04-261-1/+5
* Fix int64ToInteger 0xFFFFFFFF00000000 on 32bit machine; trac #2223Ian Lynagh2008-04-241-3/+3
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+35
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-1/+1
* Link libgmp.a statically into libHSrts.dll on WindowsClemens Fruhwirth2008-01-011-0/+2
* forkIO starts the new thread blocked if the parent is blocked (#1048)Simon Marlow2007-12-041-0/+12
* fix warnings when compiling via CSimon Marlow2007-10-181-4/+4
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-20/+45
* {Enter,Leave}CriticalSection imports should be outside #ifdef __PIC__Simon Marlow2007-09-051-1/+1
* 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-6/+6
* 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-0/+20
* Pointer TaggingSimon Marlow2007-07-271-3/+6