summaryrefslogtreecommitdiff
path: root/compiler/prelude/primops.txt.pp
Commit message (Expand)AuthorAgeFilesLines
* Remove the gmp/Integer primops from the compilerDuncan Coutts2009-06-131-154/+1
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-8/+1
* Fix #3207: add has_side_effects = True for lots of primopsSimon Marlow2009-05-151-5/+61
* Partial fix for #2917Simon Marlow2009-03-061-0/+5
* Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3)Samuel Bronson2009-01-271-0/+11
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-0/+6
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+6
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-101-0/+7
* add threadStatus# primop, for querying the status of a ThreadId#Simon Marlow2008-07-101-0/+5
* add new primop: asyncExceptionsBlocked# :: IO BoolSimon Marlow2008-07-091-0/+5
* Fix some inconsistencies in the code and docs of primitivesIan Lynagh2008-06-231-99/+99
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-3/+4
* clarify that unsafeCoerce# :: Float# -> Int# is not safe (see #2209)Simon Marlow2008-05-271-0/+1
* Add clarifying comments about unsafeCoercesimonpj@microsoft.com2008-04-211-1/+8
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+13
* Fix warnings from primops.txt.ppIan Lynagh2008-03-291-2/+2
* document float2Int# and double2Int#Simon Marlow2007-09-251-0/+7
* Fixed TeX syntaxsven.panne@aedion.de2007-09-011-1/+1
* expand docs for unsafeCoerce#, as a result of investigations for #1616Simon Marlow2007-08-301-2/+24
* remove accidentally-committed changeSimon Marlow2007-05-141-5/+0
* remove now-unused usage information (#1003)Simon Marlow2007-05-101-57/+6
* Use a primop for getting the fields of the AP_STACK rather than an FFI callSimon Marlow2007-05-031-0/+4
* Re-working of the breakpoint supportSimon Marlow2007-04-171-7/+2
* Fix typo "lazy y x" -> "lazy y"Ian Lynagh2007-03-171-1/+1
* Unbreak Haddock markupsven.panne@aedion.de2007-03-141-1/+1
* Fixed LaTeX markupsven.panne@aedion.de2007-03-141-5/+6
* add noDuplicate#Simon Marlow2007-03-061-0/+5
* Fix typo in primops docsIan Lynagh2007-03-011-3/+3
* Fix #839 (Generate documentation for built-in types and primitve operations)Simon Marlow2007-02-281-50/+184
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-1/+1
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-091-0/+10
* STM invariantstharris@microsoft.com2006-10-071-0/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1687