update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / Exception.cmm
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-05-05 Simon Marlowadd a MAYBE_GC() in killThread#, fixes throwto003(threa...
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-10-14 Simon Marlowmicro-opt: replace stmGetEnclosingTRec() with a field...
2009-08-18 Simon MarlowFix #3429: a tricky race condition
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-03 Simon Marlowrts_stop_on_exception is a C int, not a W_
2009-06-16 Simon MarlowFix #3279, #3288: fix crash encountered when calling...
2009-06-10 Duncan CouttsMake killThread# cmm primop use local stack allocation
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-04-17 Simon Marlowtso->link is now tso->_link (fix after merge with...
2008-05-23 Ian LynaghDo some stack fiddling in stg_unblockAsyncExceptionszh_ret
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-23 Ian LynaghFollow library changes
2007-12-17 Simon MarlowFIX #1980: must check for ThreadRelocated in killThread#
2007-10-18 Simon Marlowfix -fbreak-on-exception for unregsterised
2007-08-10 Clemens FruhwirthProperly guard imports because they have to be precise...
2007-08-06 Clemens FruhwirthAdd explicit imports for RTS-external variables
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-26 andy@galois.comCleanup Hpc sub-system, remove hpc-tracer implementation.
2007-05-18 Simon Marlowremove old comments and commented-out code
2007-05-16 Simon Marlowraise#: break *after* stripping the stack, not before
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-04-16 Simon MarlowMERGE: Fix a few uses of the wrong return convention...
2007-03-08 Simon Marlowadd missing %ENTRY_CODE()
2007-02-28 Simon MarlowRemove vectored returns.
2007-01-17 Simon Marlowaddition to "Eagerly raise a blocked exception" to...
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-05 Simon MarlowEagerly raise a blocked exception when entering 'unbloc...
2006-12-14 andy@galois.comUpdating rix output to new standard.
2006-12-13 andy@galois.comMisc Hpc improvement to dynamic tracer output
2006-12-09 andy@galois.comAdding tracing support
2006-10-07 tharris@microsoft.comSTM invariants
2006-08-10 Simon MarlowControl.Exception.unblock wasn't unblocking exceptions
2006-06-20 Simon Marlowfix a lint-o
2006-06-20 Simon Marlowfix sloppy conditionals
2006-06-20 Simon Marlowfix a few sloppy conditionals caught by new test in...
2006-06-16 Simon Marlowfix one-character error in stack check
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-07 Simon MarlowReorganisation of the source tree