Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / prelude / primops.txt.pp
2011-05-24 Simon MarlowAssign more accurate code sizes to primops, so that...
2011-05-19 Johan TibellMake array copy primops inline
2011-05-19 Daniel PeeblesAdd array copy/clone primops
2011-04-28 Adam Megaczprimops.txt.pp: add missing type application in descrip...
2011-04-11 Simon Marlowadd casMutVar#
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-01-26 Daniel PeeblesAdd sizeof(Mutable)Array# primitives
2011-01-19 Simon Marlowtweak newArray# documentation again
2011-01-18 Edward Z. YangFix documentation bug: newArray# accepts word count...
2010-10-27 simonpj@microsoft.comAdd strictness for raiseIO# primop
2010-09-15 simonpj@microsoft.comDocumentation for INLINABLE
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-06-25 Simon Marlowremove out of date comments; point to the wiki
2010-06-20 Ian LynaghRefix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-01-19 Simon MarlowFix docs for sizeofByteArray#/sizeofMutableByteArray...
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-06-13 Duncan CouttsRemove the gmp/Integer primops from the compiler
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-05-15 Simon MarlowFix #3207: add has_side_effects = True for lots of...
2009-03-06 Simon MarlowPartial fix for #2917
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-05-27 Simon Marlowclarify that unsafeCoerce# :: Float# -> Int# is not...
2008-04-21 simonpj@microsoft.comAdd clarifying comments about unsafeCoerce
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-03-29 Ian LynaghFix warnings from primops.txt.pp
2007-09-25 Simon Marlowdocument float2Int# and double2Int#
2007-09-01 sven.panne@aedion.deFixed TeX syntax
2007-08-30 Simon Marlowexpand docs for unsafeCoerce#, as a result of investiga...
2007-05-14 Simon Marlowremove accidentally-committed change
2007-05-10 Simon Marlowremove now-unused usage information (#1003)
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-17 Ian LynaghFix typo "lazy y x" -> "lazy y"
2007-03-14 sven.panne@aedion.deUnbreak Haddock markup
2007-03-14 sven.panne@aedion.deFixed LaTeX markup
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-01 Ian LynaghFix typo in primops docs
2007-02-28 Simon MarlowFix #839 (Generate documentation for built-in types...
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2006-12-09 Pepe IborraTwo new prim ops to access the Info Table and Payload...
2006-10-07 tharris@microsoft.comSTM invariants
2006-04-07 Simon MarlowReorganisation of the source tree