Refactor type errors a bit
[ghc-hetmet.git] / rts /
2010-09-15 Simon Marlowerrno corresponding to ERROR_NO_DATA should be EPIPE...
2010-09-15 Simon MarlowWindows: use a thread-local variable for myTask()
2010-09-14 Simon Marlowimplement setThreadAffinity on Windows (#1741)
2010-09-14 Simon MarlowCOFF: cope with new debug sections in gcc 4.x (fixes...
2010-09-15 Simon Marlowrts_isProfiled should be a visible API (fixes T2615...
2010-09-14 Simon MarlowFix the "lost due to fragmentation" calculation
2010-09-14 Simon Marlowfix +RTS -S output: use peak_mblocks_allocated, now...
2010-09-13 Simon MarlowFix getThreadCPUTime()
2010-09-13 Simon MarlowDon't include GC time in heap profiles (#4225)
2010-09-13 Simon MarlowUse clock_gettime (if available) to measure the process...
2010-09-13 Simon Marlowmake stg_arg_bitmaps public, and available via the...
2010-09-09 Simon MarlownewAlignedPinnedByteArray#: avoid allocating an extra...
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-09-05 Ian LynaghDon't set visibility on Windows
2010-08-27 Simon MarlowFix for nursery resizing: the first block's back pointe...
2010-08-26 Simon MarlowFIX BUILD: add rts_isProfiled to the symbol table
2010-08-24 Simon MarlowRemove the debugging memory allocator - valgrind does...
2010-08-24 Simon Marlowfree the entries in the thread label table on exit
2010-08-23 Simon MarlowAdd a couple of missing tests for EAGER_BLACKHOLE
2010-07-18 Marco Túlio Gontij... Don't check for swept blocks in -DS.
2010-08-17 Simon MarlowstgReallocBytes(DEBUG): don't fail when the ptr passed...
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-08-10 Simon MarlowRun finalizers *after* updating the stable pointer...
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-08-05 Ian LynaghOn amd64/OSX we don't need to be given memory in the...
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-04 Ian LynaghTest for (fd < 0) before trying to FD_SET it
2010-08-01 Ian LynaghRemove libHSrtsmain.a before creating it
2010-07-20 Gabor PaliAdd thread affinity support for FreeBSD
2010-07-29 Ian LynaghDisable symbol visibility pragmas for FreeBSD
2010-07-28 Ian LynaghSet -fno-stack-protector in extra-gcc-opts; fixes ...
2010-07-23 Ian LynaghAdd some error belchs to the linker, when we find bad...
2010-07-23 Ian LynaghAdd some more linker debugging prints
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-16 Simon MarlowUse a separate mutex to protect all_tasks, avoiding...
2010-07-17 Ian LynaghReorder RTS --info output
2010-07-16 Ian LynaghFix HC porting test in makefiles
2010-07-16 Ian LynaghChange a BUILD var to a HOST var
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-07-08 Simon MarlowWin32 getProcessElapsedTime: use a higher-resolution...
2010-07-05 Simon MarlowDisable dynamic linking optimisations on OS X
2010-07-01 Simon MarlowthreadPaused: fix pointer arithmetic
2010-06-28 Simon Marlowduring shutdown, only free the heap if we waited for...
2010-06-24 dmp@rice.eduAdd #undefs for posix source symbols when including...
2010-06-24 Simon MarlowCast some more nats to StgWord to be on the safe side
2010-06-24 Simon Marlowcomments only
2010-06-24 Simon MarlowFix an arithmetic overflow bug causing crashes with...
2010-06-22 dmp@rice.eduAdd support for collecting PAPI native events
2010-06-20 Ian LynaghRemove some old commented out code
2010-06-19 Ian LynaghSET_ARR_HDR's last argument is now a number of bytes...
2010-06-19 Ian LynaghReplace an (incorrect) bytes-to-words calculation with...
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-06-17 Ian LynaghIn PosixSource.h, conditionally define things based...
2010-06-17 Simon Marlowdisable -fPIC for the GC for performance reasons
2010-06-17 Simon MarlowMake getAllocations() visible
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-06-04 Simon Marlowfix warning
2010-05-09 Simon MarlowSmall optimisation: allocate nursery blocks contiguously
2010-06-15 Simon MarlowstmAddInvariantToCheck: add missing init of invariant...
2010-06-11 benl@ouroborus.netFix #4131 missing UNTAG_CLOSURE in messageBlackHole()
2010-06-10 Simon MarlowmessageBlackHole: fix deadlock bug caused by a missing...
2010-05-28 Marco Túlio Gontij... rts/sm/GC.c: resize_generations(): Remove unneeded...
2010-05-26 Marco Túlio Gontij... rts/sm/BlockAlloc.c: Small comment correction.
2010-05-26 Marco Túlio Gontij... rts/sm/GC.c: Annotate constants.
2010-06-01 Ian LynaghAdd PPC_RELOC_LOCAL_SECTDIFF support; patch from PHO...
2010-05-29 Ian LynaghAdd darwin to the list of OSes for which we use mmap
2010-05-29 Ian LynaghSimplify the CPP logic in rts/Linker.c
2010-05-29 Ian LynaghFix validate on OS X
2010-05-29 Ian LynaghOS X x86_64 fix from Barney Stratford
2010-05-25 Simon Marlowfix warning
2010-05-25 Simon MarlowMake sparks into weak pointers (#2185)
2010-05-25 Simon MarlowAnother attempt to get these #defines right
2010-05-25 Ian LynaghFix profiling output; spotted by jlouis
2010-05-24 Simon MarlowChange our #defines to work on FreeBSD too
2010-05-24 Simon MarlowAdd a missing UNTAG_CLOSURE, causing bus errors on...
2010-05-20 Simon MarlowAdd wiki links
2010-05-08 pho@cielonegro.orgCorrect install-name for dynamic Darwin rts
2010-05-22 Ian LynaghFix the RTS debug_p build
2010-05-19 Ian LynaghFix build on FreeBSD; patch from Gabor PALI
2010-05-18 Simon MarlowFix #4074 (I hope).
2010-04-01 Simon Marlowwe don't have a gcc-lib in LIB_DIR any more
2010-05-14 Simon Marlowadd missing initialisation for eventBufMutex
2010-05-10 Simon Marlowfix !TABLES_NEXT_TO_CODE
2010-05-10 Simon MarlowCompacting GC fix, we forgot to thread the new bq field...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-07 Simon MarlowFix crash in nested callbacks (#4038)
2010-05-06 Simon Marlowimprovements to findPtr(), a neat hack for browsing...
2010-05-06 Simon MarlowFix +RTS -G1
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
next