Add some comments on the alternative layout rule state
[ghc-hetmet.git] / rts /
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
2009-09-23 Simon MarlowAdd erf, erfc, erfff, erfcf (#3536)
2009-09-23 Simon MarlowMake it so that -Ds implies -ls
2009-09-18 Simon MarlowFix the nursery size calculation when -N is used with -H
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
2009-09-16 Simon Marlowtypo in error message
2009-09-16 Simon Marlowonly create the .eventlog file if any tracing options...
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-15 Simon MarlowEvent tracing: put the capability in the block marker...
2009-09-13 Simon MarlowAdd event block markers
2009-09-12 Simon MarlowOptimise the code generated at trace points
2009-09-15 Simon MarlowImprove the default parallel GC settings, and sanitise...
2009-09-13 Ian LynaghUse _ rather than : for the builtin package filenames
2009-09-10 Simon Marlowadd comment: __thread is not supported by gcc on OS...
2009-09-10 Simon MarlowFix #3320: we forgot to save/restore the GC register...
2009-09-10 Austin SeippFIX #711 implement osFreeAllMBlocks for unix
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-09-08 Simon Marlowcomment fix
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon MarlowFix warnings on 64-bit platforms; fixes validate on...
2009-09-03 Simon Marlowfix -u flags (after changes for #3310)
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-31 Simon MarlowwaitForReturnCapability: fix logic bug
2009-08-30 Simon MarlowHandle renames from #3310
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
next