add support for flattening recursive-let
[ghc-hetmet.git] / includes / stg /
2011-05-19 Johan TibellMake array copy primops inline
2011-05-19 Daniel PeeblesAdd array copy/clone primops
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
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-14 Ian LynaghChange some TARGET checks to HOST checks
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-06-10 Simon MarlowmessageBlackHole: fix deadlock bug caused by a missing...
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-12-03 Simon MarlowGC refactoring, remove "steps"
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: Don't rely on stg/DLL.h being included...
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-10-08 simonpj@microsoft.comMake ghci work with libraries compiled with -ticky
2009-09-29 Simon MarlowUse "rep; nop" inside a spin-lock loop on x86/x86-64
2009-09-28 Simon Marlowremove TICK_GC_WORDS_COPIED, the GC stats give us the...
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
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