Add a HsExplicitFlag to SpliceDecl, to improve Trac #4042
[ghc-hetmet.git] / rts /
2010-05-05 Simon Marlowtidyup; no functional changes
2010-05-05 Simon MarlowMake the running_finalizers flag task-local
2010-05-05 Simon Marlowadd a MAYBE_GC() in killThread#, fixes throwto003(threa...
2010-05-05 Simon MarlowBlockedOnMsgThrowTo is possible in resurrectThreads...
2010-05-05 Simon MarlowDon't raise a throwTo when the target is masking and...
2010-04-28 Ian LynaghFix some cpp warnings when building on FreeBSD; patch...
2010-04-26 Simon Marlowremove duplicate docs for -e in --help output (#4010)
2010-04-21 Ian LynaghUse StgWord64 instead of ullong
2010-04-20 Simon MarlowFix crash in non-threaded RTS on Windows
2010-04-20 Simon MarlowExpand the scope of the event_buf_mutex to cover io_man...
2010-04-09 Ian LynaghHandle IND_STATIC in isRetainer
2010-04-07 Simon MarlowFix for derefing ThreadRelocated TSOs in MVar operations
2010-04-07 Simon Marlowsanity check fix
2010-04-07 Simon Marlowget the reg liveness right in the putMVar# heap check
2010-04-07 Simon Marlowinitialise the headers of MSG_BLACKHOLE objects properly
2010-04-07 Simon Marlowinitialise the headers of MVAR_TSO_QUEUE objects properly
2010-04-06 Simon Marlowundo debugging code
2010-04-06 Simon MarlowputMVar#: fix reg liveness in the heap check
2010-04-06 Simon Marlowdon't forget to deRefTSO() in tryWakeupThread()
2010-04-06 Simon MarlowFix bug in popRunQueue
2010-04-01 Simon Marlowfix bug in migrateThread()
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-04-01 Simon MarlowMake ioManagerDie() idempotent
2010-03-29 Simon MarlowMove a thread to the front of the run queue when anothe...
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon Marlowtiny GC optimisation
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-04-01 Simon MarlowFix warnings (allow pushOnRunQueue() to not be inlined)
2010-04-01 Simon Marlowremove out of date comment
2010-03-26 Simon Marlowtidy up spacing in stderr traces
2010-03-25 Simon MarlowFix an assertion that was not safe when running in...
2010-03-30 Simon MarlowKeep gcc 4.5 happy
2010-04-03 naur@post11.tele.dkFix warning compiling Linker.c for PPC Mac
2010-03-30 Simon Marlowfix a non-portable printf format
2010-03-30 Simon Marlowavoid single quote in #error
2010-03-30 Simon Marlowuse FMT_Word64 instead of locally-defined version
2010-03-29 Simon Marlowavoid a fork deadlock (see comments)
2010-03-29 Simon Marlowtidy up the end of the all_tasks list after forking
2010-03-29 Simon MarlowAdd a 'setKeepCAFs' external function (#3900)
2010-03-25 Simon MarlowA sanity check
2010-03-25 Simon Marlowcomments and formatting only
2010-03-20 Ian LynaghEnable shared libraries on Windows; fixes trac #3879
2010-03-19 Simon MarlowUNDO: slight improvement to scavenging ...
2010-03-19 Simon Marlowslight improvement to scavenging of update frames when...
2010-03-16 Ian LynaghDon't use -Bsymbolic when linking the RTS
2010-03-16 Simon Marlowcopy_tag_nolock(): fix write ordering and add a write_b...
2010-03-15 Ian LynaghWhen saying RTS options are disabled, also say how... 2010-03-16
2010-03-15 Simon MarlowFix profiling build following removal of specific STM...
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
2010-03-11 Simon MarlowFix a couple of bugs in the throwTo handling, exposed...
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2010-03-11 Simon Marlowfix bug in discardTasksExcept() that broke forkProcess
2009-11-23 Simon Marlowdisable a false assertion, add a comment to explain why
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2010-03-09 Simon MarlowFix a rare deadlock when the IO manager thread is slow...
2010-02-26 Simon MarlowTweak the tracing flags slightly, and clean up error...
2010-02-26 Simon MarlowFix crash when using printf format specifiers in traceE...
2010-02-22 Ben.Lippmeier@anu... Fix #3875: Crash in parallel GC, wrong pointer was...
2010-02-16 Simon Marlowdisable a false assertion, with a comment to explain why
2010-02-16 Simon MarlowFix a bug that can lead to noDuplicate# not working...
2010-02-15 Simon Marlowfix lost context switches in GHCi (fixes test 3429...
2010-02-03 benl@cse.unsw.edu.auDisable -Wcast-align when building the rts
2010-02-03 benl@cse.unsw.edu.auStifle warning about printf format strings
2010-02-03 benl@cse.unsw.edu.auCast to (void*) to stifle warning about signedness
2010-02-02 benl@cse.unsw.edu.auAdd missing import sm_mutex, which fixes the -fvia...
2010-01-30 Simon MarlowFix typo in error message (#3848)
2010-01-28 Simon Marlowtweak the totally-bogus arbitrary stack-squeezing heuri...
2010-01-27 Simon Marlowfix Windows build (GHC.Conc.runHandlers is Unix-only)
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2010-01-27 Simon MarlowWin32 yieldThread(): use SwitchToThread() instead of...
2010-01-27 Simon Marlowfix warnings
2010-01-27 Simon Marlowremove suspicious whitespace-only lines
2010-01-26 Simon MarlowFix signal segfaults on Solaris (#3790)
2010-01-26 Simon Marlowcomment-out an incorrect assertion
2010-01-26 Simon MarlowFix a deadlock, and possibly other problems
2010-01-22 Simon MarlowWhen acquiring a spinlock, yieldThread() every 1000...
2010-01-22 Simon Marlow'store' should be static (#3835)
2010-01-22 Simon MarlowAdd some missing getStablePtr()s for CAFs that the...
2010-01-22 Simon Marlowfix build on Windows
2010-01-22 Simon Marlowfix warning on Windows
2010-01-20 Ian LynaghInclude regex.h in Linker.c on OS X too
2010-01-20 Ian LynaghWe no longer need a prototype for __eprintf
2010-01-20 Ian LynaghFix build
2009-12-16 howard_b_golden... FIX #2615 (linker scripts in .so files)
2010-01-19 Ian LynaghChange how RTS libraries get installed; fixes trac...
2010-01-19 Ian LynaghEscape some more $s in makefiles, for consistency
2009-12-31 Simon MarlowRemove declaration of non-existent mark_splim
2009-12-30 Simon Marlowfix a comment
2009-12-30 Simon Marlowremove an unnecessary debug trace, duplicated by a...
2009-11-23 Ben.Lippmeier@anu... Windows DLLs: use DLL aware runSparks_closure instead...
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-31 Simon MarlowUse local mut lists in UPD_IND(), also clean up Updates.h
2009-12-31 Simon Marlowuse local mut lists rather than global mut lists in...
2009-12-18 Simon MarlowAllow throwTo() to be called without a source thread
2009-12-13 Simon MarlowIf ACTIVITY_INACTIVE is set, wait for GC before resetti...
2009-12-21 Simon MarlowFixes to account for the new layout of MUT_ARR_PTRS...
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-12-17 Simon Marlowkill some old GRAN/PARALLEL_HASKELL code
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
next