Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / rts /
2010-12-15 Simon Marlowfix for large stack allocations
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-09 Simon Marlowfix another sanity error, and refactor/tidy up
2010-12-10 Simon MarlowOnly reset the event log if logging is turned on (adden...
2010-12-10 Simon Marlowallocate enough room for the longer filename (addendum...
2010-12-10 Simon MarlowFix Windows build: move rtsTimerSignal to the POSIX...
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Dmitry AstapovExport the value of the signal used by scheduler (...
2010-12-08 Ian LynaghFix Windows memory freeing: add a check for fb == NULL...
2010-12-03 Dmitry AstapovFixes for #4512: EventLog.c - provides ability to termi...
2010-12-03 Simon MarlowthrowTo: report the why_blocked value in the barf()
2010-12-03 Simon Marlowhandle ThreadMigrating in throwTo() (#4811)
2010-12-02 Simon MarlowremoveThreadFromQueue: stub out the link field before...
2010-11-26 Simon Marlowsmall tidyup
2010-11-30 pho@cielonegro.orgFIX #1845 (unconditional relative branch out of range)
2010-11-30 pho@cielonegro.orgrts/Linker.c (loadArchive):
2010-11-30 pho@cielonegro.orgrts/Linker.c (machoGetMisalignment):
2010-11-30 pho@cielonegro.orgrts/Linker.c (ocFlushInstructionCache):
2010-11-27 Ian LynaghAdd GNU-variant support to the .a parser, and other...
2010-11-27 Ian LynaghRe-indent only
2010-11-27 Ian LynaghImprove linker debugging for archive files
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-25 Simon MarlowKeep a maximum of 6 spare worker threads per Capability...
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-23 Ian LynaghAdd a configure test for the visibility hidden attribute
2010-10-29 Simon Marlowsanity: fix places where we weren't filling fresh memor...
2010-11-05 scpmw@leeds.ac.ukEventlog: Put correct size for startup event
2010-11-14 Ian LynaghBuild system tweak: Inline DQ now it's the same on...
2010-11-13 Ian LynaghFix up the ifdefs in Task.c
2010-11-11 Edward Z. YangUse standard task ID print style (hexadecimal).
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-10-29 Ian LynaghWhitespace only, in rts/win32/OSMem.c
2010-10-29 Ian LynaghUncomment and fix an OS X linker debug print
2010-10-29 Simon Marlowfix bugs in tryTakeMVar/tryPutMVar
2010-10-29 benl@ouroborus.netComment out bogus debug line that broke build on OSX
2010-10-28 Ian LynaghReplace some exit(n) calls with stg_exit(n); fixes...
2010-10-13 Simon Marlowcomment
2010-10-26 gwright@antiope.comFix for #4318 (Linker failure on OS X 10.6)
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-19 Ian LynaghFix a retainer profiling segfault
2010-09-27 pho@cielonegro.orgNew member "archiveMemberName" for struct _ObjectCode
2010-09-26 Simon Marlowminor refactoring
2010-09-25 Simon MarlowFix for interruptible FFI handling
2010-09-25 Simon Marlowinterruptible FFI: more robust handling of the exceptio...
2010-09-25 Edward Z. YangDon't interrupt when task blocks exceptions, don't...
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-29 Simon Marlowgive a better error message in the non-threaded RTS...
2010-10-05 Simon MarlowFix a very rare crash in GHCi
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-09-25 Simon MarlowUse an empty signal handler for SIGPIPE instead of...
2010-09-24 Simon MarlowFix the Windows __chkstk build error (missing Linker...
2010-09-21 Ian LynaghFix indexing error in archive loader
2010-09-21 Ian LynaghAdd some -Dl belches
2010-09-21 Ian LynaghAdd casts to fix warnings
2010-09-21 Ian LynaghAdd support for BSD-variant large filenames in .a archives
2010-09-20 Ian LynaghAdd a dependency that my OS X build has recently starte...
2010-09-20 Ian LynaghImplement archive loading for ghci
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
next