Make array copy primops inline
[ghc-hetmet.git] / includes / stg / MiscClosures.h
2011-05-19 Johan TibellMake array copy primops inline
2011-05-19 Daniel PeeblesAdd array copy/clone primops
2011-04-11 Simon Marlowadd casMutVar#
2010-12-21 Simon MarlowCount allocations more accurately
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-17 Ian LynaghFix unreg prof build: Define CCS_SYSTEM in stg/MiscClos...
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-30 Simon Marloweliminate some duplication with a bit of CPP
2010-03-30 Simon Marlowremove non-existent MUT_CONS symbols
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-12-08 Simon Marlowdeclare g0 (fixes compilation failure with -fvia-C)
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-08-25 Simon MarlowTidy up file headers and copyrights; point to the wiki...
2009-08-19 Simon Marlowremove some redundant declarations
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-02 Simon MarlowRTS tidyup sweep, first phase