Make view patterns right-associate
[ghc-hetmet.git] / rts /
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...
2009-12-16 Simon Marlowfix up libm detection and use (#3724)
2009-12-16 Simon Marlow#include <sys/select.h> if we have it (#3760)
2009-11-23 Simon Marlowadd a couple of assertions
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-12-09 Simon Marlowadd a missing unlockTSO()
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-08 Ian LynaghChange some HC_OPTS to CC_OPTS, so they are used when...
2009-12-08 Simon Marlowadd locking in mkWeakForeignEnv#
2009-12-08 Simon Marlowsimplify weak pointer processing
2009-12-08 Simon Marlowsimplification/optimisation: update tso->bound->tso...
2009-12-07 Simon MarlowthreadStackUnderflow: fix recently introduced bug ...
2009-12-07 Simon Marlowneed locking around use of weak_ptr_list in mkWeak#
2009-12-07 Simon Marlowremove global 'total_allocated', seems to be the same...
2009-12-07 Simon MarlowFix profiling build
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-12-04 Simon Marlowevaluate_large: evaluate large objects to bd->dest...
2009-12-04 Simon MarlowCorrection to the allocation stats following earlier...
2009-12-03 Simon Marlowexport g0
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-02 Simon Marlowfix error message on Windows (fixes rtsflags001)
2009-12-03 Simon Marlowadd a missing lock around allocGroup()
2009-12-02 Simon Marlowremove unused cap->in_gc flag
2009-12-02 Simon MarlowRefactoring only
2009-12-02 Simon Marlowmove sanity checking code from Storage.c to Sanity.c
2009-12-02 Simon Marlowstg_ap_0_fast: sanity-check only the topmost frame...
2009-12-03 Simon MarlowFix profiling build
2009-12-02 Simon MarlowthreadStackUnderflow: put the new TSO on the mut list...
2009-12-02 Simon Marlowdon't sanity check the whole stack when switching inter...
2009-12-02 Simon Marlowfix to sanity checking for ThreadRelocated TSOs
2009-12-02 Simon Marlowsanity check the top stack frame, not the whole stack
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-12-01 Simon MarlowFree full_prog_argv at exit, closing a memory leak
2009-12-01 Simon Marlowfree cap->saved_mut_lists too
2009-12-01 Simon MarlowexitScheduler: move boundTaskExiting call outside ...
2009-11-30 Simon MarlowImplement a new heap-tuning option: -H
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-11-15 Matthias KilianReorder ALL_RTS_LIBS
2009-11-25 Simon MarlowthreadStackOverflow: check whether stack squeezing...
2009-11-19 Simon MarlowCheck upper/lower bounds on various RTS flags (#3633)
2009-11-19 Simon MarlowPrint the prog name in errorBelch() even if prog_argv...
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: add #ifdefery to turn off DLL import...
2009-11-17 Ben.Lippmeier@anu... Windows DLLs: disable extra shutdownHaskell() when...
2009-11-17 Ben.Lippmeier@anu... Windows DLLs: remove dup symbol from def file
2009-11-14 Ben.Lippmeier@anu... Windows DLLs: CHARLIKE_closure and INTLIKE_closure...
2009-11-14 Ben.Lippmeier@anu... If a comment says "Is this correct?", it's not.
2009-11-14 Ben.Lippmeier@anu... Windows DLLs: gmp is in the integer-gmp package now.
2009-11-14 Ben.Lippmeier@anu... Use DLL aware runIO_closure instead of base_GHCziTopHan...
2009-11-14 Ben.Lippmeier@anu... RTS also uses runSparks_closure from base
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-11-11 Ben.Lippmeier@anu... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-10 Ben.Lippmeier@anu... Add autoconf code to locate dlltool on Windows
2009-11-06 Ben.Lippmeier@anu... Break recursive imports between the RTS and base librar...
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-11-13 Simon MarlowThe rest of the #1185 patch (forkProcess and -threaded)
2009-11-12 Simon MarlowWindows-specific fix for #1185 patch
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-11-11 Simon MarlowThe RTS needs hs-suffix-rules-srcdir for BootingFromHc
2009-11-11 Manuel M T ChakravartyBarf on unhandled Mach-O relocations in the ghci linker
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-11-04 Simon Marlowfix build failure on Windows
2009-11-04 Simon Marlowhopefully fix validate breakage on OS X and Windows
2009-11-03 Simon MarlowFix #1185 (RTS part, also needs corresponding change...
2009-10-06 Ben.Lippmeier@anu... Remove unused DYNAMIC_RTS var from rts/ghc.mk
2009-10-06 Ben.Lippmeier@anu... Use __PIC__ and ming32_TARGET_OS to turn on windows...
2009-10-06 Ben.Lippmeier@anu... Use C syntax for casting. 'stgCast' appears to have...
2009-10-06 Ben.Lippmeier@anu... Handle deps with numbers in them, like 'wsock32'.
2009-10-29 Manuel M T ChakravartyFix a dynamic linker bug that killed ghci on Snow Leopard
2009-10-20 Simon MarlowFix a regression introduced in "overlap checking of...
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-10-15 Simon MarlowAdd events to show when GC threads are idle/working
2009-10-15 Simon Marlowoverlap checking of the black hole queue with waiting...
2009-10-14 Simon Marlowmicro-opt: replace stmGetEnclosingTRec() with a field...
2009-10-14 Simon MarlowFix #3578: return a dummy result when an STM transactio...
2009-10-09 Simon MarlowfindSpark: exit if there's a returning foreign call
2009-10-07 Simon MarlowRetry pulling from our own spark pool if there was...
2009-10-08 simonpj@microsoft.comMake ghci work with libraries compiled with -ticky
2009-10-08 Simon MarlowMark/compact: use a dynamically-sized mark stack, and...
2009-10-08 Simon MarlowMake appendToRunQueue EXTERN_INLINE rather than INLINE_...
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-06 Simon Marlowtracing wibble (make -ls work with a -debug RTS)
2009-10-02 Ian LynaghUse "order only constraints" for directories
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-26 Ben.Lippmeier@anu... Fix building of the RTS with the NCG under Windows
2009-09-23 Simon Marlowfix warnings
next